Overloaded SDL_Mixer, Mixer enabled projects no longer run

Hi everyone :slight_smile:

This is my first time posting on these forums, so hopefully I am obeying all of the proper etiquette. I searched the forums and google for people who had similar problems to what has happened to me, but my results did not turn up anything that I could tell was similar to this scenario.

Long story short I was following Lazy Foo’s SDL tutorials and made a program which allowed you to play sounds by pushing various buttons. I decided to derp around a bit and I just idly button-mashed my keyboard, causing the program to rapidly play many sounds at once, before the program unexpectedly and promptly closed without any error messages.

Since that time, I have been unable to run ANY program on my computer that uses SDL_Mixer. I’ve tried creating new projects, downloading new versions of SDL and all of it’s extensions, and everything that I can think of, but to no avail. Even my earlier, previous programs which had SDL_Mixer and worked fine, now just immediately close after I launch them in Visual Studio or otherwise.

I’m worried that I might have to reformat my hard drive because I can’t figure out how to fix this ~_~

If anyone is knowledgeable and has advice, or knows what is wrong, or how to fix it, I would be very grateful to hear from you. This problem is has been plaguing me for weeks now and I’ve been unable to solve it.

~Thank you very much~

This is the Debug Output that Visual Studio produces when I try to run the program that originally caused this:

Code:

‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\SDL_Tutorial11.exe’. Symbols loaded.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ntdll.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\kernel32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\KernelBase.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\SDL.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\advapi32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcrt.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\sechost.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\rpcrt4.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\sspicli.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\cryptbase.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\gdi32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\user32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\lpk.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\usp10.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\winmm.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\SDL_image.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\SDL_ttf.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\libfreetype-6.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\zlib1.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\SDL_mixer.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcp110.dll’. Symbols loaded.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msvcr110.dll’. Symbols loaded.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\imm32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msctf.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ddraw.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\dciman32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\setupapi.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\cfgmgr32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\oleaut32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ole32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\devobj.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\dwmapi.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\ddraw.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\dwmapi.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\setupapi.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\devobj.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\oleaut32.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\ole32.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\cfgmgr32.dll’
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\dciman32.dll’
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\uxtheme.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\dwmapi.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\KBDUS.DLL’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\KBDUS.DLL’
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\KBDUS.DLL’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\KBDUS.DLL’
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\dsound.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ole32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\powrprof.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\setupapi.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\cfgmgr32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\oleaut32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\devobj.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\dinput.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\hid.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\wintrust.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\crypt32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msasn1.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ole32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\ole32.dll’
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ole32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Unloaded ‘C:\Windows\SysWOW64\ole32.dll’
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\clbcatq.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\MMDevAPI.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\propsys.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\shlwapi.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\AudioSes.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\libmikmod-2.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\wdmaud.drv’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\ksuser.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\avrt.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msacm32.drv’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\msacm32.dll’. Cannot find or open the PDB file.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Windows\SysWOW64\midimap.dll’. Cannot find or open the PDB file.
The thread 0x5b8 has exited with code 0 (0x0).
The thread 0x1d2c has exited with code 0 (0x0).
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\libpng15-15.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\libvorbisfile-3.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\libvorbis-0.dll’. Module was built without symbols.
‘SDL_Tutorial11.exe’ (Win32): Loaded ‘C:\Users\Rayne\Documents\Visual Studio 11\Projects\SDL_Tutorial11\Debug\libogg-0.dll’. Module was built without symbols.
The thread 0x1a1c has exited with code 0 (0x0).
The thread 0x1fbc has exited with code 0 (0x0).
The thread 0x3f8 has exited with code 0 (0x0).
The thread 0x584 has exited with code 0 (0x0).
The thread 0xa98 has exited with code 0 (0x0).
The thread 0x182c has exited with code 1 (0x1).
The thread 0x1d1c has exited with code 1 (0x1).
The thread 0x1278 has exited with code 1 (0x1).
The thread 0x1d28 has exited with code 1 (0x1).
The thread 0x1ca0 has exited with code 1 (0x1).
The thread 0x1844 has exited with code 1 (0x1).
The thread 0x1340 has exited with code 1 (0x1).
The thread 0x6e8 has exited with code 1 (0x1).
The thread 0x2008 has exited with code 1 (0x1).
The program ‘[4852] SDL_Tutorial11.exe’ has exited with code 1 (0x1).