-
Notifications
You must be signed in to change notification settings - Fork 70
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
Issue running sm64coopdx_v1.0.1_macOS_Intel.dmg.zip - Fatal Error could not init GLEW Missing GL Version #229
Comments
Unable to reproduce, don't really know what the problem with this would be, since libs are added into the app file, and you're running macOS 14. Glew hasn't been updated in a very long time, so I don't think it's the lib. Will need to get a VM to test this out. In the meantime, you can compile the repo manually, instructions are here. |
heres the thing, the dependencies for audiofile on homebrew failed:
Is there a way to get it? |
Gotta love this problem. Do what this guy says, except do it for libaudiofile |
Ok, thanks, compiling prior brought the following error: I wasnt exactly able to edit the existing audiofile entry in brew either, because i didnt have it previously installed, so it failed to edit at first but looked like it changed me to be in developer mode. I tried the command again but nothing happened, so then I attempted running:
This threw the same error, but now when I ran the edit command I was able to get the screen needed to edit the line successfully. I then ran the gmake clean and the gmake command again to build, but I got the same error: |
Flower35 figured out this issue here |
lol, any chance you got the next error before I run into it? jk - thank you - am retrying will update this comment and close this item after success - appreciate the help Edit/update: As directed, after the crash in compile, simply run |
Hmmm, I don't know. Very interesting you got this error on a fresh compilation. No special perms are required, so don't know why this is happening, very odd... |
Lol, nah all good. |
Describe the bug
I am getting an error when starting the app up. It fails to initialize GLEW.
To Reproduce
Steps to reproduce the behavior: (after installing the dmg)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Basically just running the release, after installing the dmg, and it comes up with the fatal error on the window. Any step missing?
The text was updated successfully, but these errors were encountered: