Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A problem about PING: transmit failed, error code 11003

2,586 views
Skip to first unread message

jackal

unread,
Jun 2, 2003, 3:16:01 AM6/2/03
to
Dear All:
I am stuck with an error that i can't figure how to solve it, I am
developing an NDIS driver for Windows CE3.0 under PB3.0 (CEPC) ,
My CEPC has two ethernet cards one is ISA card(NE2000 compatible) and
Other is USB card.
After I "build platform" and "Download Image" success, I trying to
ping
anyone ip in the same subnet, but it can't to ping anyone even itself.
the debug message like this: "PING: transmit failed, error code
11003".
Have any suggest for above problem?
I will appretiate any help.

The registry setting as following:
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\13108_5889\Default\Default\DavicomUsbEthernet]
"DLL"="dm9601.dll"

[HKEY_LOCAL_MACHINE\Comm\DavicomUsbEthernet]
"DisplayName"="DM9601 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9601.dll"

[HKEY_LOCAL_MACHINE\Comm\DavicomUsbEthernet\Linkage]
"Route"=multi_sz:"DavicomUsbEthernet1"

[HKEY_LOCAL_MACHINE\Comm\DavicomUsbEthernet1]
"DisplayName"="DM9601 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9601.dll"

[HKEY_LOCAL_MACHINE\Comm\DavicomUsbEthernet1\Parms]
"BusNumber"=dword:0
"BusType"=dword:5

[HKEY_LOCAL_MACHINE\Comm\DavicomUsbEthernet1\Parms\TcpIp]
"EnableDHCP"=dword:0
"DefaultGateway"="172.22.5.62"
"UseZeroBroadcast"=dword:0
"IpAddress"="172.22.5.154"
"Subnetmask"="255.255.255.0"
"DNS"="202.14.101.252"
"WINS"="202.14.101.253"

[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
"Bind"="DavicomUsbEthernet1"

Soemin Tjong [MS]

unread,
Jun 6, 2003, 12:37:09 PM6/6/03
to
Use ipconfig.exe utility to see if your adapter really binds to the TCP
stack.
Then in your driver verify that it is actually sending / receving packets
from the USB port.
-- Soemin ---
Windows CE CoreOS/Networking
This posting is provided "AS IS" with no warranties, and confers no rights.


"jackal" <jackal...@davicom.com.tw> wrote in message
news:472b22d5.03060...@posting.google.com...

jackal

unread,
Jun 8, 2003, 11:05:55 PM6/8/03
to
Dear sir:
I have tried to use ipconfig.exe utility, but it appear
"Windows IP configuration
No Interfaces present"
Why occurs this message? Whether my registry setting error? if
so, how to set correctly? I think the "BusType" set error, but I don't
know how to set correctly. Have any suggest about this.

I will appretiate any help.

jackal

"Soemin Tjong [MS]" <stj...@online.microsoft.com> wrote in message news:<OkxygnEL...@TK2MSFTNGP11.phx.gbl>...

Soemin Tjong [MS]

unread,
Jun 9, 2003, 1:00:22 PM6/9/03
to
No interfaces present means the adapter didn't initialize successfully hence
it wasn't bound to TCPSTK.

BusType 5 is for PCI. You want to use BusType 0 for this legacy USB NDIS
miniport driver.
Make sure your driver is loaded and its initialization is successful and
your HaltHandler( ) is not called (HaltHandler is called when the driver
gets unloaded).
Also, since you use PB, try using debug version of NDIS.DLL.

jackal

unread,
Jun 12, 2003, 5:42:47 AM6/12/03
to
Dear sir:
When I use BusType 0 the adapter initialize successful and I am sure
the HaltHandler() not called. When I use ipconfig.exe utility, It has
show some message about IP address,Gateway, subnet,DNS and WINS
correctly, but it can't ping other ip and show error message as
following:
PING: transmit failed, error code 11010
Why show this message? Have any suggest for above problem?
I will appretiate any help.
The message of Download Image as following:
Downloading 'C:\WINCE300\PUBLIC\dm9601a\RelDir\X86_Debug\nk.bin' to
'CEPCCN8630' (172.22.5.153) ...
Done!
Jumping to image on CEPCCN8630 ...

Connecting to CEPCCN8630 using Ethernet...

CEPC Firmware Init
Determining if CPUID is a supported instruction. If system faults,
then CPUID is not a supported instruction and the OEMFlushCache()
function will need to be rewritten for this platform
CPUID instruction is supported!
0x0: RTC - Status Reg B - 0x02
0x0: OEM Extra DRAM Detected @ base = xA1000000, size=16 MB
Firmware Init Done.
Booting Windows CE version 3.00
Old or invalid version stamp in kernel structures - starting clean!
Configuring: Primary pages: 3354, Secondary pages: 0, Filesystem pages
= 1677
Booting kernel with clean memory configuration:
First : 812e5000 start, 00001000 extension, 00d1a000 length
Second: 00000000 start, 00000000 extension, 00000000 length
Windows CE KernelInit
Scheduling the first thread.
0x81fff028: KernelInit2: pCurThread=81fff028 hCurThread=01fff1be
hCurProc=01fff002
Entering KdInit
Registered with EDBG, device: CEPCCN8630, eshell server: (null)
Host and target systems resynchronizing...
?Received reset packet, synch OK.
Debugger connection established.
Kernel Version 1169 Checked loaded at 0x80200000, data relocated at
0x80200000
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\NK.EXE'
KdInit Done
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\COREDLL.DLL'
0x81fff028: Did not find emulation code for x86... using floating
point hardware.
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\FILESYS.EXE'
0x81ff3000: FileSystem Starting - starting with clean file system
0x81ff3000: Initobj : Error, continuing (1)...
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81fe4800: CreateNewProc failure on \Windows\SystemPatchModule.exe!
0x81ff3000:
Initializing Database
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: .
0x81ff3000: Filesystem initialized!
0x81ff8ad8: InitializeJit
0x81ff8ad8: InitMUI: DISABLED (-2145190786)
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\TOOLHELP.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SHELL.EXE'


Welcome to the Windows CE Shell. Type ? for help.

Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\DEVICE.EXE'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\CEDDK.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\PCMCIA.DLL'
0x81fe4800: PCMCIA.DLL DLL_PROCESS_ATTACH
0x81fe4800: PCMCIA:InitCardSvc PDCardInitServices returned 1
0x81fe4800: LoadOneLibrary libentry failure for PCMCIA.DLL!
Unloaded symbols for
'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\CEDDK.DLL'
Unloaded symbols for
'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\PCMCIA.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\GSM610.ACM'
0x81fe4800: ACM Driver Wrapper : Process Attach
0x81fe4800: ACM_Init
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\CEDDK.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SERIAL.DLL'
0x81fe4800: SerInit - Devindex 0, IRQ 3, IOB 2F8, IOLen 8
0x81fe4800: Ser_InternalMapRegisterAddresses : HalTranslateBusAddress
- OK
0x81fe4800: Ser_InternalMapRegisterAddresses : IO Space
0x81fe4800: SerInit - IRQ 3 = SYSINTR 19
0x81fe4800: Kernel Loader: Using PPFS to load file msfilter.dll
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\MSFILTER.DLL'
0x81fe4800: ACM Driver Wrapper : Process Attach
0x81fe4800: ACM_Init
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WAVEDEV.DLL'
0x81fe4800: SBAWE32: Init
0x81fe4800: PnP ISA InitBusInfo : 0 card(s) found
0x81fe4800: PDD_AudioInitialize : No SBAWE32/64 Found
0x81fe4800: [ERROR] "PDD_AudioInitialize() FAILED"
Unloaded symbols for
'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WAVEDEV.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\NDIS.DLL'
0x81fe4800: NDIS:ERROR- 87 reading registry value named RebindOnResume
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\PCMCIA.DLL'
0x81fe4800: PCMCIA.DLL DLL_PROCESS_ATTACH
0x81fe4800: PCMCIA:InitCardSvc PDCardInitServices returned 1
0x81fe4800: LoadOneLibrary libentry failure for PCMCIA.DLL!
Unloaded symbols for
'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\PCMCIA.DLL'
0x81fe4800: NDIS:Failed to load PCMCIA.DLL
0x81fe4800: NDIS:ERROR- 87 reading registry value named Priority256
0x81fe4800: NDIS:ERROR- 87 opening subkey named
\Comm\XirccomCE21\Parms
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\ASYNCMAC.DLL'
0x81fe4800: NDIS:ERROR- 87 reading registry value named RebindOnResume
0x81fe4800: -INdisInitializeAdapter: SUCCESS
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\USBD.DLL'
0x81fe4800: USBD: DLL attach
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\DM9601.DLL'
0x81fe4800: NDIS:ERROR- 87 reading registry value named RebindOnResume
0x81fe4800: <DM9:++MiniportIntialize>
0x81fe4800: <DM9:--MiniportInitialize>
0x81fe4800: -INdisInitializeAdapter: SUCCESS
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\IRSIR.DLL'
0x81fe4800: NDIS:ERROR- 87 reading registry value named RebindOnResume
0x81fe4800: -INdisInitializeAdapter: SUCCESS
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WINSOCK.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\IRCOMM.DLL'
0x81fe4800: IRCOMM:NewState IRCOMM_CLOSED
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WAVEAPI.DLL'
0x81fe4800: LoadOneLibrary libentry failure for waveapi.dll!
Unloaded symbols for
'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WAVEAPI.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WINSCARD.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SCARD.DLL'
0x81fe4800: SCARD: DLL_PROCESS_ATTACH
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SOFTKB.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\OLE32.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\UHCI.DLL'
0x81fe4800: UHCD driver DLL attach
0x81fe4800: UHCD: HCD_Init
0x81fe4800: UHCD: Read config from registry: Use existing: 1, IRQ: 10,
I/O base: D801
0x81fe4800: UHCD: Found PCI USB UHCI controller, VendorId: 8086,
DeviceId: 7112
0x81fe4800: UHCD: PCI config: Irq = 0xB, Port Base = 0xE001
0x81fe4800: UHCD: Revision Stepping value = 0x01
0x81fe4800: UHCD: Using I/O Mapping. ioPortBase = 0xE000
0x81fe4800: UHCD: MapIrq2SysIntr(11): 27
0x81fe4800: Allocating DMA buffer from system RAM
0x81fe4800: CPhysMem AllocatePhysicalMemory Continuous memory block
VA: 00140000 PA:01F67000
0x81fe4800: CPhysMem Total Alloc Region PhysAddr = 0x01F67000,
VirtAddr = 0x00140000, size = 65536
0x81fe4800: CPhysMem Special Alloc Region PhysAddr = 0x01F67000,
VirtAddr = 0x00140000, size = 4096
0x81fe4800: CPhysMem HighPri Alloc Region PhysAddr = 0x01F68000,
VirtAddr = 0x00141000, size = 16384
0x81fe4800: CPhysMem Normal Alloc Region PhysAddr = 0x01F6C000,
VirtAddr = 0x00145000, size = 45056
0x81fe4800: +CUhcd::Initialize. Entry
0x81fe4800: +CDevice::Initialize
0x81fe4800: +USBD:HcdAttach, hcd: 0x7DC68
0x81fe4800: -CDevice::Initialize, success!
0x81fe4800: +CPipe::Initialize
0x81fe4800: -CPipe::Initialize. Success!
0x81fe4800: +CHW::Initialize
0x81fe4800: !!!Warning!!! Setting resume/suspend/reset bits of USBCMD
0x81fe4800: -CHW::Initialize, success!
0x81fe4800: +CHW::EnterOperationalState
0x81fe4800: -CHW::EnterOperationalState
0x81fe4800: -CUhcd::Initialize. Success!!
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\CXPORT.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\AFD.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\PPP.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\TCPSTK.DLL'
0x81fe4800: TCPIP: dllentry()
0x81f55b34: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f55b34: NDIS: -NdisOpenAdapter failed
0x81f55b34: PPP: -AddAdapter:NdisOpenAdapter(Irsir1) failed with
0xC0010019
0x81f55b34: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f55b34: NDIS: -NdisOpenAdapter failed
0x81f55b34: PPP: -AddAdapter:NdisOpenAdapter(DavicomUsbEthernet1)
failed with 0xC0010019
0x81f55b34: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81fe4800: Init s_FreePILock 1BB9608
0x81fe4800: Init AfdHeapCS 1BB9720
0x81fe4800: *InitPageBufs: PageSize 4096, BaseAddr 0x42F00000
0x81fe4800: Init s_PageBufLock 1BB9630
0x81fe4800: Init s_FreeNdisListLock 1BB9648
0x81fe4800: !AFD:AfdInitialize: Can't open Registry key Comm\AFD
0x81fe4800: TCPIP.Register()
0x81fe4800: +IPGetConfig
0x81fe4800: GetRegDWORDValue:ForwardBufferMemory hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:ForwardBroadcasts hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:NumForwardPackets hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:MaxForwardBufferMemory hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:MaxNumForwardPackets hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:IGMPLevel hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:EnableDeadGWDetect hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:EnablePMTUDiscovery hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:DefaultTTL hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:DefaultTOS hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:TrFunctionalMcastAddress hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:ArpUseEtherSnap hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:ArpCacheLife hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:ArpRetryCount hRes=87 dwType=4 dwSize=4
0x81fe4800: -IPGetConfig: Ret: 0x7DF80
0x81fe4800: *ARPPreInit
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\DHCP.DLL'
0x81fe4800: Dhcp: dllentry() -2114639960
0x81fe4800: +DhcpRegister:
0x81fe4800: -DhcpRegister: Ret = 1
0x81fe4800: IPInit: registered w/ DHCP
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\NETBIOS.DLL'
0x81fe4800: NB: dllentry() -2114639440
0x81fe4800: LoadOneLibrary failure on ipnat.dll (error 0x0000007e)!
0x81fe4800: +tlinit
0x81fe4800: +TCPGetConfigInfo
0x81fe4800: GetRegDWORDValue:NoIdleIfConnected hRes=87
dwType=134606940 dwSize=4
0x81fe4800: GetRegDWORDValue:NoIdleIfAdapter hRes=87 dwType=134606940
dwSize=4
0x81fe4800: GetRegDWORDValue:KeepAliveInterval hRes=87
dwType=134606940 dwSize=4
0x81fe4800: GetRegDWORDValue:KeepAliveTime hRes=87 dwType=134606940
dwSize=4
0x81fe4800: GetRegDWORDValue:EnablePMTUBHDetect hRes=87
dwType=134606940 dwSize=4
0x81fe4800: GetRegDWORDValue:TcpNumConnections hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:TcpMaxConnectRetransmissions hRes=87
dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:TcpMaxConnectResponseRetransmissions
hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:TcpMaxDataRetransmissions hRes=87
dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:TcpMaxDupAcks hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:DGMaxSendFree hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:Tcp1323Opts hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:SackOpts hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:GlobalMaxTcpWindowSize hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:SynAttackProtect hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:PPTPTcpMaxDataRetransmissions hRes=87
dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:TcpUseRFC1122UrgentPointer hRes=87
dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:TcpTimedWaitDelay hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:MaxUserPort hRes=87 dwType=4 dwSize=4
0x81fe4800: GetRegDWORDValue:EnablePMTUDiscovery hRes=87 dwType=4
dwSize=4
0x81fe4800: GetRegDWORDValue:EnableDeadGWDetect hRes=87 dwType=4
dwSize=4
0x81fe4800: -TCPGetConfigInfo
0x81fe4800: *InitTCB: SetIdleTimerReset
0x81fe4800: TCPIP.About to register
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\IRDASTK.DLL'
0x81fe4800: GetRegDWORDValue:Slots hRes=87 dwType=134606888 dwSize=4
0x81fe4800: GetRegDWORDValue:Hints hRes=87 dwType=134606888 dwSize=4
0x81fe4800: GetRegDWORDValue:SlotTimeout hRes=87 dwType=134606888
dwSize=4
0x81fe4800: GetRegDWORDValue:DscvTimeout hRes=87 dwType=134606888
dwSize=4
0x81fe4800: GetRegDWORDValue:AutoSuspend hRes=87 dwType=134606888
dwSize=4
0x81f52334: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f52334: NDIS: CallBindAdapterHandler - protocol 0x801d0 has no
bind adapter handler
0x81f52334: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f52334: NDIS: CallBindAdapterHandler - protocol 0x801d0 has no
bind adapter handler
0x81f52334: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f52334: NDIS: CallBindAdapterHandler - protocol 0x801d0 has no
bind adapter handler
0x81fe4800: IRDASTK: Bind Adpater - "Irsir1"
0x81fe4800: +IrdaBindAdapter() "Irsir1", BindContext 0
0x81fe4800: NDIS: NdisOpenAdapter:WARNING:Miniport's
ReturnPacketHandler!=NULL. It must support the receive packet
paradigm.
0x81fe4800: GetRegDWORDValue:DevAddr hRes=87 dwType=134606468 dwSize=4
0x81fe4800: AfdSocket: Internal socket
0x81fe4800: AfdHeapAlloc: Creating a new heap
0x81fe4800: UDPNameSock = 190008
0x81fe4800: AfdSocket: Internal socket
0x81fe4800: AfdSocket: Internal socket
0x81fe4800: UDPDgramSock = 190658
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\REDIR.DLL'
0x81fe4800: RdrMain: DLL_PROCESS_ATTACH, hInst:0x81F3FBF8
0x81fe4800: +RDR:Redir helper func: Ctxt:0x0, OpCode:1
0x81fe4800: +RDR:InitRedir
0x81fe4800: LoadOneLibrary failure on SmbTrace.dll (error 0x0000007e)!
0x81fe4800: GetRegDWORDValue:ClearTxtPwdAllowed hRes=87
dwType=134606900 dwSize=4
0x81fe4800: GetRegDWORDValue:ServerTimeoutMs hRes=87 dwType=134606900
dwSize=4
0x81fe4800: GetRegDWORDValue:FindCacheMaxSize hRes=87 dwType=134606900
dwSize=4
0x81fe4800: GetRegDWORDValue:ResourceExpiryInt hRes=87
dwType=134606900 dwSize=4
0x81fe4800: GetRegDWORDValue:ReceiveBufSize hRes=87 dwType=134606900
dwSize=4
0x81fe4800: InitRedirConfig:
0x81fe4800: ClearTxtPwd: FALSE
0x81f3a9c0: *TCBTimeout: ClearIdleTimerReset
0x81f3a9c0: TCBTimeout: setting fTCBTimerOn to 0
0x81f3a9c0: TCBTimeout: NOT Restarting TCBTimer
0x81fe4800: ServerTimeoutMs: 10000
0x81fe4800: FindCacheMaxSize: 8192
0x81fe4800: ResourceExpiryInt: 600
0x81fe4800: RecvBufSize: 4096
0x81fe4800: RegisterFSRoot: TRUE
0x81fe4800: +RDR:InitNetBIOS
0x81fe4800: Browser initialized
0x81fe4800: +RDR:FSAPIInit
0x81fe4800: -RDR:FSAPIInit
0x81fe4800: +RDR_Init
0x81fe4800: CloseHandle/WaitForSingleObject: invalid handle h=844c0
0x81fe4800: -RDR:InitRedir, initialization successful
0x81fe4800: Dhcp:Register: FT 24840, Xid 1447253168
0x81fe4800: LoadOneLibrary failure on IPNat.dll (error 0x0000007e)!
0x81fe4800: !AFD: Unable to load library 'IPNat.dll'
0x81fe4800: GetRegDWORDValue:BootCount hRes=87 dwType=134609064
dwSize=4
0x81fe4800: *TCPIP:ReadyToGo
0x81fe4800: +ARPInit
0x81f63d2c: CHub(Root tier 0)::HubStatusChangeThread - port 1, change
= 0x0001, status = 0x0101
0x81f34ce4: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f34ce4: +ARPRegister(0x7D370(Irsir1), Context 0x0, Info 0x824FBB8,
NumIF 0)
0x81f34ce4: *ArpRegister: SetIdleTimerReset
0x81f34ce4: NDIS: -NdisOpenAdapter failed
0x81f34ce4: *FreeArpInterface: ClearIdleTimerReset
0x81f34ce4: -ARPBindAdapter Irsir1 FAILED ARPRegister
0x81f34ce4: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f34ce4: +ARPRegister(0x65D18(DavicomUsbEthernet1), Context 0x0,
Info 0x824FBB8, NumIF 0)
0x81f34ce4: *ArpRegister: SetIdleTimerReset
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: .ARPRegister CK 10
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: .ARPRegister CK 20
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: .ARPRegister CK 30
0x81f34ce4: -ARPRegister(0x65D18(DavicomUsbEthernet1), Ret: TRUE)
0x81f34ce4: +OpenIFConfig(DavicomUsbEthernet1 Handle 0x824FC04)
0x81f34ce4: Opened registry info for
Comm\DavicomUsbEthernet1\Parms\TcpIp
0x81f34ce4: -OpenIFConfig(DavicomUsbEthernet1 *Handle 0x824FC04, BOOL
Ret: 1)
0x81f34ce4: *CloseIFConfig(Handle 0x700F0)
0x81f34ce4: +IPAddInterface(DavicomUsbEthernet1 PnP 0x0, Context
0x84620, BindInfo 0x824FBB8, 0x0)
0x81f34ce4: +OpenIFConfig(DavicomUsbEthernet1 Handle 0x824FB70)
0x81f34ce4: Opened registry info for
Comm\DavicomUsbEthernet1\Parms\TcpIp
0x81f34ce4: -OpenIFConfig(DavicomUsbEthernet1 *Handle 0x824FB70, BOOL
Ret: 1)
0x81f34ce4: +GetGeneralIFConfig(ConfigInfo 0x824FB28 Handle 0x700F0)
0x81f34ce4: GetRegDWORDValue:DontAddDefaultGateway hRes=87
dwType=-2145198241 dwSize=4
0x81f34ce4: Converted 172.22.5.62 to address AC16053E
0x81f34ce4: Converted 202.14.101.253 to address CA0E65FD
0x81f34ce4: Converted 202.14.101.1 to address CA0E6501
0x81f34ce4: GetRegDWORDValue:MTU hRes=87 dwType=4 dwSize=4
0x81f34ce4: GetRegDWORDValue:MaxForwardPending hRes=87 dwType=4
dwSize=4
0x81f34ce4: GetRegDWORDValue:TcpWindowSize hRes=87 dwType=4 dwSize=4
0x81f34ce4: GetRegDWORDValue:TcpInitialRTT hRes=87 dwType=4 dwSize=4
0x81f34ce4: GetRegDWORDValue:TcpDelAckTicks hRes=87 dwType=4 dwSize=4
0x81f34ce4: -GetGeneralIFConfig(ConfigInfo 0x824FB28 Handle 0x700F0
Ret: TRUE)
0x81f34ce4: +GetIFAddrList(NumAddr* 0x824FB0C Handle 0x700F0)
0x81f34ce4: Converted 172.22.5.154 to address AC16059A
0x81f34ce4: Converted 255.255.255.0 to address FFFFFF00
0x81f34ce4: -GetIFAddrList(NumAddr* 0x824FB0C/1 Ret: 0x857E8)
0x81f34ce4: +IPAddNTE
0x81f34ce4: LanaUp: (NB) pLana 85888 (0) up Addr 9A0516AC Mask FFFFFF
Bcast FF0516AC
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: -IPAddNTE: Success return NTE 85800
0x81f34ce4: *CloseIFConfig(Handle 0x700F0)
0x81f34ce4: Arp calling NdisRequest
0x81f34ce4: Arp calling NdisRequest
INdisMChangeClass
0x81f63d2c: CHub(Root tier 0)::HubStatusChangeThread - device attached
on port 1
0x81f63d2c: +CHub(Root tier 0)::AttachDevice - port = 1, fIsLowSpeed =
0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_OPENING_ENDPOINT0_PIPE, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_USING_ADDRESS0, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_RESET_AND_ENABLE_PORT, failures = 0
0x81f85800: ASYNCMAC:Tapi not ready yet... Resetting Timer
0x81f34ce4: Arp calling NdisRequest
INdisMChangeEthAddresses
0x81f3a9c0: IPTimer: setting IPTimer of NTE 7E3E0 to 0
0x81f34ce4: +AfdAddInterface(Adapter DavicomUsbEthernet1 Nte 0x8085800
Context 2, Flags 0 IPAddr 9A0516AC cDns 1 cWins 1)
0x81f34ce4: +NBAddResolver: Nte 2 Netbios Addr CA0E6501, fDelete 0
0x81f34ce4: -NBAddResolver: Ret: 0
0x81f34ce4: -AfdAddInterface: fRet: 1
0x81f34ce4: PCMCIA Add resolvers for 'DavicomUsbEthernet1' DNS
0xFD650ECA,0x0 WINS 0x1650ECA,0x0
0x81f34ce4: -IPAddInterface Ret: IP_SUCCESS (DavicomUsbEthernet1)
0x81f34ce4: NDIS:ERROR- 87 reading registry value named
ProtocolsToBindTo
0x81f34ce4: +ARPRegister(0x611B8(AsyncMac1), Context 0x0, Info
0x824FBB8, NumIF 0)
0x81f34ce4: *ArpRegister: SetIdleTimerReset
0x81f34ce4: NDIS: -NdisOpenAdapter failed
0x81f34ce4: *FreeArpInterface: ClearIdleTimerReset
0x81f34ce4: -ARPBindAdapter AsyncMac1 FAILED ARPRegister
0x81f2c000: IPTimer: setting IPTimer of NTE 85800 to 0
0x81fe4800: !AFD: Unable to GetProcAddress of ReadyToGo in 'irdastk'
0x81fe4800: !AFD: Unable to GetProcAddress of ReadyToGo in 'Netbios'
0x81fe4800: !AFD: Unable to GetProcAddress of ReadyToGo in 'Redir'
0x81fe4800: !AFD: Unable to GetProcAddress of ReadyToGo in 'Dhcp'
0x81fe4800: LoadOneLibrary failure on IPNat.dll (error 0x0000007e)!
0x81fe4800: !AFD: Unable to load library 'IPNat.dll'
0x81fe4800: AFD: Initialization Complete
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SNMPAPI.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SNMP.DLL'
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_SET_ADDRESS, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_LEAVE_ADDRESS0, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_GET_INITIAL_DEVICE_DESCRIPTOR,
failures = 0
0x81fe4800: SNMP: Initialization Complete
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_GET_DEVICE_DESCRIPTOR, failures = 0
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\LPCD.DLL'
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SETUP_CONFIGURATION_DESCRIPTOR_ARRAY, failures =
0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_GET_INITIAL_CONFIG_DESCRIPTOR,
failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_GET_CONFIG_DESCRIPTOR, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_DETERMINE_CONFIG_TO_CHOOSE, failures = 0
0x81f63d2c: WARNING!!!! Auto-selecting config #1 for new device. TODO!
Code this...
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SCHEDULING_SET_CONFIG, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_CREATE_NEW_FUNCTION, failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_INSERT_NEW_DEVICE_INTO_UPSTREAM_HUB_PORT_ARRAY,
failures = 0
0x81f63d2c: CHub(Root tier 0)::AttachDevice - status =
DEVICE_CONFIG_STATUS_SIGNAL_NEW_DEVICE_ENTER_OPERATIONAL_STATE,
failures = 0
0x81f63d2c: DavicomUsbEthernet
0x81f63d2c: +USBD:OpenPipe, EP: 129, MaxPkt: 64, Type: Bulk
0x81f63d2c: -USBD:OpenPipe success, hPipe = 8B230
0x81f63d2c: +USBD:OpenPipe, EP: 2, MaxPkt: 64, Type: Bulk
0x81f63d2c: -USBD:OpenPipe success, hPipe = 8B328
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\NETREGD.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\HTTPD.DLL'
0x81fe4800: HTTPD: DllMain attached
0x81fe4800: HTTPD: Creating Listener thread
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\MSMQD.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\TAPI.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\UNIMODEM.DLL'
0x81fe4800: UNIMODEM:EnumExternModems RegEnum 0 = HayesCompat
0x81fe4800: UNIMODEM:EnumExternModems RegEnumKeyEx(1) returned 259
0x81f52334: SessionRcvHandler: calling Accept
0x81f368a4: +RDR:NetBIOSNotifyFunc: Lana 0, flags: 0x3
0x81f368a4: +RDR:NetupIndication, lana 0
0x81f368a4: +RDR:BindToNet: lananum: 0
0x81f368a4: +RDR:BindToNetbiosTransport
0x81f368a4: -RDR:BindToNet successful for lana 0
0x81f368a4: -RDR:NetBIOSNotifyFunc: Lana 0
NETREGD: LANA UP registered
0x81f34918: CheckInitAdapters: Found Key #0 'NE2000'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #1 'NE20001'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #2 'XircomCE2'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #3 'XircomCE21'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #4 'PROXIM'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #5 'PROXIM1'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #6 'Tcpip'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SNMP_MIBII.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SNMP_HOSTMIB.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SNMP_SNMPTESTMIB.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\GWES.EXE'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\DDI.DLL'
0x81f63d2c: DriverStart, <tx=30,60>
0x81f63d2c: -CHub(Root tier 0)::AttachDevice - port = 1, fIsLowSpeed =
0, address = 1
0x81f34918: CheckInitAdapters: Couldn't find Group
0x81f34918: CheckInitAdapters: Found Key #7 'AsyncMac'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #8 'AsyncMac1'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #9 'SecurityProviders'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
0x81f34918: CheckInitAdapters: Couldn't find Group
0x81f34918: CheckInitAdapters: Found Key #10 'Security'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
0x81f34918: CheckInitAdapters: Couldn't find Group
0x81f34918: CheckInitAdapters: Found Key #11 'HTTPD'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
0x81f34918: CheckInitAdapters: Couldn't find Group
0x81f34918: CheckInitAdapters: Found Key #12 'Redir'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
0x81f34918: CheckInitAdapters: Couldn't find Group
0x81f34918: CheckInitAdapters: Found Key #13 'DavicomUsbEthernet'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #14 'DavicomUsbEthernet1'
0x81f34918: CheckInitAdapters: Invalid EnableDHCP value=0
0x81f34918: CheckInitAdapters: Found Key #15 'IrDA'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
0x81f34918: CheckInitAdapters: Couldn't find Group
0x81f34918: CheckInitAdapters: Found Key #16 'Irsir'
0x81f34918: CheckInitAdapters: Couldn't open TcpIp
0x81f34918: CheckInitAdapters: Found Key #17 'Irsir1'
0x81f34918: GetRegSzValue: Group hRes=87 dwType=136576156
0x81f34918: CheckInitAdapters: Couldn't find Group
NETREGD: Monitor thread [REDIRECTOR] a1f2c1e6 started
Monitor thread: refresh wait 768000 ms current name WinCE
0x81f04d74: HTTPD: Initializing log files
0x81ef3d0c: +RDR:RdrUIThread starting
0x81ef3d0c: RdrUIThread: waiting for WMGR...
0x81ed91bc: Bits-per-pixel: 16
0x81ed91bc: Adding font resource '\Windows\tahoma.ttf'...
0x81ed91bc: **** Signature of FONT File is: '0100'...
0x81ed91bc: Adding font resource '\Windows\cour.ttf'...
0x81ed91bc: **** Signature of FONT File is: '0100'...
0x81ed91bc: Adding font resource '\Windows\arial.ttf'...
0x81ed91bc: **** Signature of FONT File is: '0100'...
0x81ed91bc: Adding font resource '\Windows\symbol.ttf'...
0x81ed91bc: **** Signature of FONT File is: '0100'...
0x81ed91bc: Adding font resource '\Windows\times.ttf'...
0x81ed91bc: **** Signature of FONT File is: '0100'...
0x81ed91bc: WBITMAP::CheckSysClipRgn: fixing stale WBITMAP handle.
0x81ed91bc: Creating secondary frame buffer for POR and SaveBits
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\KBDMOUSE.DLL'
0x81ed91bc: ERROR: C:\WINCE300\platform\CEPC\Drivers\KBDMOUSE\KBDMSCOMMON\.\ps2port.cpp
line 842:
0x81ed91bc: MouseDataRead: Mouse data not ready
0x81ed91bc: ERROR: C:\WINCE300\platform\CEPC\Drivers\KBDMOUSE\KBDMSCOMMON\.\ps2port.cpp
line 842:
0x81ed91bc: MouseDataRead: Mouse data not ready
0x81ed91bc: ERROR: C:\WINCE300\platform\CEPC\Drivers\KBDMOUSE\KBDMSCOMMON\.\ps2port.cpp
line 842:
0x81ed91bc: MouseDataRead: Mouse data not ready
0x81ed91bc: LoadOneLibrary failure on keybddr.dll (error 0x0000007e)!
0x81ed91bc: ERROR: d:\cedar\private\winceos\coreos\gwe\userin\touch\.\touch.cpp
line 1669:
0x81ed91bc: Could not find touch driver dll.
0x81ed91bc: ERROR: d:\cedar\private\winceos\coreos\gwe\userin\touch\.\touch.cpp
line 1854:
0x81ed91bc: Touch driver not loaded
0x81ed91bc: ERROR: d:\cedar\private\winceos\coreos\gwe\userin\touch\.\touch.cpp
line 174:
0x81ed91bc: Touch driver not loaded
0x81ed91bc: Oom Low Pages: 0020 Bytes: 00020000
0x81ed91bc: Oom Critical Pages: 0014 Bytes: 00014000
0x81ed91bc: Oom Low Block Pages: 0004 Bytes: 00004000
0x81ed91bc: Oom Critical Block Pages: 0002 Bytes: 00002000
0x81ed91bc: Oom App Wait 8000 (dec ms)
0x81ed91bc: Oom AutoOom 0
0x81ed91bc: UpdateIdleTimeoutFromRegistry
0x81ed91bc: UpdateIdleTimeoutFromRegistry: using battery idle timeout
of 0 sec
0x81ed91bc: UpdateIdleTimeoutFromRegistry: using external idle timeout
of 0 sec
0x81ed91bc: UpdateIdleTimeoutFromRegistry: no wakeup idle timeout in
registry.
0x81ed91bc: UpdateIdleTimeoutFromRegistry: using wakeup idle timeout
of 60 sec
0x81ed91bc: UpdateIdleTimeoutFromRegistry: no screen idle timeout in
registry.
0x81ed91bc: UpdateIdleTimeoutFromRegistry: using screen idle timeout
of 0 sec
0x81ed91bc: NOTIFICATION::Notify_Init
0x81ed91bc: NOTIFICATION::MakeDatabases
0x81ed91bc: ERROR: d:\cedar\private\winceos\coreos\filesys\dbase\.\dbase.c
line 970:
0x81ed91bc: DB:OpenDB fail: DB DB_notify_queue not found
0x81ed91bc: NOTIFICATION::MakeDatabases::Creating DB for timing
notifications
0x81ed91bc: NOTIFICATION::MakeDatabases::Opened DB for timing
notifications
0x81ed91bc: ERROR: d:\cedar\private\winceos\coreos\filesys\dbase\.\dbase.c
line 970:
0x81ed91bc: DB:OpenDB fail: DB DB_notify_events not found
0x81ed91bc: NOTIFICATION::MakeDatabases::Creating DB for system event
associations
0x81ed91bc: NOTIFICATION::MakeDatabases::Opened DB for system event
associations
0x81ed91bc: NOTIFICATION::MakeSynchPrimitives
0x81ed91bc: NOTIFICATION::StartUI
0x81dd2980: NOTIFICATION::UIThreadProc::UI thread started. Creating
UI...
0x81ed91bc: NOTIFICATION::StartAlarm
0x81ed91bc: NOTIFICATION::Constructor::Setting event semaphore
0x81dcbd50: NOTIFICATION::AlarmThreadProc::Alarm thread started.
0x81dcbd50: NOTIFICATION::ProcessDatabase::Starting Database Sweep at
06/13/2003 01:33:10 for 01c3314bc55cb000
0x81dcbd50: NOTIFICATION::ProcessDatabase::Check wake-up
validity/message retiring
0x81dcbd50: NOTIFICATION::ProcessDatabase::Wait FOREVER
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\OLEAUT32.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\ASFORM.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\COMMCTRL.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\CESHELL.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\EXPLORER.EXE'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\IMGDECMP.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\IECEEXT.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SHLWAPI.DLL'
GetPrivateProfileStringA FAILED! (Returning default string) - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 27
GetPrivateProfileStringA FAILED! (Returning default string) - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 27
GetPrivateProfileStringA FAILED! (Returning default string) - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 27
GetPrivateProfileStringA FAILED! (Returning default string) - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 27
GetPrivateProfileStringA FAILED! (Returning default string) - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 27
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WININET.DLL'
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
GetEnvironmentVariableA FAILED! - file
d:\cedar\private\ie\ieceext\.\winbase.cxx line 55
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\WEBVIEW.DLL'
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SCHANNEL.DLL'
Unloaded symbols for
'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\SCHANNEL.DLL'
0x81edca34: Explorer got webview ptrs (0x14dbcf4, 0x14dce90,
0x14dcf9e)
0x81dbddf8:
Explorer: HasMouse = TRUE
0x81dbddf8: SIP: (0,0) - (0,0)
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\MSIM.DLL'
0x81d9aabc: CoLoadLib: Module \windows\msim.dll (81d9ae78) index=0
arraysize=16
0x81d9aabc: MSIM: IM_ReadRegistry read KB 5
0x81dc9c58: CreateNewProc failure on sipselect.exe!
0x81dbddf8: HIDE: 1, 1, 1, 0 - (400, 300) - (-6, 568, 806, 606)
0x81dbddf8: Explorer(V2.0) Initialized
0x81dbddf8: Explorer(V2.0) taskbar thread started.
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: HandleCommand failing with no site
0x81ff8ad8: CoLoadLib: Module asform.dll (81dc9dec) index=0
arraysize=16
0x81ff8ad8: CASForm::GetCoClassTypeInfo called
0x81ff8ad8: CESHELL: CeOpenDatabase \DesktopPositions800x600
0x81ff8ad8: ERROR: d:\cedar\private\winceos\coreos\filesys\dbase\.\dbase.c
line 970:
0x81ff8ad8: DB:OpenDB fail: DB \DesktopPositions800x600 not found
0x81ff8ad8: Explorer(V2.0) desktop thread started.
0x81ff8ad8: CESHELL: CeOpenDatabase \DesktopPositions800x600
0x81ef3d0c: RdrUIThread: SH_WMGR is ready
Loaded symbols for 'C:\WINCE300\PUBLIC\DM9601A\RELDIR\X86_DEBUG\NETUI.DLL'
0x81f85800: lineInitialize say's there's 3 devices


"Soemin Tjong [MS]" <stj...@online.microsoft.com> wrote in message news:<uKI6eiqL...@tk2msftngp13.phx.gbl>...

0 new messages