Hi all,

I am building a GATEWAY platform on INTEL XSCALE processor on Win ce
5.0.
When the runtime image is downloaded,the system does not load
"shell.exe".I dont know why it is happening.

The registry settings are

; @CESYSGEN IF CE_MODULES_SHELL

IF IMGNOKITL !
"Launch10"="shell.exe"
ENDIF IMGNOKITL !

; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_DEVICE
"Launch20"="device.exe"
; @CESYSGEN IF CE_MODULES_SHELL

IF IMGNOKITL !
"Depend20"=hex:0a,00
ENDIF IMGNOKITL !

in common.reg.
When the system starts loading the \init applications ,the first
application loaded is device.exe after filesys.exe.The debug messages
are

4294772700 PID:3cb7002 TID:e3c9e642 0x83c9ea64: InitMUI: DISABLED
(-1039729896)
4294772702 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FS: Creating signal
event SYSTEM/ShellAPIReady
4294772703 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FS: Creating signal
event SYSTEM/GweApiSetReady
4294772704 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FS: Creating signal
event SYSTEM/PowerManagerReady
4294772704 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FILESYS: Launching
apps
4294772706 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FILESYS: Launching
device.exe
4294772716 PID:e3c79dce TID:e3c9c152 0x83c6f760: >>> Loading module
coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
0x01FFE000-0x01FFF3C5)
4294772733 PID:e3c79dce TID:e3c9c152 0x83c6f760: >>> Loading module
pm.dll at address 0x03EF0000-0x03EF9000 (RW data at
0x01FF6000-0x01FF6574)

How is this possible.Can you solve it out


regards
Nitin

Re: shell.exe is not loading by mobilevil

mobilevil
Mon Aug 29 06:01:48 CDT 2005

use kitl, start remote registry viewer.
you can check if all of your drivers are loaded. maybe device.exe is still
loading drivers. shell won't start if device.exe is not finished yet.
most likely a driver bug here.

and you can launch shell.exe(and gwes if it is not launched yet) from target
control. it works even if device.exe is still working
<nitinsrivastav@tataelxsi.co.in> wrote in message
news:1125303808.687760.260250@o13g2000cwo.googlegroups.com...
> Hi all,
>
> I am building a GATEWAY platform on INTEL XSCALE processor on Win ce
> 5.0.
> When the runtime image is downloaded,the system does not load
> "shell.exe".I dont know why it is happening.
>
> The registry settings are
>
> ; @CESYSGEN IF CE_MODULES_SHELL
>
> IF IMGNOKITL !
> "Launch10"="shell.exe"
> ENDIF IMGNOKITL !
>
> ; @CESYSGEN ENDIF
> ; @CESYSGEN IF CE_MODULES_DEVICE
> "Launch20"="device.exe"
> ; @CESYSGEN IF CE_MODULES_SHELL
>
> IF IMGNOKITL !
> "Depend20"=hex:0a,00
> ENDIF IMGNOKITL !
>
> in common.reg.
> When the system starts loading the \init applications ,the first
> application loaded is device.exe after filesys.exe.The debug messages
> are
>
> 4294772700 PID:3cb7002 TID:e3c9e642 0x83c9ea64: InitMUI: DISABLED
> (-1039729896)
> 4294772702 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FS: Creating signal
> event SYSTEM/ShellAPIReady
> 4294772703 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FS: Creating signal
> event SYSTEM/GweApiSetReady
> 4294772704 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FS: Creating signal
> event SYSTEM/PowerManagerReady
> 4294772704 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FILESYS: Launching
> apps
> 4294772706 PID:83c9c3da TID:83c9c3b6 0x83c9c174: FILESYS: Launching
> device.exe
> 4294772716 PID:e3c79dce TID:e3c9c152 0x83c6f760: >>> Loading module
> coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
> 0x01FFE000-0x01FFF3C5)
> 4294772733 PID:e3c79dce TID:e3c9c152 0x83c6f760: >>> Loading module
> pm.dll at address 0x03EF0000-0x03EF9000 (RW data at
> 0x01FF6000-0x01FF6574)
>
> How is this possible.Can you solve it out
>
>
> regards
> Nitin
>



Re: shell.exe is not loading by Steve

Steve
Mon Aug 29 10:02:13 CDT 2005

No you can't launch shell.exe via target control because target control
needs shell.exe running to work. It sounds like you need to do a clean
sysgen of your system over again as the registry settings are not right to
load shell.exe in the image you are running.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: shell.exe is not loading by mobilevil

mobilevil
Mon Aug 29 21:13:18 CDT 2005

ops you're right, my case was explorer.exe

--
-----------------------------------------------------------
¯S§O­n ¯S§O­n ¯S§O­n kachun ±oª÷
"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
news:OLwClqKrFHA.3596@TK2MSFTNGP15.phx.gbl...
> No you can't launch shell.exe via target control because target control
> needs shell.exe running to work. It sounds like you need to do a clean
> sysgen of your system over again as the registry settings are not right to
> load shell.exe in the image you are running.
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>



Re: shell.exe is not loading by nitinsrivastav

nitinsrivastav
Tue Aug 30 00:26:39 CDT 2005


Hi Steve,

Thanks....I did all those things.All such settings are working in one
custom platform built.In that shell.exe is loading.The registry
settings are same since it is common registry given by platbuilder.I am
not doing anything in that.I tried also in release mode,but the problem
remains the same.Another problem is it is also not loading
VMINI.DLL.shell.exe and vmini.dll are part of runtime image.I tried
loading these modules without any condition ,but these are not loading.


Regards
Nitin


Re: shell.exe is not loading by Yannick

Yannick
Tue Aug 30 00:57:45 CDT 2005

maybe you should check in reginit.ini if the launch key for shell.exe is
definitely in the registry : reginit.ini reflects the merge of all .reg
files after filtering.

--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADENEO (ADESET)
Windows Embedded Manager
ychammings AT adeset DOT com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

<nitinsrivastav@tataelxsi.co.in> a écrit dans le message de news:
1125379599.967566.69010@g44g2000cwa.googlegroups.com...
>
> Hi Steve,
>
> Thanks....I did all those things.All such settings are working in one
> custom platform built.In that shell.exe is loading.The registry
> settings are same since it is common registry given by platbuilder.I am
> not doing anything in that.I tried also in release mode,but the problem
> remains the same.Another problem is it is also not loading
> VMINI.DLL.shell.exe and vmini.dll are part of runtime image.I tried
> loading these modules without any condition ,but these are not loading.
>
>
> Regards
> Nitin
>



Re: shell.exe is not loading by nitinsrivastav

nitinsrivastav
Tue Aug 30 01:45:09 CDT 2005

Thanks.I checked the reginit.ini.The Launch key is fine.The values in
reginit.ini are

[HKEY_LOCAL_MACHINE\init]
; @CESYSGEN IF CE_MODULES_SHELL
"Launch10"="shell.exe"
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_DEVICE
"Launch20"="device.exe"
; @CESYSGEN IF CE_MODULES_SHELL
"Depend20"=hex:0a,00
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_GWES
"Launch30"="gwes.exe"
"Depend30"=hex:14,00
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_BTGW
; @CESYSGEN ENDIF


Re: shell.exe is not loading by nitinsrivastav

nitinsrivastav
Tue Aug 30 05:17:46 CDT 2005

The problem is not solved yet.Even I tried loading device.exe before
shell.exe,still I am getting same output.I tried al permutations,but it
seems that the problem is at some other place.

> Thanks.I checked the reginit.ini.The Launch key is fine.The values in
> reginit.ini are
>
> [HKEY_LOCAL_MACHINE\init]
> ; @CESYSGEN IF CE_MODULES_SHELL
> "Launch10"="shell.exe"
> ; @CESYSGEN ENDIF
> ; @CESYSGEN IF CE_MODULES_DEVICE
> "Launch20"="device.exe"
> ; @CESYSGEN IF CE_MODULES_SHELL
> "Depend20"=hex:0a,00
> ; @CESYSGEN ENDIF
> ; @CESYSGEN ENDIF
> ; @CESYSGEN IF CE_MODULES_GWES
> "Launch30"="gwes.exe"
> "Depend30"=hex:14,00
> ; @CESYSGEN ENDIF
> ; @CESYSGEN IF CE_MODULES_BTGW
> ; @CESYSGEN ENDIF


Re: shell.exe is not loading by Steve

Steve
Tue Aug 30 08:18:00 CDT 2005

What's the debug output? How are you determining that shell.exe is not
starting?

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: shell.exe is not loading by nitinsrivastav

nitinsrivastav
Tue Aug 30 08:53:47 CDT 2005


The debug output is



0 PID:0 TID:0 Booting Windows CE version 5.00 for (ARM)
0 PID:0 TID:0 &pTOC = 800c351c, pTOC = 80c1bcb8, pTOC->ulRamFree
= 80c91000, MemForPT = 00000000
0 PID:0 TID:0
Old or invalid version stamp in kernel structures - starting clean!
0 PID:0 TID:0 Configuring: Primary pages: 12322, Secondary pages:
0, Filesystem pages = 6161
0 PID:0 TID:0
Booting kernel with clean memory configuration:
0 PID:0 TID:0 Memory Sections:
0 PID:0 TID:0 [0] : start: 80c92000, extension: 00004000, length:
03022000
0 PID:0 TID:0 Sp=ffffc7cc
2 PID:0 TID:0 Windows CE KernelInit
4294767297 PID:3cb7002 TID:3cb7266 Updated eptr->e32_vsize to =
000be000
4294769824 PID:3cb7002 TID:3cb7266 Scheduling the first thread.
4294769824 PID:3cb7002 TID:3cb7266 0x83cb7024: KernelInit2:
pCurThread=83cb7024 hCurThread=03cb7266 hCurProc=03cb7002, KernelInit =
800dfa60
4294769825 PID:3cb7002 TID:3cb7266 0x83cb7024: Detecting VFP...
4294769844 PID:3cb7002 TID:3cb7266 0x83cb7024: VFP Not Found!
4294769845 PID:3cb7002 TID:3cb7266 0x83cb7024: Updated eptr->e32_vsize
to = 00006000
4294769846 PID:3cb7002 TID:3cb7266 0x83cb7024: Updated eptr->e32_vsize
to = 00029000
4294769847 PID:3cb7002 TID:3cb7266 0x83cb7024: Updated eptr->e32_vsize
to = 00009000
4294769848 PID:3cb7002 TID:3cb7266 0x83cb7024: Updated eptr->e32_vsize
to = 00022000
4294769849 PID:3cb7002 TID:3cb7266 0x83cb7024: Starting kernel debugger
software probe (KdStub) - KD API version 18
4294769850 PID:3cb7002 TID:3cb7266 0x83cb7024: >>> Loading module
NK.EXE at address 0x800B8000-0x80176000 (RW data at
0x80C26000-0x80C77B3F)
Kernel debugger connected.
The Kernel Debugger connection has been established (Target CPU is
ARM).
Target name: CE Device
Probe name: KdStub
Binary Image should be loaded at 0x800b8000 / Data relocated at
0x80c26000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\NK.EXE'
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\KD.DLL'
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\OSAXST1.DLL'
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\OSAXST0.DLL'
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\HD.DLL'
4294769855 PID:3cb7002 TID:3cb7266 0x83cb7024: first = 01f20000, last =
02000000, SharedDllBase = 033e0000
4294769883 PID:3cb7002 TID:3cb7266 0x83cb7024: >>> Loading module
coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
0x01FFE000-0x01FFF3C5)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\COREDLL.DLL'
4294769908 PID:63c9c3da TID:63c9c3b6 0x83c9c174: >>> Loading module
coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
0x01FFE000-0x01FFF3C5)
4294769911 PID:63c9c3da TID:63c9c3b6 0x83c9c174: >>> Loading module
filesys.exe at address 0x04010000-0x0409C000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\FILESYS.EXE'
4294769915 PID:63c9c3da TID:63c9c3b6 0x83c9c174: CertMod.dll not found,
using old OEM Trust Model
4294769923 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FileSystem Starting -
starting with clean file system
4294769925 PID:63c9c3da TID:63c9c3b6 0x83c9c174: SyncronizeRealTime:
Year: 2003, Month: 1, Day: 22, Hour: 12, Minute: 7, second: 59
rcnr=2B5FE39Fh
4294769927 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: initializing
ROM/RAM file system
4294769928 PID:63c9c3da TID:63c9c3b6 0x83c9c174: SC_CreateAPIHandle:
pvData == NULL
4294769928 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Registering file
system ROM, index 2, flags 0x00000031
4294769928 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Mount complete
(ROM, index 2, flags 0x00000031)
4294769938 PID:63c9c3da TID:63c9c3b6 0x83c9c174: >>> Loading module
eventlog.dll at address 0x03680000-0x036A2000 (RW data at
0x01F4B000-0x01F4B8AC)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\EVENTLOG.DLL'
4294769941 PID:63c9c3da TID:63c9c3b6 0x83c9c174: EventLog::
EventLogInit() called
4294770083 PID:63c9c3da TID:63c9c3b6 0x83c9c174: Succeeded on CheckFile
4294770083 PID:63c9c3da TID:63c9c3b6 0x83c9c174:
RestoreFile(0xe3c81d9e) called fDelete = TRUE
4294770896 PID:63c9c3da TID:63c9c3b6 0x83c9c174: ReadRegistryFromOEM.
4294770897 PID:63c9c3da TID:63c9c3b6 0x83c9c174: Registry - Using saved
Reg..
4294770897 PID:63c9c3da TID:63c9c3b6 0x83c9c174:
RestoreFile(0xffffffff) called fDelete = TRUE
4294771063 PID:63c9c3da TID:63c9c3b6 0x83c9c174: ReadRegistryFromOEM.
4294771063 PID:63c9c3da TID:63c9c3b6 0x83c9c174: Registry - Using saved
Reg..
4294772419 PID:63c9c3da TID:63c9c3b6 0x83c9c174: >>> Loading module
fsdmgr.dll at address 0x03E70000-0x03E9E000 (RW data at
0x01FEC000-0x01FEC808)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\FSDMGR.DLL'
4294772422 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Registering file
system StoreMgr, index 3, flags 0x00000001
4294772432 PID:63c9c3da TID:63c9c3b6 0x83c9c174: Could not find/load
partition driver mspart.dll
4294772433 PID:63c9c3da TID:63c9c3b6 0x83c9c174: CStore
Destructor(000B0B50)
4294772434 PID:63c9c3da TID:63c9c3b6 0x83c9c174: InitSharedHeap:
46000000 10000 c
4294772434 PID:63c9c3da TID:63c9c3b6 0x83c9c174: InitSharedHeap:
return 46000060
4294772437 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FSREG: Unable to read
value "NoDefaultUser" under HKEY_LOCAL_MACHINE\init\BootVars
4294772438 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FSREG: Logging in
default user.
4294772438 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FSREG: Unable to read
value "DefaultUser" under HKEY_LOCAL_MACHINE\init\BootVars
4294772439 PID:63c9c3da TID:63c9c3b6 0x83c9c174: SetCurrentUser:
Logging out (nobody), logging in default
4294772439 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Using default path
"\profiles\"
4294772440 PID:63c9c3da TID:63c9c3b6 0x83c9c174: BuildPath: profiles
4294772441 PID:63c9c3da TID:63c9c3b6 0x83c9c174: BuildPath:
profiles\default
4294772443 PID:63c9c3da TID:63c9c3b6 0x83c9c174: SetCurrentUser: User
hives not supported -- using same registry for all users
4294772444 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Using default path
"Windows\"
4294772476 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Using default path
"Windows\"
4294772483 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FSREG: Unable to read
value "DBFlags" under HKEY_LOCAL_MACHINE\init\BootVars
4294772921 PID:63c9c3da TID:63c9c3b6 0x83c9c174:
Initializing Database
4294772932 PID:63c9c3da TID:63c9c3b6 0x83c9c174: DB:Validation: Name
already exists DB_notify_events
4294772932 PID:63c9c3da TID:63c9c3b6 0x83c9c174: DB:CeCreateDatabase
failed
4294772934 PID:63c9c3da TID:63c9c3b6 0x83c9c174: Filesystem
initialized!
4294772935 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Waiting for
kernel to be ready to launch apps
4294772937 PID:3cb7002 TID:c3c9e642 0x83c9ea64: InitMUI: DISABLED
(-1039729896)
4294772939 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Creating signal
event SYSTEM/ShellAPIReady
4294772939 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Creating signal
event SYSTEM/GweApiSetReady
4294772940 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FS: Creating signal
event SYSTEM/PowerManagerReady
4294772941 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Launching
apps
4294772942 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Launching
device.exe
4294772952 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
0x01FFE000-0x01FFF3C5)
4294772970 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
pm.dll at address 0x03EF0000-0x03EF9000 (RW data at
0x01FF6000-0x01FF6574)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\PM.DLL'
4294772972 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
devmgr.dll at address 0x03F20000-0x03F39000 (RW data at
0x01FFC000-0x01FFC6B4)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\DEVMGR.DLL'
4294772974 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
device.exe at address 0x06010000-0x06014000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\DEVICE.EXE'
4294772982 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: InitSharedHeap:
46000000 0 c
4294772982 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: InitSharedHeap:
return 46000060
4294772982 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: *** Power Manager:
DLL_PROCESS_ATTACH - Current Process: 0x42, ID: 0xe3c6e30a ***
4294772983 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: *** DLL_PROCESS_ATTACH
- Current Process: 0x42, ID: 0xe3c6e30a ***
4294772987 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +InitDeviceFileSystems
4294772989 PID:63c9c3da TID:e3c6e32e 0x83c6e750: FS: Registering file
system $device, index 4, flags 0x00000001
4294772989 PID:63c9c3da TID:e3c6e32e 0x83c6e750: FS: Registering file
system $bus, index 5, flags 0x00000001
4294772989 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
-InitDeviceFileSystems: status is 1
4294772990 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVLOAD: DEBUGCHK
failed in file
c:\macallan\private\winceos\coreos\device\devcore\devcore.c at line 427

4294772994 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEBUG_BREAK @03f26b8c
MD=1f Ignored.
4294772997 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ceddk.dll at address 0x03E60000-0x03E69000 (RW data at
0x01FEA000-0x01FEA0C4)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\CEDDK.DLL'
4294772999 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
Ceddk!CalibrateStallCounter: Enter
4294773001 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
Ceddk!CalibrateStallCounter: Stall counter loaded from registry(53)
4294773001 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +PmInit
4294773003 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: -PmInit: returning 1
4294773004 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!DevloadInit
4294773015 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!InitDevices:
Root Key is Drivers\BuiltIn.
4294773016 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues RegQueryValueEx(Drivers\BuiltIn\Prefix)
returned 2
4294773016 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\BusPrefix) returned 2
4294773026 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
regenum.dll at address 0x03F10000-0x03F17000 (RW data at
0x01FFA000-0x01FFA4A4)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\REGENUM.DLL'
4294773031 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\PCMCIA\Prefix) returned 2
4294773031 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\PCMCIA\BusPrefix) returned 2
4294773038 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'PCMCIA.dll' -- error 126
4294773038 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type '<unnamed>', index -1, lib 'PCMCIA.dll' returning 0x00000000,
error code 2
4294773039 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix <nil>, index -1,
dll PCMCIA.dll, context 0x2
4294773041 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\WaveDev\BusPrefix) returned 2
4294773048 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'wavedev.dll' -- error 126
4294773048 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'WAV', index 1, lib 'wavedev.dll' returning 0x00000000, error
code 2
4294773049 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix WAV, index 1, dll
wavedev.dll, context 0x2
4294773053 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\Serial\BusPrefix) returned 2
4294773064 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
xsc1bd_serial.dll at address 0x033E0000-0x03406000 (RW data at
0x01F2B000-0x01F2B628)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\XSC1BD_SERIAL.DLL'
4294773069 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
??????????????????+HW_XSC1_INIT, 0x309B0 :Reiniting UART for 38400 8N1
mode !!!
4294773082 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\Serial2\BusPrefix) returned 2
4294773090 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
??????????????????+HW_XSC1_INIT, 0x317B0 :Reiniting UART for 38400 8N1
mode !!!
4294773095 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\SIP\BusPrefix) returned 2
4294773102 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'softkb.DLL' -- error 126
4294773103 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'SIP', index 0, lib 'softkb.DLL' returning 0x00000000, error
code 2
4294773103 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix SIP, index 0, dll
softkb.DLL, context 0x602e738
4294773106 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\WAPIMAN\BusPrefix) returned 2
4294773112 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'waveapi.dll' -- error 126
4294773112 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'WAM', index 1, lib 'waveapi.dll' returning 0x00000000, error
code 2
4294773113 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix WAM, index 1, dll
waveapi.dll, context 0x602e738
4294773115 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\TAPI\Prefix) returned 2
4294773116 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\TAPI\BusPrefix) returned 2
4294773122 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'TAPI.dll' -- error 126
4294773122 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type '<unnamed>', index -1, lib 'TAPI.dll' returning 0x00000000,
error code 2
4294773122 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix <nil>, index -1,
dll TAPI.dll, context 0x602e738
4294773127 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\NDIS\BusPrefix) returned 2
4294773148 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
cxport.dll at address 0x03DB0000-0x03DC1000 (RW data at
0x01FE2000-0x01FE370C)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\CXPORT.DLL'
4294773150 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ndis.dll at address 0x03A20000-0x03A82000 (RW data at
0x01F9A000-0x01F9B1F4)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\NDIS.DLL'
4294773153 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:dllentry
ProcessAttach
4294773153 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:+GetRegSettings
4294773155 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:-GetRegSettings
4294773156 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(16), limit 20000 bytes
4294773156 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(32), limit 20000 bytes
4294773156 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(48), limit 20000 bytes
4294773156 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(64), limit 20000 bytes
4294773158 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(96), limit 20000 bytes
4294773158 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(128), limit 20000 bytes
4294773158 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(256), limit 20000 bytes
4294773158 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(356), limit 20000 bytes
4294773158 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(476), limit 20000 bytes
4294773159 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(512), limit 20000 bytes
4294773159 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(1024), limit 20000 bytes
4294773159 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(1600), limit 20000 bytes
4294773160 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(2048), limit 20000 bytes
4294773160 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(4096), limit 20000 bytes
4294773160 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(8192), limit 20000 bytes
4294773160 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CXPORT:InitBlockPool -
Pool(-1), limit 20000 bytes
4294773167 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: NDIS:
RebindAdaptersOnResume = 0
4294773167 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: NDIS:
PcmciaNeedsMapToScrap = 0
4294773197 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: NDIS::
CE_DeleteBusFriendlyNames() failed deleting
[HKLM\Comm\BusFriendlyNames]
4294773203 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\PWRBUTTON\BusPrefix) returned 2
4294773209 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'PwrButton.Dll' -- error 126
4294773210 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'PWR', index 1, lib 'PwrButton.Dll' returning 0x00000000, error
code 2
4294773210 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix PWR, index 1, dll
PwrButton.Dll, context 0x602e738
4294773213 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\sdmmcloader\BusPrefix) returned 2
4294773219 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'sdmmc_loader.dll' -- error 126
4294773220 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'SML', index 1, lib 'sdmmc_loader.dll' returning 0x00000000,
error code 2
4294773220 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix SML, index 1, dll
sdmmc_loader.dll, context 0x602e738
4294773223 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\PHCI\BusPrefix) returned 2
4294773229 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'ohci2.dll' -- error 126
4294773230 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'PCD', index 1, lib 'ohci2.dll' returning 0x00000000, error
code 2
4294773230 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix PCD, index 1, dll
ohci2.dll, context 0x602e738
4294773233 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\StrataFMD\BusPrefix) returned 2
4294773237 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: REGENUM!Enumerate
Found deprecated load instructions at (AFD). Driver cannot be unloaded.
4294773248 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
afd.dll at address 0x03AD0000-0x03B0C000 (RW data at
0x01F9F000-0x01F9FF48)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\AFD.DLL'
4294773257 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ppp.dll at address 0x03E00000-0x03E56000 (RW data at
0x01FE8000-0x01FE8EA0)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\PPP.DLL'
4294773261 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD:AfdInitialize:
Can't open Helpers reg value
4294773262 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: Read OrigName
4294773270 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
tcpstk.dll at address 0x037A0000-0x0386E000 (RW data at
0x01F58000-0x01F5FDA4)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\TCPSTK.DLL'
4294773273 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP: dllentry()
4294773274 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP.Register()
4294773278 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: *** New TcpStack ***
4294773279 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +IPInit()
4294773280 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +IPGetConfig
4294773284 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: -IPGetConfig: Ret:
0xC06B0
4294773292 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
dhcp.dll at address 0x039E0000-0x039F5000 (RW data at
0x01F96000-0x01F96614)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\DHCP.DLL'
4294773294 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: Dhcp: dllentry()
-2084629184
4294773295 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +DhcpRegister:
4294773295 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: -DhcpRegister: Ret =
36160
4294773295 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: IPInit: registered w/
DHCP
4294773302 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
netbios.dll at address 0x03780000-0x03799000 (RW data at
0x01F56000-0x01F56AEC)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\NETBIOS.DLL'
4294773317 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ws2.dll at address 0x03CB0000-0x03CC4000 (RW data at
0x01FD4000-0x01FD4B24)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\WS2.DLL'
4294773319 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
winsock.dll at address 0x03CD0000-0x03CD6000 (RW data at
0x01FD6000-0x01FD608C)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\WINSOCK.DLL'
4294773322 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ipnat.dll at address 0x03D20000-0x03D85000 (RW data at
0x01FDD000-0x01FDEAA4)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\IPNAT.DLL'
4294773324 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: NAT:
DLL_PROCESS_ATTACH, hInst:0x83BF1C2C
4294773333 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ipsec.dll at address 0x03BD0000-0x03C01000 (RW data at
0x01FC4000-0x01FC4C30)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\IPSEC.DLL'
4294773343 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: IGMPDelInclList:
AddrPtr=c10e0 NumDelSources=0 DelSourceList=0
4294773343 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: -IPInit [SUCCESS]
4294773343 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +TCPGetConfigInfo
4294773347 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: -TCPGetConfigInfo
4294773351 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(TCPIP\IPDevice\BusPrefix) returned 2
4294773367 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +IPD_Init(602de30)
4294773370 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(TCPIP\TCPDevice\BusPrefix) returned 2
4294773374 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +TCP_Init(602de30)
4294773376 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP.About to
register
4294773386 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
iphlpapi.dll at address 0x03D90000-0x03DAC000 (RW data at
0x01FE0000-0x01FE0AD8)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\IPHLPAPI.DLL'
4294773394 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
tcpip6.dll at address 0x03900000-0x039C5000 (RW data at
0x01F6B000-0x01F92DCC)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\TCPIP6.DLL'
4294773397 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP6: dllmain()
4294773398 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP6:Register()
4294773401 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP6:DriverLoad()
4294773410 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateInterface(IF
1/000C7270): \DEVICE\TCPIP6_{6bd113cc-5ec2-7638-b953-0b889da72014} -> 0
4294773411 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateNTE(IF
1/000C7270, Addr fe80::1) -> NTE 000C6ED0
4294773415 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateNTE(IF
1/000C7270, Addr ::1) -> NTE 000C7600
4294773417 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP.Register()
4294773418 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(TCPIP\IPDevice\BusPrefix) returned 2
4294773421 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix IPD, index 0, dll
tcpstk.dll, context 0x4204f350
4294773423 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(TCPIP\TCPDevice\BusPrefix) returned 2
4294773425 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix TCP, index 0, dll
tcpstk.dll, context 0x4204f350
4294773426 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP.About to
register
4294773429 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateInterface(IF
2/000C7840): \DEVICE\TCPIP6_{48fce3fc-ec30-e50e-f1a7-71172aeee3ae} -> 0
4294773432 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateInterface(IF
3/000C7AA0): \DEVICE\TCPIP6_{a995346e-9f3e-2edb-47d1-9cc7ba01cd73} -> 0
4294773435 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateInterface(IF
4/000C7CA0): \DEVICE\TCPIP6_{bade68b3-9fc9-5e9e-6285-d4f8e3e476dd} -> 0
4294773437 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: MIPV6: Could not open
registry key... skipping
4294773439 PID:e3c6e30a TID:a3bbaf7e 0x83bb7400: LanPnPEvent(00000000)
- binds complete
4294773441 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: LanInit: registered
with NDIS 5.
4294773445 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: *InitTCB:
SetIdleTimerReset
4294773455 PID:e3c6e30a TID:43bba30e 0x83bba928:
SetInterfaceLinkStatus(IF 3) -> connected
4294773456 PID:e3c6e30a TID:43bba30e 0x83bba928: ReconnectInterface(IF
3)
4294773456 PID:e3c6e30a TID:43bba30e 0x83bba928:
SetInterfaceLinkStatus(IF 2) -> connected
4294773457 PID:e3c6e30a TID:43bba30e 0x83bba928: ReconnectInterface(IF
2)
4294773458 PID:e3c6e30a TID:43bba30e 0x83bba928:
TunnelAddAddress(127.0.0.1) IF 000C7AA0 connected?
4294773459 PID:e3c6e30a TID:43bba30e 0x83bba928:
TunnelAddAddress(127.0.0.1) IF 000C7840 connected?
4294773460 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(TCPIP6\IPDevice\BusPrefix) returned 2
4294773481 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +IP6_Init(602de40)
4294773484 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP6:About to
register
4294773489 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to load
library 'irdastk.dll'
4294773494 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to load
library 'btd.dll'
4294773505 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to load
library 'Redir.dll'
4294773507 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: IPNat Register
4294773516 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +NAT_Init
4294773518 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: ## LOOKASIDE
INITIALIZE ## [280] bytes, depth [20]
4294773518 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: ## LOOKASIDE
INITIALIZE ## [56] bytes, depth [10]
4294773518 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: ## LOOKASIDE
INITIALIZE ## [48] bytes, depth [10]
4294773520 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: ## LOOKASIDE
INITIALIZE ## [64] bytes, depth [10]
4294773521 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: NatLoadEditors:
Couldn't open key Comm\IPNat
4294773522 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: NAT Reserved Port
Range 1025..3000
4294773523 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: IPNat initialization
successful
4294773528 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ws2instl.dll at address 0x03CA0000-0x03CAA000 (RW data at
0x01FD2000-0x01FD2131)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\WS2INSTL.DLL'
4294773530 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: Ws2Instl dllentry()
-2084896096
4294773535 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
Ws2Instl:IsStackInstalled - LoadLibrary(irdastk) failed 126
4294773540 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
Ws2Instl:IsStackInstalled - LoadLibrary(btd) failed 126
4294773546 PID:e3c6e30a TID:e3bfef82 0x83bbfd54: *v6TCBTimeout:
ClearIdleTimerReset
4294773546 PID:e3c6e30a TID:e3bfef82 0x83bbfd54: TCBTimeout: setting
v6TCBTimerOn to 0
4294773546 PID:e3c6e30a TID:e3bfef82 0x83bbfd54: TCBTimeout: NOT
Restarting v6TCBTimer
4294773548 PID:e3c6e30a TID:e3c6e32e
*** ASSERTION FAILED in
c:\macallan\private\winceos\comm\ws2\ws2instl\install_lsp.cpp(70):
"can't load the dll " && 0
4294773553 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEBUG_BREAK @03ca39d4
MD=1f Ignored.
4294773562 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
dhcpv6l.dll at address 0x038E0000-0x038F7000 (RW data at
0x01F69000-0x01F69D10)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\DHCPV6L.DLL'
4294773564 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: Dhcp: dllentry()
-2085145916
4294773566 PID:e3c6e30a TID:e3bb0f3e 0x83bb7400:
IPDispatchDeviceControl returned Status 103
4294773570 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(TCPIP6\DHCPV6L\BusPrefix) returned 2
4294773577 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +DP6_Init(602de2c)
4294773587 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: *TCPIP:ReadyToGo
4294773587 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: +ARPInit()
4294773590 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: -ARPInit [0]
4294773591 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: TCPIP6:ReadyToGo
4294773595 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to load
library 'irdastk.dll'
4294773600 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to load
library 'btd.dll'
4294773600 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to
GetProcAddress of ReadyToGo in 'Netbios'
4294773605 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to load
library 'Redir.dll'
4294773605 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to
GetProcAddress of ReadyToGo in 'Dhcp'
4294773605 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to
GetProcAddress of ReadyToGo in 'IPNat'
4294773605 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: !AFD: Unable to
GetProcAddress of ReadyToGo in 'Ws2Instl'
4294773607 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: AFD: Initialization
Complete
4294773613 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\Serial3\BusPrefix) returned 2
4294773619 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
??????????????????+HW_XSC1_INIT, 0x467F0 :Reiniting UART for 38400 8N1
mode !!!
4294773628 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\NDISUIO\BusPrefix) returned 2
4294773639 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ndisuio.dll at address 0x03A00000-0x03A11000 (RW data at
0x01F98000-0x01F98684)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\NDISUIO.DLL'
4294773653 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\Serial4\BusPrefix) returned 2
4294773660 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'com16550.Dll' -- error 126
4294773660 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'COM', index 4, lib 'com16550.Dll' returning 0x00000000, error
code 2
4294773661 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix COM, index 4, dll
com16550.Dll, context 0x602e738
4294773665 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\ipv6hlp\BusPrefix) returned 2
4294773677 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: >>> Loading module
ipv6hlp.dll at address 0x03870000-0x03889000 (RW data at
0x01F61000-0x01F62874)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\IPV6HLP.DLL'
4294773681 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: IH6:: V6H_Init()..
4294773687 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\autoras\BusPrefix) returned 2
4294773696 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'autoras.dll' -- error 126
4294773696 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'ARS', index 1, lib 'autoras.dll' returning 0x00000000, error
code 2
4294773697 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix ARS, index 1, dll
autoras.dll, context 0x602e738
4294773703 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\Serial5\BusPrefix) returned 2
4294773708 PID:e3c6e30a TID:c3bf7666 0x83b6ca30: >>> Loading module
wspm.dll at address 0x03C90000-0x03C97000 (RW data at
0x01FD0000-0x01FD0154)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\WSPM.DLL'
4294773718 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'com16550.Dll' -- error 126
4294773718 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'COM', index 4, lib 'com16550.Dll' returning 0x00000000, error
code 2
4294773718 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix COM, index 4, dll
com16550.Dll, context 0x602e738
4294773723 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\Ethman\BusPrefix) returned 2
4294773730 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'ethman.dll' -- error 126
4294773731 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'ETM', index 1, lib 'ethman.dll' returning 0x00000000, error
code 2
4294773731 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix ETM, index 1, dll
ethman.dll, context 0x602e738
4294773734 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\NdisPower\BusPrefix) returned 2
4294773740 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'NDISPWR.dll' -- error 126
4294773741 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'NPW', index 1, lib 'NDISPWR.dll' returning 0x00000000, error
code 2
4294773741 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix NPW, index 1, dll
NDISPWR.dll, context 0x602e738
4294773748 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!RegReadActivationValues
RegQueryValueEx(Drivers\BuiltIn\SMBServer\BusPrefix) returned 2
4294773756 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVICE!CreateDevice:
couldn't load 'SMBServer.dll' -- error 126
4294773757 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: CreateDevice: creation
of type 'SMB', index 1, lib 'SMBServer.dll' returning 0x00000000, error
code 2
4294773757 PID:e3c6e30a TID:e3c6e32e 0x83c6e750:
DEVICE!I_ActivateDeviceEx: couldn't activate: prefix SMB, index 1, dll
SMBServer.dll, context 0x602e738
4294773760 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: SignalStarted
loop = 1
4294773760 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Launching
gwes.exe
4294773784 PID:c3b54666 TID:c3c9c152 0x83b54688: >>> Loading module
coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
0x01FFE000-0x01FFF3C5)
4294773786 PID:c3b54666 TID:c3c9c152 0x83b54688: >>> Loading module
gwes.exe at address 0x08010000-0x08040000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\GWES.EXE'
4294773794 PID:c3b54666 TID:c3c9c152 0x83b54688: InitSharedHeap:
46000000 0 c
4294773795 PID:c3b54666 TID:c3c9c152 0x83b54688: InitSharedHeap:
return 46000060
4294773797 PID:c3b54666 TID:c3c9c152 0x83b54688: >>> Loading module
ceddk.dll at address 0x03E60000-0x03E69000 (RW data at
0x01FEA000-0x01FEA0C4)
4294773799 PID:c3b54666 TID:c3c9c152 0x83b54688:
Ceddk!CalibrateStallCounter: Enter
4294773801 PID:c3b54666 TID:c3c9c152 0x83b54688:
Ceddk!CalibrateStallCounter: Stall counter loaded from registry(53)
4294773803 PID:c3b54666 TID:c3c9c152 0x83b54688: System Default HKL
value set to 00000000
4294773809 PID:c3b54666 TID:c3c9c152 0x83b54688: Creating secondary
frame buffer for POR and SaveBits
4294773814 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Launching
explorer.exe
4294773818 PID:3b54cee TID:3c6ee12 0x83b46400: CreateNewProc failure on
explorer.exe!
4294773820 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Launching
services.exe
4294773834 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
coredll.dll at address 0x03F40000-0x03FFB000 (RW data at
0x01FFE000-0x01FFF3C5)
4294773840 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
ws2.dll at address 0x03CB0000-0x03CC4000 (RW data at
0x01FD4000-0x01FD4B24)
4294773842 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
services.exe at address 0x0C010000-0x0C027000
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\SERVICES.EXE'
4294773850 PID:e3b54cca TID:e3b46fce 0x83b3b000: InitSharedHeap:
46000000 0 c
4294773850 PID:e3b54cca TID:e3b46fce 0x83b3b000: InitSharedHeap:
return 46000060
4294773856 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
iphlpapi.dll at address 0x03D90000-0x03DAC000 (RW data at
0x01FE0000-0x01FE0AD8)
4294773863 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
regenum.dll at address 0x03F10000-0x03F17000 (RW data at
0x01FFA000-0x01FFA4A4)
4294773879 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
httpd.dll at address 0x03580000-0x035C5000 (RW data at
0x01F42000-0x01F4294C)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\HTTPD.DLL'
4294773881 PID:e3b54cca TID:e3b46fce 0x83b3b000: HTTPD: DllMain
attached
4294773882 PID:e3b54cca TID:e3b46fce 0x83b3b000: HTTPD: Being called
from executable <<\Windows\services.exe>>
4294773882 PID:e3b54cca TID:e3b46fce 0x83b3b000:
HTTPD:HTP_Init(0x00000001)
4294773882 PID:e3b54cca TID:e3b46fce 0x83b3b000: HTTPD: Initializing
web server: creating thread pool, initing interface mapping...
4294773883 PID:e3b54cca TID:e3b46fce 0x83b3b000: HTTPD: Web Server
supports the following components: ISAPI Extensions, ISAPI Filters,
Authentication, SSL,
4294773926 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
wspm.dll at address 0x03C90000-0x03C97000 (RW data at
0x01FD0000-0x01FD0154)
4294773943 PID:e3b54cca TID:e3b46fce 0x83b3b000:
HTTPD:IOControl(IOCTL_SERVICE_STARTED) creating global variales
4294773948 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Launching
startup.exe
4294773953 PID:e3b54cca TID:e3b46fce 0x83b3b000:
SERVICES!RegisterService fails, GLE=0x00000002
4294773958 PID:63b46b8a TID:63b46b32 0x83b13a9c: CreateNewProc failure
on startup.exe!
4294773963 PID:63c9c3da TID:63c9c3b6 0x83c9c174: FILESYS: Done
launching apps
4294773963 PID:e3c6e30a TID:63c9c3b6 0x83c9c174:
-DEVICE!DevloadPostInit
4294773964 PID:63c9c3da TID:63c9c3b6 0x83c9c174: This device has booted
1 times !!!
4294774008 PID:e3b54cca TID:a3b29fc2 0x83b13838: HTTPD: Initializing
log files
4294774019 PID:e3b54cca TID:e3b46fce 0x83b3b000:
SERVICES!RegisterService fails, GLE=0x00000002
4294774023 PID:e3b54cca TID:e3b46fce 0x83b3b000:
SERVICES!StartOneService RegQueryValueEx(Services\SMBServer\DllName)
returned 2
4294774029 PID:e3b54cca TID:a3b29fc2 0x83b13838: >>> Loading module
secur32.dll at address 0x03C70000-0x03C79000 (RW data at
0x01FCC000-0x01FCC52C)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\SECUR32.DLL'
4294774033 PID:e3b54cca TID:a3b29fc2 0x83b13838: SECUR32: Loading
package DLL: 'schannel.dll'.
4294774034 PID:e3b54cca TID:e3b46fce 0x83b3b000: <<< Unloading module
regenum.dll at address 0x03F10000-0x03F17000 (RW data at
0x01FFA000-0x01FFA4A4)
4294774042 PID:e3b54cca TID:a3b29fc2 0x83b13838: SECUR32: Loading
package DLL: 'ntlmssp.dll'.
4294774048 PID:e3b54cca TID:e3b46fce 0x83b3b000: >>> Loading module
ole32.dll at address 0x03650000-0x03661000 (RW data at
0x01F48000-0x01F48384)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\OLE32.DLL'
4294774057 PID:e3b54cca TID:a3b29fc2 0x83b13838: >>> Loading module
ntlmssp.dll at address 0x03C50000-0x03C68000 (RW data at
0x01FCA000-0x01FCA69C)
Loaded symbols for
'C:\WINCE500\PBWORKSPACES\VIPGATEWAY\RELDIR\VIPER_ARMV4I_DEBUG\NTLMSSP.DLL'
4294774062 PID:e3b54cca TID:a3b29fc2 0x83b13838: SECUR32: Loading
package DLL: 'kerberos.dll'.
4294774066 PID:e3b54cca TID:a3b29fc2 0x83b13838: SECUR32: Loading
package DLL: 'spnego.dll'.
4294774071 PID:e3b54cca TID:a3b29fc2 0x83b13838: SECUR32: Package [1]
loaded -- 'NTLM'
4294774071 PID:e3b54cca TID:a3b29fc2 0x83b13838: SECUR32: Locating
package 'NTLM' ...
4294774071 PID:e3b54cca TID:a3b29fc2 0x83b13838: found (0x00041B90).
4294777712 PID:e3c6e30a TID:3b648e2 0x83b6449c: Ipv6hlp:: Could not
open registry key (COMM\ConnectionSharing)
4294777713 PID:e3c6e30a TID:3b648e2 0x83b6449c: IPv6Hlp:: +++
OnChangeInterfaceInfo +++
4294778216 PID:e3c6e30a TID:3b648e2 0x83b6449c: Ipv6hlp:: Could not
open registry key (COMM\ConnectionSharing)
4294778218 PID:e3c6e30a TID:3b648e2 0x83b6449c: IPv6hlp:: ---
OnChangeInterfaceInfo ---
4294778220 PID:e3c6e30a TID:43bf76ae 0x83b54400: Ipv6Hlp::
4294778221 PID:e3c6e30a TID:43bf76ae 0x83b54400: GetAddrInfoW for
[6to4.ipv6.microsoft.com.] returned [10108]
The Kernel Debugger has been disconnected successfully.



