µTasker Forum

µTasker Forum => µTasker general => Topic started by: bert on February 17, 2008, 09:46:14 AM

Title: Simulator debug message
Post by: bert on February 17, 2008, 09:46:14 AM
Can some one explain why i get these messages when i run the simulator?

Loaded 'C:\WINNT\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USER32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\GDI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wpcap.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\Packet.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WanPacket.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\npptools.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mfc42u.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLE32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\IPHLPAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\icmp.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mprapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\samlib.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\NETAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ntdsapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\dnsapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WLDAP32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\netrap.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\activeds.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\adsldpc.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rtutils.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SETUPAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USERENV.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RASAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RASMAN.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\TAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHLWAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\DHCPCSVC.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mfc42loc.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\npp\ndisnpp.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rsaenh.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\CRYPT32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msasn1.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching symbolic information found.
First-chance exception in uTaskerV1-3.exe (NTDLL.DLL): 0xC0000005: Access Violation.
Loaded 'C:\WINNT\system32\indicdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\imm32.dll', no matching symbolic information found.
The thread 0x324 has exited with code 1 (0x1).
The thread 0x738 has exited with code 20 (0x14).
The thread 0x73C has exited with code 20 (0x14).
The program 'C:\Programme\Applications\uTaskerV1.3\Simulator\Debug\uTaskerV1-3.exe' has exited with code 20 (0x14).


Just wondering if this is normal
Im using MS C++ 6.0.
Thank you!
/Bert
Title: Re: Simulator debug message
Post by: mark on February 17, 2008, 11:34:58 AM
Hi Bert

When the simulator runs, Windows loads quite a lot of DLLs (Dynamic Link Libraries). NT seems to load rather more than XP for example. Since you are running VS in debug mode, VS is checking to see whether it can find corresponding debug information in order to be able to also debug the DLLS. In each case it finds nothing (normal - message " no matching symbolic information found").

When the simulator terminates a couple of threads are terminated - this is also correct.

Therefore there is probably nothing going wrong. The trace window is simply giving out quite a lot of infomation which can be ignored.

Regards

Mark