What does this error mean?

Hi i have been trying to make a airhockey game using sdl 1.3(which i
already made using sdl 1.2), i tried to configure vs 2010, but the
following errors come up when i try to build my project
’airhockey.exe’: Loaded ‘C:\abhay\proj\airhockey\Debug\airhockey.exe’,
Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\ntdll.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\kernel32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\KernelBase.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\abhay\proj\airhockey\Debug\SDL.dll’, Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\winmm.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msvcrt.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\user32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\gdi32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\lpk.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\usp10.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\advapi32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\sechost.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\rpcrt4.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\sspicli.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\cryptbase.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\imm32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msctf.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\version.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\ole32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\oleaut32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msvcr100d.dll’, Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\apphelp.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\AppPatch\AcLayers.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\shell32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\shlwapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\userenv.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\profapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\winspool.drv’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\mpr.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\uxtheme.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dwmapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dsound.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\powrprof.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\setupapi.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\cfgmgr32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\devobj.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\clbcatq.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dinput.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\hid.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\wintrust.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\crypt32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msasn1.dll’, Cannot find
or open the PDB file
The thread ‘Win32 Thread’ (0xc14) has exited with code 0 (0x0).
The program ‘[5556] airhockey.exe: Native’ has exited with code 0 (0x0).

i m using windows 7 64 bit, can anyone please help me out?–
-Abhay R. Gupta
2nd yr Electrical IDD
Indian Institute of Technology Roorkee.

Those aren’t errors. That’s Visual Studio keeping track of all the system DLLs
your program is loading, and noting that there’s no PDB (debug info) file
available for most of them.> ----- Original Message -----

From: abhayg271@gmail.com (Abhay Gupta)
To: SDL Development List
Sent: Thu, March 17, 2011 1:21:33 PM
Subject: [SDL] what does this error mean?

Hi i have been trying to make a airhockey game using sdl 1.3(which i
already made using sdl 1.2), i tried to configure vs 2010, but the
following errors come up when i try to build my project
’airhockey.exe’: Loaded ‘C:\abhay\proj\airhockey\Debug\airhockey.exe’,
Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\ntdll.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\kernel32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\KernelBase.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\abhay\proj\airhockey\Debug\SDL.dll’, Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\winmm.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msvcrt.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\user32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\gdi32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\lpk.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\usp10.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\advapi32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\sechost.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\rpcrt4.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\sspicli.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\cryptbase.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\imm32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msctf.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\version.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\ole32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\oleaut32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msvcr100d.dll’, Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\apphelp.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\AppPatch\AcLayers.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\shell32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\shlwapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\userenv.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\profapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\winspool.drv’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\mpr.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\uxtheme.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dwmapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dsound.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\powrprof.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\setupapi.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\cfgmgr32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\devobj.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\clbcatq.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dinput.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\hid.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\wintrust.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\crypt32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msasn1.dll’, Cannot find
or open the PDB file
The thread ‘Win32 Thread’ (0xc14) has exited with code 0 (0x0).
The program ‘[5556] airhockey.exe: Native’ has exited with code 0 (0x0).

i m using windows 7 64 bit, can anyone please help me out?


-Abhay R. Gupta
2nd yr Electrical IDD
Indian Institute of Technology Roorkee.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

ThanksOn 3/18/11, Mason Wheeler wrote:

Those aren’t errors. That’s Visual Studio keeping track of all the system
DLLs
your program is loading, and noting that there’s no PDB (debug info) file
available for most of them.

----- Original Message ----
From: Abhay Gupta <@Abhay_Gupta>
To: SDL Development List
Sent: Thu, March 17, 2011 1:21:33 PM
Subject: [SDL] what does this error mean?

Hi i have been trying to make a airhockey game using sdl 1.3(which i
already made using sdl 1.2), i tried to configure vs 2010, but the
following errors come up when i try to build my project
’airhockey.exe’: Loaded ‘C:\abhay\proj\airhockey\Debug\airhockey.exe’,
Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\ntdll.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\kernel32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\KernelBase.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\abhay\proj\airhockey\Debug\SDL.dll’, Symbols
loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\winmm.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msvcrt.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\user32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\gdi32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\lpk.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\usp10.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\advapi32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\sechost.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\rpcrt4.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\sspicli.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\cryptbase.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\imm32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msctf.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\version.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\ole32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\oleaut32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msvcr100d.dll’, Symbols loaded.
‘airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\apphelp.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\AppPatch\AcLayers.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\shell32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\shlwapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\userenv.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\profapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\winspool.drv’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\mpr.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\uxtheme.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dwmapi.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dsound.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\powrprof.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\setupapi.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\cfgmgr32.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\devobj.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\clbcatq.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\dinput.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\hid.dll’, Cannot find or
open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\wintrust.dll’, Cannot
find or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\crypt32.dll’, Cannot find
or open the PDB file
’airhockey.exe’: Loaded ‘C:\Windows\SysWOW64\msasn1.dll’, Cannot find
or open the PDB file
The thread ‘Win32 Thread’ (0xc14) has exited with code 0 (0x0).
The program ‘[5556] airhockey.exe: Native’ has exited with code 0 (0x0).

i m using windows 7 64 bit, can anyone please help me out?


-Abhay R. Gupta
2nd yr Electrical IDD
Indian Institute of Technology Roorkee.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Abhay Gupta
2nd yr Electrical IDD
Indian Institute of Technology Roorkee.

Those aren’t errors. That’s Visual Studio keeping track of all the system
DLLs
your program is loading, and noting that there’s no PDB (debug info) file
available for most of them.

And just to extend what Mason said:

The thread ‘Win32 Thread’ (0xc14) has exited with code 0 (0x0).
The program ‘[5556] airhockey.exe: Native’ has exited with code 0 (0x0).

It ran the program, not just compiled it. Your program exit(0)'d or
returned 0 from main().

-WillOn Thu, Mar 17, 2011 at 3:27 PM, Mason Wheeler wrote:

sorry my bad, i know the application ran but for some reason it
crashed, i was just trying to figure out why.On 3/18/11, Will Langford wrote:

On Thu, Mar 17, 2011 at 3:27 PM, Mason Wheeler wrote:

Those aren’t errors. That’s Visual Studio keeping track of all the system
DLLs
your program is loading, and noting that there’s no PDB (debug info) file
available for most of them.

And just to extend what Mason said:

The thread ‘Win32 Thread’ (0xc14) has exited with code 0 (0x0).
The program ‘[5556] airhockey.exe: Native’ has exited with code 0 (0x0).

It ran the program, not just compiled it. Your program exit(0)'d or
returned 0 from main().

-Will


-Abhay Gupta
2nd yr Electrical IDD
Indian Institute of Technology Roorkee.

Hmm. Well, there’s nothing in your event log that indicates that there’s been a
crash at all, much less a reason why.

For whatever reason, Visual Studio doesn’t give you exception notifications for
a lot of common errors by default. There’s a way to turn them on, but I don’t
remember what it is. See if you can find out how to enable the exceptions. They
would make this stuff a lot easier for you to track down.> ----- Original Message -----

From: abhayg271@gmail.com (Abhay Gupta)
Subject: Re: [SDL] what does this error mean?

sorry my bad, i know the application ran but for some reason it
crashed, i was just trying to figure out why.