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

Author Topic: program crashes on exit  (Read 4178 times)

0 Members and 1 Guest are viewing this topic.

Yours3lf

  • Newbie
  • *
  • Posts: 43
    • View Profile
program crashes on exit
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: program crashes on exit
« Reply #1 on: November 02, 2012, 11:35:33 am »
It's a known bug, that you can find in the (SFML) bug tracker.
Laurent Gomila - SFML developer

Yours3lf

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: program crashes on exit
« Reply #2 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 :)

Pwndja

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: program crashes on exit
« Reply #3 on: November 14, 2012, 09:37:57 am »
I'm waiting for the fix as well... Currently using the SFML 2 R C

cheers1