In this device.exe is loading although it is dependent on
shell.exe.shell.exe is not loading.


Re: shell.exe is not loading by Steve

Steve
Tue Aug 30 09:15:00 CDT 2005

I'd start by re-examing the registry entries in reginit.ini as there is
something very wrong; indicated by the following error message:

4294772990 PID:e3c6e30a TID:e3c6e32e 0x83c6e750: DEVLOAD: DEBUGCHK
failed in file
c:\macallan\private\winceos\coreos\device\devcore\devcore.c at line 427

That line of code is trying to open the API ready event for the device
manager and should not fail as that is set up in common .reg as follows:
; @CESYSGEN IF CE_MODULES_DEVICE

; HIVE BOOT SECTION

[HKEY_LOCAL_MACHINE\System\Events]
"SYSTEM/DevMgrApiSetReady"="Device Manager APIs ready"

; END HIVE BOOT SECTION

; @CESYSGEN IF DEVICE_PMIF

On the Build OS menu make sure that clean before building is set and do
another sysgen. It looks like you have some settings that are filtered and
others that are not indicating that some pats were processed with the new
settings but others without. You might also want to search reginit.ini for
"[-" to find if you have accidentally deleted an entire key somewhere in one
of your reg files.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: shell.exe is not loading by nitinsrivastav

nitinsrivastav
Wed Aug 31 03:29:51 CDT 2005

Thanks...

The problem of loading shell.exe is now solved.The system is now
loading all the required components fine without any exception.Actually
I added "Hive Based Registry" component to my gateway platform.It is
working fine now.Even I cannt understand what is dependency between
these things.I also tried Ram Based Registry component .But it is not
working.I am getting the same previous errorenous output.Is there any
dependency for this.How this hive based registry is affecting my
gateway.


Thanks
Nitin


Re: shell.exe is not loading by Steve

Steve
Wed Aug 31 08:04:59 CDT 2005

Sounds to me like you have some settings issues in your registry files watch
for comments with @CESYSGEN or HIVE BOOT in them - they are not just
comments but processing tags that must be present in matched pairs and if
not matched or placed around the wrong stuff can have odd behavior.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: shell.exe is not loading by nitinsrivastav

nitinsrivastav
Thu Sep 01 03:43:25 CDT 2005

Thanks steve.

I checked the .reg files but couldnot find any thing.I have not made
any changes to platform.reg or common.reg.Is there anything to do with
system.hv,since it reads some initial registry settings stored in
hives.