Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win, Ruby: Crashes when exiting after/while playing music #96

Closed
jlnr opened this issue Aug 11, 2011 · 1 comment
Closed

Win, Ruby: Crashes when exiting after/while playing music #96

jlnr opened this issue Aug 11, 2011 · 1 comment
Assignees

Comments

@jlnr
Copy link
Member

jlnr commented Aug 11, 2011

Between Gosu and the Ruby GC, not all OpenAL resources are properly freed before OpenAL shuts itself down via the DllMain detach callback. Or, some may try to free themselves after OpenAL has been shut down.

This occasionally causes some crashes on shutdown, especially after music has been played.

Gosu for C++ is not affected.

@ghost ghost assigned jlnr Aug 11, 2011
@jlnr
Copy link
Member Author

jlnr commented Aug 17, 2011

Should be fixed with the hotfix DLL from the forums:

http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?pid=4749

@jlnr jlnr closed this as completed Aug 17, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant