-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Godot 1.0 Stable isn't on 'older' MacOS :) #1283
Comments
My guess is that your computer is too old, Godot doesn't work on old GMA graphics cards, your laptop has GMA X3100, which I believe is considered as old. |
I was going to write, that OpenGL 2.1 should be enough, but then I realized, that framebuffers came in OpenGL 3.0 - sorry... |
godot is working fine on OSX 10.10 |
Sadly, it seems that I have a system old enough to not support the requirements. So, for others that may be experiencing the same kind of issues, would these steps be appropriate for them to determine if their mac hardware doesn't support this app? click apple menu -> about this mac -> more info check out Apple's information on hardware support (https://developer.apple.com/opengl/capabilities/GLInfo_1075.html )
If the hardware doesn't support at least 3.0, you're going to have a bad time... |
I think the title of this issue should be changed to indicate it as a feature request as opposed to a bug/issue. As an example.: Feature request: Godotengine for Opengl 2.x. |
Yeah, as bug reports get updated and investigated, the original understanding of them can change. Rather than making it a feature request, it could just as easily be addressed by updated documentation indicating minimum version of MacOS (or possibly a version check on execution). From a selfish standpoint, this bug helped me justify getting a new mac :) |
As pointed out by @tonymtbird this is likely a duplicate of #156, so closing it as such. |
the MacOS version crashes on launch.
My system:
Model Name: MacBook
Model Identifier: MacBook4,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2.1 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 3 MB
Memory: 4 GB
Bus Speed: 800 MHz
Boot ROM Version: MB41.00C1.B00
GDB output
robert-watkinss-macbook:MacOS rwatkins$ set start-with-shell 0
robert-watkinss-macbook:MacOS rwatkins$ gdb ./Godot
GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...unable to read unknown load command 0x80000028
warning: Unable to read symbols for /usr/lib/libc++.1.dylib (file not found).
warning: Unable to read symbols from "libc++.1.dylib" (not yet mapped into memory).
warning: Unable to read symbols for /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (file not found).
warning: Unable to read symbols from "CoreGraphics" (not yet mapped into memory).
Reading symbols for shared libraries ........... done
unable to read unknown load command 0x80000028
(gdb) run
Starting program: /Applications/Godot.app/Contents/MacOS/Godot
warning: The target crashed on startup, maybe the shell is crashing.
"Try set start-with-shell 0" to workaround.
Abort trap
The text was updated successfully, but these errors were encountered: