SFML community forums

Help => Audio => Topic started by: Yours3lf on November 02, 2012, 11:26:57 am

Title: program crashes on exit
Post by: Yours3lf on November 02, 2012, 11:26:57 am
Hi,

I wrote a small app that plays a music file. Now my problem is that when the app exits it crashes somewhere in ole32.dll...
This is confusing because csfml plays the audio fine...
But I think it is related to csfml somehow, as the app executes fine without playing the music.

here's the vs solution:
https://docs.google.com/open?id=0B33Sh832pOdOSjJxTUFyTl9kOFk

best regards,
Yours3lf
Title: Re: program crashes on exit
Post by: Laurent on November 02, 2012, 11:35:33 am
It's a known bug, that you can find in the (SFML) bug tracker.
Title: Re: program crashes on exit
Post by: Yours3lf on November 02, 2012, 05:09:40 pm
It's a known bug, that you can find in the (SFML) bug tracker.

ok, thanks!
waiting for the fix :)
Title: Re: program crashes on exit
Post by: Pwndja on November 14, 2012, 09:37:57 am
I'm waiting for the fix as well... Currently using the SFML 2 R C

cheers1