Topic: WMWare Video driver do not work properly on new WMWare  (Read 15285 times)

Re: WMWare Video driver do not work properly on new WMWare
« Reply #40 on: February 20, 2013, 12:07:06 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
I found that if "<Basedir>\temp" folder is not exist, the above error will occur while building.

Thanks, Lancelot reported an error as well, which I narrowed down to this same finding of yours.

Should now be fixed with latest updates on the server.

Regards,
Galapo.

Re: WMWare Video driver do not work properly on new WMWare
« Reply #41 on: February 20, 2013, 03:04:04 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Hi cobraman,

Thanks for posting about the unformatted disk dialog on Windows 7. I was able to reproduce. :thumbsup:

I added a check to WinBuilder_BugWorkaround.exe, which runs while the WinBuilder process runs. The check closes the dialog when it appears. I'm hoping this is not language-dependent. That is, I'm hoping that the window title 'Microsoft Windows' is the same on your system. The code I added was:

Code: [Select]
$Winlist = WinList("[TITLE:Microsoft Windows; CLASS:#32770]", "")
For $i = 1 To $Winlist[0][0]
If $Winlist[$i][0] = "" Or Not BitAND(WinGetState($Winlist[$i][1]), 2) Then ContinueLoop
$text = WinGetClassList("[TITLE:Microsoft Windows; CLASS:#32770]")
If StringLeft($text,12) = "DirectUIHWND" AND StringRight($text,29) = "Button" & @LF & "CtrlNotifySink" & @LF & "Button" & @LF Then WinClose("[TITLE:Microsoft Windows; CLASS:#32770]")
Next

Regards,
Galapo.


Re: WMWare Video driver do not work properly on new WMWare
« Reply #42 on: February 20, 2013, 06:18:52 AM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
None of winxpe projects can run on my host before, so I can not enter this topic.
This time, because the kindness of you and Galapo, help me to solve wpe-core.exe executing problem.
So I can play WinXPE now.

Welcome again  :thumbsup:
Many extended languages things added (by Saydin77   :thumbsup: ) following ms provided language organisations,
besides none of use in practice...
If you hang around more,
 I am pretty sure we can improve much more support to extended languages,
  and you would get us understand more how these language tools used,
   which none of us familiar with...  :cool:

See You :turtle:

Re: WMWare Video driver do not work properly on new WMWare
« Reply #43 on: February 20, 2013, 07:29:40 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
In discussion with Lancelot, I've reverted back to previous 'Misc Tools.script' since this isn't a WB bug. I've updated other scripts to use a separate AU3 file using the code posted above. Hopefully it works on non-English systems.

Regards,
Galapo.

Re: WMWare Video driver do not work properly on new WMWare
« Reply #44 on: February 21, 2013, 06:50:30 AM »

cobraman

  • Jr. Chef
  • **
  • Date Registered: Jan 2013
  • Posts: 55
Hopefully it works on non-English systems.
It is OK here :thumbsup:


Re: WMWare Video driver do not work properly on new WMWare
« Reply #45 on: February 22, 2013, 04:03:18 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Thanks for reporting back. I'm glad it is working!

Regards,
Galapo.

 

Powered by EzPortal