Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::Sound and sf::Event, Win32 Thread mass exit  (Read 4097 times)

0 Members and 1 Guest are viewing this topic.

animol

  • Newbie
  • *
  • Posts: 2
    • View Profile
sf::Sound and sf::Event, Win32 Thread mass exit
« on: February 22, 2012, 11:15:08 pm »
Hello,

First of all I want to thank Laurent for SFML and everyone who posts on these forums for posting useful questions and information. I kind of feel ashamed for asking for help as my first post, but I mostly just read the forums so that's why.

Problem: Running program causes massive amount of Win32 threads exit for seemingly random time between 5 seconds and never, which causes performance loss. Only happens when I use anything from SFML\Audio.hpp (edit: except sf::Listener). It might be something about the sound .dlls that are being loaded and I'm looking more into them right now.

Minimal reproduction code:
Code: [Select]
#define _tWinMain   wWinMain
#include <SFML\Audio.hpp>
#include <SFML\Graphics.hpp>

int main(void) {
sf::Sound sound;
sf::Event Event;
sf::RenderWindow App(sf::VideoMode(600, 400, 32), "App");
while(1)
{
if(App.PollEvent(Event));
}
}


Debug information:
Code: [Select]
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\test3.exe', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-window-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-system-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\opengl32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\glu32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\ddraw.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\dciman32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-graphics-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-audio-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\OpenAL32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\libsndfile-1.dll', Binary was not built with debug information.
'test3.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\MMDevAPI.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\propsys.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\wdmaud.drv', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\ksuser.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\avrt.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\AudioSes.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msacm32.drv', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msacm32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\midimap.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\ct_oal.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\clbcatq.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\CTDPROXY.DLL', Binary was not built with debug information.
'test3.exe': Unloaded 'C:\Windows\SysWOW64\CTDPROXY.DLL'
'test3.exe': Unloaded 'C:\Windows\SysWOW64\ct_oal.dll'
'test3.exe': Loaded 'C:\Windows\SysWOW64\wrap_oal.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\dsound.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\powrprof.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x152c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x21d4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x2338) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x2328) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x232c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0xba4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x9ac) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x9e0) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1608) has exited with code 0 (0x0).
'test3.exe': Unloaded 'C:\Windows\SysWOW64\wrap_oal.dll'
'test3.exe': Loaded 'C:\Windows\SysWOW64\wrap_oal.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\nvoglv32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\version.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\wintrust.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\crypt32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msasn1.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x744) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1734) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1540) has exited with code 0 (0x0).
'test3.exe': Loaded 'C:\Windows\SysWOW64\dinput.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\hid.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x2040) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x5c8) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x2080) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1f34) has exited with code 0 (0x0).

... x ~2850

-> Close
The thread 'Win32 Thread' (0xb7c) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x23c0) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x21ac) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x151c) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x221c) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x21f0) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x2128) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x215c) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x1410) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x1330) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x9ac) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x22c0) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x2334) has exited with code -1073741510 (0xc000013a).
The program '[9100] test3.exe: Native' has exited with code -1073741510 (0xc000013a).


WITHOUT sf:Sound sound;
Code: [Select]
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\test3.exe', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-window-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-system-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\opengl32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\glu32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\ddraw.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\dciman32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-graphics-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\sfml-audio-d-2.dll', Symbols loaded.
'test3.exe': Loaded 'C:\Windows\SysWOW64\OpenAL32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\p\Debug\libsndfile-1.dll', Binary was not built with debug information.
'test3.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\nvoglv32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\version.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\wintrust.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\crypt32.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\msasn1.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x9c0) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1790) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x220c) has exited with code 0 (0x0).
'test3.exe': Loaded 'C:\Windows\SysWOW64\dinput.dll', Cannot find or open the PDB file
'test3.exe': Loaded 'C:\Windows\SysWOW64\hid.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0x23a0) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x20e8) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x20dc) has exited with code -1073741510 (0xc000013a).
The thread 'Win32 Thread' (0x1bbc) has exited with code -1073741510 (0xc000013a).
The program '[8572] test3.exe: Native' has exited with code -1073741510 (0xc000013a).

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sf::Sound and sf::Event, Win32 Thread mass exit
« Reply #1 on: February 23, 2012, 09:16:48 am »
You should use the OpenAL32.dll file which is provided in the SFML SDK, not the one that is installed by default on your system.
Laurent Gomila - SFML developer

animol

  • Newbie
  • *
  • Posts: 2
    • View Profile
sf::Sound and sf::Event, Win32 Thread mass exit
« Reply #2 on: February 23, 2012, 02:28:40 pm »
Quote from: "Laurent"
You should use the OpenAL32.dll file which is provided in the SFML SDK, not the one that is installed by default on your system.

Thanks! Works perfectly now. :) Had been bugging me for a while.

Lacrymology

  • Newbie
  • *
  • Posts: 4
    • View Profile
sf::Sound and sf::Event, Win32 Thread mass exit
« Reply #3 on: February 25, 2012, 10:16:56 pm »
I'm having a similar problem, but this has nothing to do with the audio, I'm not even using it.

I'm kind of hazy on VC++ details, I really need to get SFML running under VC++2010, because of the Kinect SDK (VS2010 only available)

I'm using VisualStudio 2010 Express and VisualStudio 2008 Express.

I first tried to just set up the directories and run the sample code, and got a lot of link errors on std:: calls, so I opened the SFML 2008 solution with 2010, and recompiled the dll and lib files.

After replacing them, I was able to compile and link. The Window.cpp (openGL rotating cube) sample runs OK, but I get these errors just when I run the program, either in debug or release configurations, the two lines at the bottom, after the **** are printed on shutdown, but everything before just as the app loads.

The OpenGL.cpp sample, doesn't load, it fails with a very similar output, but it fails (says app closed with code 1) (EDIT: I realized I was missing the data resources for this):

Code: [Select]

'sfml-setup.exe': Loaded 'C:\Users\Lacrymology\workspace\artsy\kinect\C++\sfml-setup\Release\sfml-setup.exe', Symbols loaded.
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\opengl32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\glu32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\ddraw.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\dciman32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\msvcp100.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\msvcr100.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\nvinit.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\uxtheme.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\ig4icd32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\version.dll', Cannot find or open the PDB file
'sfml-setup.exe': Unloaded 'C:\Windows\SysWOW64\version.dll'
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\dinput.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\hid.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\wintrust.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\crypt32.dll', Cannot find or open the PDB file
'sfml-setup.exe': Loaded 'C:\Windows\SysWOW64\msasn1.dll', Cannot find or open the PDB file
****
The thread 'Win32 Thread' (0xe5c) has exited with code 0 (0x0).
The program '[5524] sfml-setup.exe: Native' has exited with code 0 (0x0).


I don't know what I've got to do to use the provided external dlls (openal and libsndfile-1), and if there's anythin else I need to be doing.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sf::Sound and sf::Event, Win32 Thread mass exit
« Reply #4 on: February 25, 2012, 11:26:04 pm »
There's no problem at all here. The debuggers informs you that most of the DLLs that are loaded have no debugging symbol, which is normal since they are system DLLs. You won't need to debug inside the system's DLLs so everything's fine.
Laurent Gomila - SFML developer

Lacrymology

  • Newbie
  • *
  • Posts: 4
    • View Profile
sf::Sound and sf::Event, Win32 Thread mass exit
« Reply #5 on: February 26, 2012, 01:05:05 am »
Great, if I'm able to link the official MS KinectSDK, I'll post a howto

 

anything