Jump to content











Photo
- - - - -

WB 080 NativePE regwrite 0x3 build issue


  • Please log in to reply
15 replies to this topic

#1 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 03:36 PM

As the topic says:

RegWrite - Type: [0x3] Section [HKLM\WB-Setup\ControlSet001\Control\Lsa] Key [Bounds]: 0030000000200000


I get that error when building. I'm new to WB and have no idea what could be wrong. I have tried LiveXP project with errors also, I have re-downloaded the scripts. I'm at a loss.

All I need is a basic PE env to run Active@ KillDisk Pro and ghost32.

Thanks

log

#2 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 14 July 2010 - 04:13 PM

I do not know exactly where it happens (You did not attach the log).
But anywhere in your project there is a line
RegWrite,HKLM,0x3,WB-Setup\ControlSet001\Control\Lsa,Bounds,0030000000200000
rather than
RegWrite,HKLM,0x3,WB-Setup\ControlSet001\Control\Lsa,Bounds,00,30,00,00,00,20,00,00

Peter

#3 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 04:36 PM

log in linked at the bottom, its zipped cause they dont accept html files. :thumbup:

#4 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 04:49 PM

Ok got past that error now I have 2 new ones

AddVariables - File [%BaseDir%\Projects\NativePE\Basic\Shell\Explorer.Script] was not found!
Run - Failed to find section [Add-Shortcut] in file: [%BaseDir%\Projects\NativePE\Basic\Shell\Explorer.Script]

Is it normal to have this many errors in a 'out-of-the-box' install?

log file is here

#5 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 14 July 2010 - 05:01 PM

log in linked at the bottom, its zipped cause they dont accept html files. :(

Sorry, I did not recognize that small entry at the bottom! :thumbup:
I'll check, also due to your new issues.

Peter

#6 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 05:01 PM

I do not see a 'Explorer.script file in that dir but i do see a "ExplorerSettings.script"

miss named?

#7 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 14 July 2010 - 05:15 PM

I do not see a 'Explorer.script file in that dir but i do see a "ExplorerSettings.script"

miss named?

Really not!
Explorer.Script is essential and must be included. If there is no Explorer.script added to the build there should be a replacement.

I was just wondering about the project name NativePE.

I created some projects named nativeEx_<something>, and therefore I assumed you are using nativeEx_barebone. :thumbup:

If there is a different nativePE project, please tell me the URL. I do not now it.

On the other hand: I found one issue in the log:
  • The variable %reg%\ is nonsence. Should be %reg%

Peter

#8 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 05:23 PM

Really not!
Explorer.Script is essential and must be included. If there is no Explorer.script added to the build there should be a replacement.

I was just wondering about the project name NativePE.

I created some projects named nativeEx_<something>, and therefore I assumed you are using nativeEx_barebone.

If there is a different nativePE project, please tell me the URL. I do not now it.

On the other hand: I found one issue in the log:

  • The variable %reg%\ is nonsence. Should be %reg%

Peter


Where do i get the replacement explorer.exe?

Its named nativePE in the list along with the other LivePE. I got it from the main download screen on WB. Thuun.boot-land.net/winbldr/xp-2k3/projects

Where did you find the %reg%\ var so i can change it?

#9 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 14 July 2010 - 05:29 PM

Where do i get the replacement explorer.exe?

Its named nativePE in the list along with the other LivePE. I got it from the main download screen on WB. Thuun.boot-land.net/winbldr/xp-2k3/projects

Where did you find the %reg%\ var so i can change it?

Thun is not active since a long time. Maybe his project is "out of order"

%reg%\ is defined in api.script (or however it is named like e.g. 'commonAPi' etc.)

I'll have a look into Thun's script, why there is no explorer.script.

But that takes a while (currently some family obligations) :thumbup:

Peter

#10 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 05:32 PM

Ok Thanks.

Maybe i shouldn't be using his project.

Is there a active project that will do what I need? suggestions?

Like I said I tried LiveXP but I got errors in it also. I'll Post another thread for that.

#11 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 14 July 2010 - 05:43 PM

Assuming you didn't mistyped the name of the project and actually meant nativeEx_, i can only say that nativePE is a WB072/74/76 project.
Using Wb080 for it, will give all sorts of problems.


:thumbup:

#12 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 14 July 2010 - 05:51 PM

Is there a active project that will do what I need? suggestions?

Like I said I tried LiveXP but I got errors in it also. I'll Post another thread for that.

Out of the box all projects will work fine, assuming you use the right WB version for the project.

The smallest project with Explorer-Shell is nativeEx_barebone.

Imo, there is no advantage of active projects over non active ones, except for the support from the original author.


:thumbup:

#13 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 05:58 PM

Out of the box all projects will work fine, assuming you use the right WB version for the project.

The smallest project with Explorer-Shell is nativeEx_barebone.

Imo, there is no advantage of active projects over non active ones, except for the support from the original author.


:thumbup:


which SB version is nativeEx_barebone?

#14 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 14 July 2010 - 06:02 PM

WB080

:thumbup:

#15 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 14 July 2010 - 06:05 PM

WB 081 RC1 :thumbup:

Peter

#16 ctbfalcon

ctbfalcon

    Newbie

  • Members
  • 16 posts
  •  
    United States

Posted 14 July 2010 - 06:29 PM

hmmmm, the 080 rc1 is not liking my xp source dir, i'll try a new disk and let you know




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users