Topic: Display plugin fails and all following plugins too  (Read 1922 times)

Display plugin fails and all following plugins too
« on: October 03, 2012, 04:21:19 PM »

JonF

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2011
  • Posts: 291
I've been having problems with BSODs with Win7PE_SE. My final effort was to download a totally new copy of Win7PE_SE complete from w7pese.cwcodes.net, make no changes except to turn off emulation and select a source, and build with WinBuilder 080. As you can see from the enclosed, at line 775 of Tweaks\Display, WinBuilder stopped evaluating code. With the Display script turned off, there's no problem. I'll try with a couple of other versions of WinBuilder, but this seems to be a problem to me.

{ABE} Big time failures with WinBuilder 077. Produces a working ISO using WinBuilder 081.
« Last Edit: November 22, 2015, 03:16:58 PM by Lancelot »

Re: Display script fails and all following scripts too
« Reply #1 on: October 03, 2012, 10:05:07 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I have reproduced the problem with wb80 (ok with wb82), thanks for reporting  :thumbsup:
Remove commented lines or uncommented lines (780-784) correct it.

Code: [Select]
If,%pScrollBox_Theme%,Equal,"Wallpaper previously defined",Begin
...........
Else,Begin
...........
//If,%pScrollBox_ImgPosition%,Equal,"Fill (Default)",Begin
//Iniwrite,%target_win%\Resources\Themes\%pScrollBox_Theme%.theme,"Control Panel\Desktop",TileWallpaper,0
//Iniwrite,%target_win%\Resources\Themes\%pScrollBox_Theme%.theme,"Control Panel\Desktop",WallpaperStyle,10
//End
...........
End

A treatment on commented lines, other than writing in the log :spider:
Really strange :alien:, if someone is able to explain me.

Edit: The script is on server with the uncommented lines (commented just because it was the default values, good to know and for not doing additional treatments).

:cheers:
« Last Edit: October 03, 2012, 10:14:43 PM by ChrisR »

Re: Display script fails and all following scripts too
« Reply #2 on: October 03, 2012, 10:21:45 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
@JonF

Change line 287
//If,Not,%pScrollBox_Theme%,Equal,"Wallpaper previously defined",Begin
to
//If,Not,%pScrollBox_Theme%,Equal,"Wallpaper previously defined",Begi-n

change line 290
//End
to
//En-d

Change line 781
//If,%pScrollBox_ImgPosition%,Equal,"Fill (Default)",Begin
to
//If,%pScrollBox_ImgPosition%,Equal,"Fill (Default)",Begi-n

and change line 784
//End
to
//En-d


@ChrisR
be carelfull when commenting out Begin   :thumbsup: :thumbsup:

 :ymca:
« Last Edit: October 03, 2012, 10:22:47 PM by Lancelot »

Re: Display script fails and all following scripts too
« Reply #3 on: October 03, 2012, 10:34:43 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks  :thumbsup:

:cheers:

 

Powered by EzPortal