-
Notifications
You must be signed in to change notification settings - Fork 127
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
Freeing resources on the Cleaner thread might cause issues w/ e.g. OpenGL #130
Comments
The last dispose before the crash: |
@vedun-z Does closing DirectContext explicitly solves the issue? |
Solution: remove finalizer cleaning from “GL-related” resource like Context, make user free them explicitly. Maybe print a warning if not |
Now it's started crashing with:
|
@vedun-z what’s your environment? Hardware, software? |
@vedun-z Also, any chance you could share source code? Does LWJGL example runs on your machine? Try
or
|
The text was updated successfully, but these errors were encountered: