-
Notifications
You must be signed in to change notification settings - Fork 155
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
GUI Error? (Mac) #101
Comments
Unfortunately, your GPU is old enough that it doesn't run Vulkan, which is the default renderer for Godot 4. I think you might be able to run with the GLES renderer, but I am not sure if that's still an option for macOS. In a terminal, can you run |
derp, it has the command line option to do that right there in the message box. Just try that. |
I did do the command line option from the message box. As stated before, I am met with the gray box. [EDIT] When adding just the verbose argument instead of help, it returns this. |
try |
Talking with one of the Godot devs, it appears that while Godot 4.x retains the opengl3 renderer, it's not guaranteed to work on macOS for all hardware (chalk it up to Apple's crappy OpenGL support). Unfortunately, it looks like that's the case here. You can still run this as a CLI tool though, and it does everything that the GUI does: (make sure to include the |
THANKS! That was all I needed! You're a godsend! |
Yo, I just released 0.5.0, which uses the GL renderer by default. They’ve apparently made some improvements to old Mac support; Can you give this a test to see if this works for you in GUI mode? https://github.com/bruvzg/gdsdecomp/releases/tag/v0.5.0 |
Plot twist: I have a new pc and no longer use mac. Sorry. |
Ah, well at least you've upgraded and can use the new Godot 4 vulkan features :) |
Hey there, I have a 2011 mac mini, version 10.13.6, not the best thing in the world but it's what I got for now. I downloaded the latest Godot re tools for mac. When it opens I am met with this (First Screenshot). So obviously I ran the command through the terminal and it does open. However, I am just stuck on a gray window (Screenshot 2). I assume it's because of my shitty mac, but I hope that's not the case and I can get this working! I would appreciate any help or confirmation that it's because of my mac. Let me know if you need more info!
The text was updated successfully, but these errors were encountered: