I am getting the following error while doing a build&sysgen in platform
builder OS design
regcomp: Error: InitRegistry FAILED on or near line 682 of
C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.

Re: Getting Build Error in Evaluation Version by Luca

Luca
Mon Jul 28 03:37:07 PDT 2008

look at line 682 in
C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini: you'll
find an error in the file syntax: try to figure out which .reg file has the
error (you can look at the comments in reginit like '; --> Entering' / ';
<-- Leaving')

--

Luca Calligaris
www.eurotech.it

"cute_eye" <cute_eye@discussions.microsoft.com> ha scritto nel messaggio
news:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
>I am getting the following error while doing a build&sysgen in platform
> builder OS design
> regcomp: Error: InitRegistry FAILED on or near line 682 of
> C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.



Re: Getting Build Error in Evaluation Version by shai

shai
Mon Jul 28 05:39:04 PDT 2008

This does not concern your error (which Luca told you how to debug) -
but basically just do Sysgen or Clean Sysgen. You do not (and it is
not recommended) to do Build & Sysgen, because it takes a lot of time
you do not need to waste, and microsoft ships PB with the libs
compiled for you.

Shai.

On Jul 28, 1:37=A0pm, "Luca Calligaris"
<anonym...@discussions.microsoft.com> wrote:
> look at line 682 in
> C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini: you=
'll
> find an error in the file syntax: try to figure out which .reg file has t=
he
> error (you can look at the comments in reginit like '; --> Entering' / ';
> <-- Leaving')
>
> --
>
> Luca Calligariswww.eurotech.it
>
> "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel messaggion=
ews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
>
> >I am getting the following error =A0while doing a build&sysgen in platfo=
rm
> > builder OS design
> > regcomp: Error: InitRegistry FAILED on or near line 682 of
> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.


Re: Getting Build Error in Evaluation Version by cuteeye

cuteeye
Tue Jul 29 00:18:05 PDT 2008

Thanks for your valuable advice.
Anyways, The problem is not yet fixed.
For Luca, I am just copy-pasting the contents around the error line (682) of
the file reginit.ini
;----------------------------Time Zones --------------------------------------

[HKEY_LOCAL_MACHINE\Time Zones]
"Default"=LOC_DEFAULT_TIMEZONE

[HKEY_LOCAL_MACHINE\Time Zones\Dateline Standard Time]
"Display"=mui_sz:"coredll.dll,#32768"
"Dlt"=mui_sz:"coredll.dll,#33024"
"Std"=mui_sz:"coredll.dll,#33280"
"TZI"=hex:d0,02,00,00,00,00,00,00,c4,ff,ff,ff,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00



"shai" wrote:

> This does not concern your error (which Luca told you how to debug) -
> but basically just do Sysgen or Clean Sysgen. You do not (and it is
> not recommended) to do Build & Sysgen, because it takes a lot of time
> you do not need to waste, and microsoft ships PB with the libs
> compiled for you.
>
> Shai.
>
> On Jul 28, 1:37 pm, "Luca Calligaris"
> <anonym...@discussions.microsoft.com> wrote:
> > look at line 682 in
> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini: you'll
> > find an error in the file syntax: try to figure out which .reg file has the
> > error (you can look at the comments in reginit like '; --> Entering' / ';
> > <-- Leaving')
> >
> > --
> >
> > Luca Calligariswww.eurotech.it
> >
> > "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel messaggionews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
> >
> > >I am getting the following error while doing a build&sysgen in platform
> > > builder OS design
> > > regcomp: Error: InitRegistry FAILED on or near line 682 of
> > > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.
>
>

Re: Getting Build Error in Evaluation Version by Luca

Luca
Tue Jul 29 23:36:20 PDT 2008

The problem is LOC_DEFAULT_TIMEZONE: this registry value should be
substituted to a string according to the locale settings of your OS (for an
USA locale could be ""Pacific Standard Time") when you run makeimg: for some
reasons it remains
'unresolved', so the error; the strings which substitute
LOC_DEFAULT_TIMEZONE for the various locale are in
under
%_WINCEROOT%\PUBLIC\WCESHELLFE\OAK\FILES\INTLTRNS\%LOCALE%\wceshellfe.str

--

Luca Calligaris
www.eurotech.it

"cute_eye" <cuteeye@discussions.microsoft.com> ha scritto nel messaggio
news:62B11F03-2B57-4171-8567-0640F27C24C4@microsoft.com...
> Thanks for your valuable advice.
> Anyways, The problem is not yet fixed.
> For Luca, I am just copy-pasting the contents around the error line (682)
> of
> the file reginit.ini
> ;----------------------------Time
> Zones --------------------------------------
>
> [HKEY_LOCAL_MACHINE\Time Zones]
> "Default"=LOC_DEFAULT_TIMEZONE
>
> [HKEY_LOCAL_MACHINE\Time Zones\Dateline Standard Time]
> "Display"=mui_sz:"coredll.dll,#32768"
> "Dlt"=mui_sz:"coredll.dll,#33024"
> "Std"=mui_sz:"coredll.dll,#33280"
> "TZI"=hex:d0,02,00,00,00,00,00,00,c4,ff,ff,ff,\
> 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
> 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
>
>
>
> "shai" wrote:
>
>> This does not concern your error (which Luca told you how to debug) -
>> but basically just do Sysgen or Clean Sysgen. You do not (and it is
>> not recommended) to do Build & Sysgen, because it takes a lot of time
>> you do not need to waste, and microsoft ships PB with the libs
>> compiled for you.
>>
>> Shai.
>>
>> On Jul 28, 1:37 pm, "Luca Calligaris"
>> <anonym...@discussions.microsoft.com> wrote:
>> > look at line 682 in
>> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini:
>> > you'll
>> > find an error in the file syntax: try to figure out which .reg file has
>> > the
>> > error (you can look at the comments in reginit like '; --> Entering' /
>> > ';
>> > <-- Leaving')
>> >
>> > --
>> >
>> > Luca Calligariswww.eurotech.it
>> >
>> > "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel
>> > messaggionews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
>> >
>> > >I am getting the following error while doing a build&sysgen in
>> > >platform
>> > > builder OS design
>> > > regcomp: Error: InitRegistry FAILED on or near line 682 of
>> > > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.
>>
>>



Re: Getting Build Error in Evaluation Version by cuteeye

cuteeye
Thu Aug 21 06:22:01 PDT 2008

The problem was resolved by manually changing the registry settings for
default time zone.
But after the build is completed when I try to launch the emulator by attach
device - a totally black screen is coming. If I take some OK built OS design
from other's PC and try to launch the emulator without doing a build in my
PC, it is working fine. When I re-build the borrowed OS design again by
Build/sysgen the same black screen is coming. pls help if anybody can.

"Luca Calligaris" wrote:

> The problem is LOC_DEFAULT_TIMEZONE: this registry value should be
> substituted to a string according to the locale settings of your OS (for an
> USA locale could be ""Pacific Standard Time") when you run makeimg: for some
> reasons it remains
> 'unresolved', so the error; the strings which substitute
> LOC_DEFAULT_TIMEZONE for the various locale are in
> under
> %_WINCEROOT%\PUBLIC\WCESHELLFE\OAK\FILES\INTLTRNS\%LOCALE%\wceshellfe.str
>
> --
>
> Luca Calligaris
> www.eurotech.it
>
> "cute_eye" <cuteeye@discussions.microsoft.com> ha scritto nel messaggio
> news:62B11F03-2B57-4171-8567-0640F27C24C4@microsoft.com...
> > Thanks for your valuable advice.
> > Anyways, The problem is not yet fixed.
> > For Luca, I am just copy-pasting the contents around the error line (682)
> > of
> > the file reginit.ini
> > ;----------------------------Time
> > Zones --------------------------------------
> >
> > [HKEY_LOCAL_MACHINE\Time Zones]
> > "Default"=LOC_DEFAULT_TIMEZONE
> >
> > [HKEY_LOCAL_MACHINE\Time Zones\Dateline Standard Time]
> > "Display"=mui_sz:"coredll.dll,#32768"
> > "Dlt"=mui_sz:"coredll.dll,#33024"
> > "Std"=mui_sz:"coredll.dll,#33280"
> > "TZI"=hex:d0,02,00,00,00,00,00,00,c4,ff,ff,ff,\
> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
> >
> >
> >
> > "shai" wrote:
> >
> >> This does not concern your error (which Luca told you how to debug) -
> >> but basically just do Sysgen or Clean Sysgen. You do not (and it is
> >> not recommended) to do Build & Sysgen, because it takes a lot of time
> >> you do not need to waste, and microsoft ships PB with the libs
> >> compiled for you.
> >>
> >> Shai.
> >>
> >> On Jul 28, 1:37 pm, "Luca Calligaris"
> >> <anonym...@discussions.microsoft.com> wrote:
> >> > look at line 682 in
> >> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini:
> >> > you'll
> >> > find an error in the file syntax: try to figure out which .reg file has
> >> > the
> >> > error (you can look at the comments in reginit like '; --> Entering' /
> >> > ';
> >> > <-- Leaving')
> >> >
> >> > --
> >> >
> >> > Luca Calligariswww.eurotech.it
> >> >
> >> > "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel
> >> > messaggionews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
> >> >
> >> > >I am getting the following error while doing a build&sysgen in
> >> > >platform
> >> > > builder OS design
> >> > > regcomp: Error: InitRegistry FAILED on or near line 682 of
> >> > > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.
> >>
> >>
>
>
>

Re: Getting Build Error in Evaluation Version by Bruce

Bruce
Thu Aug 21 06:45:53 PDT 2008

Do you ahve debug output? How are your running the emulator?

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"cute_eye" <cuteeye@discussions.microsoft.com> wrote in message
news:D9654FDE-784C-4B58-8F79-70B5BB4510C9@microsoft.com...
> The problem was resolved by manually changing the registry settings for
> default time zone.
> But after the build is completed when I try to launch the emulator by
> attach
> device - a totally black screen is coming. If I take some OK built OS
> design
> from other's PC and try to launch the emulator without doing a build in my
> PC, it is working fine. When I re-build the borrowed OS design again by
> Build/sysgen the same black screen is coming. pls help if anybody can.
>
> "Luca Calligaris" wrote:
>
>> The problem is LOC_DEFAULT_TIMEZONE: this registry value should be
>> substituted to a string according to the locale settings of your OS (for
>> an
>> USA locale could be ""Pacific Standard Time") when you run makeimg: for
>> some
>> reasons it remains
>> 'unresolved', so the error; the strings which substitute
>> LOC_DEFAULT_TIMEZONE for the various locale are in
>> under
>> %_WINCEROOT%\PUBLIC\WCESHELLFE\OAK\FILES\INTLTRNS\%LOCALE%\wceshellfe.str
>>
>> --
>>
>> Luca Calligaris
>> www.eurotech.it
>>
>> "cute_eye" <cuteeye@discussions.microsoft.com> ha scritto nel messaggio
>> news:62B11F03-2B57-4171-8567-0640F27C24C4@microsoft.com...
>> > Thanks for your valuable advice.
>> > Anyways, The problem is not yet fixed.
>> > For Luca, I am just copy-pasting the contents around the error line
>> > (682)
>> > of
>> > the file reginit.ini
>> > ;----------------------------Time
>> > Zones --------------------------------------
>> >
>> > [HKEY_LOCAL_MACHINE\Time Zones]
>> > "Default"=LOC_DEFAULT_TIMEZONE
>> >
>> > [HKEY_LOCAL_MACHINE\Time Zones\Dateline Standard Time]
>> > "Display"=mui_sz:"coredll.dll,#32768"
>> > "Dlt"=mui_sz:"coredll.dll,#33024"
>> > "Std"=mui_sz:"coredll.dll,#33280"
>> > "TZI"=hex:d0,02,00,00,00,00,00,00,c4,ff,ff,ff,\
>> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
>> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
>> >
>> >
>> >
>> > "shai" wrote:
>> >
>> >> This does not concern your error (which Luca told you how to debug) -
>> >> but basically just do Sysgen or Clean Sysgen. You do not (and it is
>> >> not recommended) to do Build & Sysgen, because it takes a lot of time
>> >> you do not need to waste, and microsoft ships PB with the libs
>> >> compiled for you.
>> >>
>> >> Shai.
>> >>
>> >> On Jul 28, 1:37 pm, "Luca Calligaris"
>> >> <anonym...@discussions.microsoft.com> wrote:
>> >> > look at line 682 in
>> >> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini:
>> >> > you'll
>> >> > find an error in the file syntax: try to figure out which .reg file
>> >> > has
>> >> > the
>> >> > error (you can look at the comments in reginit like '; --> Entering'
>> >> > /
>> >> > ';
>> >> > <-- Leaving')
>> >> >
>> >> > --
>> >> >
>> >> > Luca Calligariswww.eurotech.it
>> >> >
>> >> > "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel
>> >> > messaggionews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
>> >> >
>> >> > >I am getting the following error while doing a build&sysgen in
>> >> > >platform
>> >> > > builder OS design
>> >> > > regcomp: Error: InitRegistry FAILED on or near line 682 of
>> >> > > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.
>> >>
>> >>
>>
>>
>>



Re: Getting Build Error in Evaluation Version by cuteeye

cuteeye
Fri Aug 22 08:30:00 PDT 2008

Yes. Im running with the KdStub debugger. And it is built with correct build
configuration (Emulator_X86_Debug)

"Bruce Eitman [eMVP]" wrote:

> Do you ahve debug output? How are your running the emulator?
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
> My BLOG http://geekswithblogs.net/bruceeitman
>
> EuroTech Inc.
> www.EuroTech.com
>
> "cute_eye" <cuteeye@discussions.microsoft.com> wrote in message
> news:D9654FDE-784C-4B58-8F79-70B5BB4510C9@microsoft.com...
> > The problem was resolved by manually changing the registry settings for
> > default time zone.
> > But after the build is completed when I try to launch the emulator by
> > attach
> > device - a totally black screen is coming. If I take some OK built OS
> > design
> > from other's PC and try to launch the emulator without doing a build in my
> > PC, it is working fine. When I re-build the borrowed OS design again by
> > Build/sysgen the same black screen is coming. pls help if anybody can.
> >
> > "Luca Calligaris" wrote:
> >
> >> The problem is LOC_DEFAULT_TIMEZONE: this registry value should be
> >> substituted to a string according to the locale settings of your OS (for
> >> an
> >> USA locale could be ""Pacific Standard Time") when you run makeimg: for
> >> some
> >> reasons it remains
> >> 'unresolved', so the error; the strings which substitute
> >> LOC_DEFAULT_TIMEZONE for the various locale are in
> >> under
> >> %_WINCEROOT%\PUBLIC\WCESHELLFE\OAK\FILES\INTLTRNS\%LOCALE%\wceshellfe.str
> >>
> >> --
> >>
> >> Luca Calligaris
> >> www.eurotech.it
> >>
> >> "cute_eye" <cuteeye@discussions.microsoft.com> ha scritto nel messaggio
> >> news:62B11F03-2B57-4171-8567-0640F27C24C4@microsoft.com...
> >> > Thanks for your valuable advice.
> >> > Anyways, The problem is not yet fixed.
> >> > For Luca, I am just copy-pasting the contents around the error line
> >> > (682)
> >> > of
> >> > the file reginit.ini
> >> > ;----------------------------Time
> >> > Zones --------------------------------------
> >> >
> >> > [HKEY_LOCAL_MACHINE\Time Zones]
> >> > "Default"=LOC_DEFAULT_TIMEZONE
> >> >
> >> > [HKEY_LOCAL_MACHINE\Time Zones\Dateline Standard Time]
> >> > "Display"=mui_sz:"coredll.dll,#32768"
> >> > "Dlt"=mui_sz:"coredll.dll,#33024"
> >> > "Std"=mui_sz:"coredll.dll,#33280"
> >> > "TZI"=hex:d0,02,00,00,00,00,00,00,c4,ff,ff,ff,\
> >> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
> >> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
> >> >
> >> >
> >> >
> >> > "shai" wrote:
> >> >
> >> >> This does not concern your error (which Luca told you how to debug) -
> >> >> but basically just do Sysgen or Clean Sysgen. You do not (and it is
> >> >> not recommended) to do Build & Sysgen, because it takes a lot of time
> >> >> you do not need to waste, and microsoft ships PB with the libs
> >> >> compiled for you.
> >> >>
> >> >> Shai.
> >> >>
> >> >> On Jul 28, 1:37 pm, "Luca Calligaris"
> >> >> <anonym...@discussions.microsoft.com> wrote:
> >> >> > look at line 682 in
> >> >> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini:
> >> >> > you'll
> >> >> > find an error in the file syntax: try to figure out which .reg file
> >> >> > has
> >> >> > the
> >> >> > error (you can look at the comments in reginit like '; --> Entering'
> >> >> > /
> >> >> > ';
> >> >> > <-- Leaving')
> >> >> >
> >> >> > --
> >> >> >
> >> >> > Luca Calligariswww.eurotech.it
> >> >> >
> >> >> > "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel
> >> >> > messaggionews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
> >> >> >
> >> >> > >I am getting the following error while doing a build&sysgen in
> >> >> > >platform
> >> >> > > builder OS design
> >> >> > > regcomp: Error: InitRegistry FAILED on or near line 682 of
> >> >> > > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Getting Build Error in Evaluation Version by Bruce

Bruce
Fri Aug 22 09:19:37 PDT 2008

I should have worded that differently. Please post the debug output.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"cute_eye" <cuteeye@discussions.microsoft.com> wrote in message
news:55EDD739-A768-4588-9549-3AC859247AF8@microsoft.com...
> Yes. Im running with the KdStub debugger. And it is built with correct
> build
> configuration (Emulator_X86_Debug)
>
> "Bruce Eitman [eMVP]" wrote:
>
>> Do you ahve debug output? How are your running the emulator?
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>> My BLOG http://geekswithblogs.net/bruceeitman
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> "cute_eye" <cuteeye@discussions.microsoft.com> wrote in message
>> news:D9654FDE-784C-4B58-8F79-70B5BB4510C9@microsoft.com...
>> > The problem was resolved by manually changing the registry settings for
>> > default time zone.
>> > But after the build is completed when I try to launch the emulator by
>> > attach
>> > device - a totally black screen is coming. If I take some OK built OS
>> > design
>> > from other's PC and try to launch the emulator without doing a build in
>> > my
>> > PC, it is working fine. When I re-build the borrowed OS design again by
>> > Build/sysgen the same black screen is coming. pls help if anybody can.
>> >
>> > "Luca Calligaris" wrote:
>> >
>> >> The problem is LOC_DEFAULT_TIMEZONE: this registry value should be
>> >> substituted to a string according to the locale settings of your OS
>> >> (for
>> >> an
>> >> USA locale could be ""Pacific Standard Time") when you run makeimg:
>> >> for
>> >> some
>> >> reasons it remains
>> >> 'unresolved', so the error; the strings which substitute
>> >> LOC_DEFAULT_TIMEZONE for the various locale are in
>> >> under
>> >> %_WINCEROOT%\PUBLIC\WCESHELLFE\OAK\FILES\INTLTRNS\%LOCALE%\wceshellfe.str
>> >>
>> >> --
>> >>
>> >> Luca Calligaris
>> >> www.eurotech.it
>> >>
>> >> "cute_eye" <cuteeye@discussions.microsoft.com> ha scritto nel
>> >> messaggio
>> >> news:62B11F03-2B57-4171-8567-0640F27C24C4@microsoft.com...
>> >> > Thanks for your valuable advice.
>> >> > Anyways, The problem is not yet fixed.
>> >> > For Luca, I am just copy-pasting the contents around the error line
>> >> > (682)
>> >> > of
>> >> > the file reginit.ini
>> >> > ;----------------------------Time
>> >> > Zones --------------------------------------
>> >> >
>> >> > [HKEY_LOCAL_MACHINE\Time Zones]
>> >> > "Default"=LOC_DEFAULT_TIMEZONE
>> >> >
>> >> > [HKEY_LOCAL_MACHINE\Time Zones\Dateline Standard Time]
>> >> > "Display"=mui_sz:"coredll.dll,#32768"
>> >> > "Dlt"=mui_sz:"coredll.dll,#33024"
>> >> > "Std"=mui_sz:"coredll.dll,#33280"
>> >> > "TZI"=hex:d0,02,00,00,00,00,00,00,c4,ff,ff,ff,\
>> >> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
>> >> > 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
>> >> >
>> >> >
>> >> >
>> >> > "shai" wrote:
>> >> >
>> >> >> This does not concern your error (which Luca told you how to
>> >> >> debug) -
>> >> >> but basically just do Sysgen or Clean Sysgen. You do not (and it is
>> >> >> not recommended) to do Build & Sysgen, because it takes a lot of
>> >> >> time
>> >> >> you do not need to waste, and microsoft ships PB with the libs
>> >> >> compiled for you.
>> >> >>
>> >> >> Shai.
>> >> >>
>> >> >> On Jul 28, 1:37 pm, "Luca Calligaris"
>> >> >> <anonym...@discussions.microsoft.com> wrote:
>> >> >> > look at line 682 in
>> >> >> > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini:
>> >> >> > you'll
>> >> >> > find an error in the file syntax: try to figure out which .reg
>> >> >> > file
>> >> >> > has
>> >> >> > the
>> >> >> > error (you can look at the comments in reginit like '; -->
>> >> >> > Entering'
>> >> >> > /
>> >> >> > ';
>> >> >> > <-- Leaving')
>> >> >> >
>> >> >> > --
>> >> >> >
>> >> >> > Luca Calligariswww.eurotech.it
>> >> >> >
>> >> >> > "cute_eye" <cute_...@discussions.microsoft.com> ha scritto nel
>> >> >> > messaggionews:A95E3B68-64FF-40B7-BA5F-5E8642BF4862@microsoft.com...
>> >> >> >
>> >> >> > >I am getting the following error while doing a build&sysgen in
>> >> >> > >platform
>> >> >> > > builder OS design
>> >> >> > > regcomp: Error: InitRegistry FAILED on or near line 682 of
>> >> >> > > C:\WINCE500\PBWorkspaces\MyABC\RelDir\Emulator_x86_Debug\reginit.ini.
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>



Re: Getting Build Error in Evaluation Version by cuteeye

cuteeye
Tue Aug 26 02:54:00 PDT 2008

Getting the following debug-output messages at the end
-------------------

Loaded symbols for
'C:\WINCE500\APL\SIDD\RELDIR\EMULATOR_X86_DEBUG\COMMCTRL.DLL'
4294775456 PID:a3e81362 TID:a3e8cfca 0x83e8ce1c:
AddToProcessInputLocaleTable: Added process to ProcessInputLocale table,
hProcess = 0xE3FC89AE
4294775776 PID:e3fc89ae TID:e3f03a3e 0x83e9d800:
+OpenIFConfig(Comm\DC211401\Parms\TCPIP Handle 0x82FFAFC)
4294775776 PID:e3fc89ae TID:e3f03a3e 0x83e9d800: Opened registry info for
Comm\DC211401\Parms\TCPIP
4294775776 PID:e3fc89ae TID:e3f03a3e 0x83e9d800:
-OpenIFConfig(Comm\DC211401\Parms\TCPIP *Handle 0x82FFAFC, BOOL Ret: 1)
4294775776 PID:e3fc89ae TID:e3f03a3e 0x83e9d800: *CloseIFConfig(Handle
0x91EB0)
4294775776 PID:e3fc89ae TID:e3f03a3e 0x83e9d800: IPAddAddrComplete: IF
139CB0 ntecount 1, SAC 0

---------------------------
After this nothing happens (hang like scenario) ----emulator is black screen
Pls help if you can.

"Bruce Eitman [eMVP]" wrote:

> I should have worded that differently. Please post the debug output.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
> My BLOG http://geekswithblogs.net/bruceeitman
>
> EuroTech Inc.
> www.EuroTech.com
>
> "cute_eye" <cuteeye@discussions.microsoft.com> wrote in message
> news:55EDD739-A768-4588-9549-3AC859247AF8@microsoft.com...
> > Yes. Im running with the KdStub debugger. And it is built with correct
> > build
> > configuration (Emulator_X86_Debug)
> >
> > "Bruce Eitman [eMVP]" wrote:
> >
> >> Do you ahve debug output? How are your running the emulator?
> >>
> >> --
> >> Bruce Eitman (eMVP)
> >> Senior Engineer
> >> Bruce.Eitman AT EuroTech DOT com
> >> My BLOG http://geekswithblogs.net/bruceeitman
> >>
> >> EuroTech Inc.
> >> www.EuroTech.com
> >>
> >> "cute_eye" <cuteeye@discussions.microsoft.com> wrote in message
> >> news:D9654FDE-784C-4B58-8F79-70B5BB4510C9@microsoft.com...
> >> > The problem was resolved by manually changing the registry settings for
> >> > default time zone.
> >> > But after the build is completed when I try to launch the emulator by
> >> > attach
> >> > device - a totally black screen is coming. If I take some OK built OS
> >> > design
> >> > from other's PC and try to launch the emulator without doing a build in
> >> > my
> >> > PC, it is working fine. When I re-build the borrowed OS design again by
> >> > Build/sysgen the same black screen is coming. pls help if anybody can.
> >> >
> >> > "Luca Calligaris" wrote:
> >> >
> >> >> The problem is LOC_DEFAULT_TIMEZONE: this registry value should be
> >> >> substituted to a string according to the locale settings of your OS