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

Author Topic: Program crashes on exit inside of openal.dll  (Read 1906 times)

0 Members and 1 Guest are viewing this topic.

CBenni::O

  • Newbie
  • *
  • Posts: 48
    • View Profile
Program crashes on exit inside of openal.dll
« on: March 03, 2010, 10:18:46 pm »
Hy!

I'm trying to build some kind of resource Manager with  SFML 2.0 (from the SVN). I got quite far all right, and it worked perfectly for sf::Image,
but as soon as I load an sf::Music, sf::Sound or sf::SoundBuffer, the Program displays an uncaught exeption after leaving the main function.
Even the destructor of my ResourceManager is left before I get the Exeption.

But it says that there is no Code availeable for the Spot where the exeption comes from, disassembly leads my into somewhere inside OpenAL.dll.

The "funny" thing is, I haven't been able to recreate the problem in a shorter context. Does someone have a Clue what is going on here?

If you need some Code, I can insert a download for the Complete Source

Thanks in advance.

bye, CBenni::O
42!
Metal will never die!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Program crashes on exit inside of openal.dll
« Reply #1 on: March 04, 2010, 07:30:28 am »
Quote
The "funny" thing is, I haven't been able to recreate the problem in a shorter context

Try to remove everything that is not related to the problem in your complete source, and I'll take a look at it.
Laurent Gomila - SFML developer

CBenni::O

  • Newbie
  • *
  • Posts: 48
    • View Profile
Program crashes on exit inside of openal.dll
« Reply #2 on: March 04, 2010, 06:21:15 pm »
OK, I'll try that...

Can it be that my libsndfile-1.dll doesn't work with SFML 2.0? If yes, where do I get a Correct version?

EDIT: Sorry... I got the Problem... all I had to do is copy the OpenAl.dll out of the svn directory into my debug/release Directory...  :oops:
Thank you anyway...

bye, CBenni::O
42!
Metal will never die!

 

anything