-
Notifications
You must be signed in to change notification settings - Fork 75
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
Runtime Panic using v2.1/gl #96
Comments
Thank you for reporting this. This is clearly a bug and shouldn't happen. We need to investigate what is different about |
@Noofbiz Since you're able to reproduce this (I can't yet), is it possible for you to make a smaller repro sample?
|
When I compare |
I tried the hud demo from EngoEngine/engo#520. I got the same crash. I tried it again with eafa86a, and got the same crash. It doesn't seem to be an issue with |
Thank you for checking that out so throughly and quickly. Sorry for any inconveniences |
No problem, thanks anyway! |
Original issue here EngoEngine/engo#520
Related to: f8cee0f
If we use eafa86a everything works perfectly. It looks like it comes from the change to GlowGetProcAddress_gl21; before it returned a value and now it's not, so when ClearColor is called it gets to here in package.go:
When it tries to get
gpClearColor = (C.GPCLEARCOLOR)(getProcAddr("glClearColor"))
it segfaults.The text was updated successfully, but these errors were encountered: