We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by slimsag Sunday Dec 21, 2014 at 15:39 GMT Originally opened as azul3d-legacy/gfx#76
All examples on Windows currently crash with:
2014/12/21 15:29:36 Error 65544: WGL: Failed to enable sharing with specified OpenGL context
I've debugged a bit already and it appears to be a data race between the render/asset context.
The text was updated successfully, but these errors were encountered:
Comment by slimsag Monday Dec 22, 2014 at 00:19 GMT
I found the issue. It is a restriction with WGL, not a data race as I originally thought.
Fix coming shortly.
Sorry, something went wrong.
Fixed/merged as part of #1
No branches or pull requests
Sunday Dec 21, 2014 at 15:39 GMT
Originally opened as azul3d-legacy/gfx#76
All examples on Windows currently crash with:
I've debugged a bit already and it appears to be a data race between the render/asset context.
The text was updated successfully, but these errors were encountered: