-
Notifications
You must be signed in to change notification settings - Fork 58
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
panic: runtime error: invalid memory address or nil pointer dereference #24
Comments
i'm facing the same problem
make build works perfectly but the binary doesn't run
I've ran these make commands in git bash install on windows. |
The error on line 23 is unchecked so something went wrong.
Before line 24, |
Issue danfragoso#24 references some issues on Windows that this might have helped debug.
It's likely that the error is related to your version of opengl. This only aims to support 4.1 which is fine if it's in your profile, but would return an error if it's not available. If you're on wsl you can try
To find supported core GL version. Then, to get it running, you can change all Longer term would need to add support for older versions of gl. |
The text was updated successfully, but these errors were encountered: