Looks like macOS X Big Sur is dropping support for OpenGL and this is causing the Tinkerine Studio to crash. Is there a current/beta version of the software to test out on Big Sur?
Tinkerine Studio v3 and macOS X Big Sur don't work
-
Bryan • 4 years ago
ANSWERS (2)
-
0
Looks like macOS X Big Sur is dropping support for OpenGL and this is causing the Tinkerine Studio to crash. Is there a current/beta version of the software to test out on Big Sur?
-
0
Hi Bryan,
Thank you for contacting Tinkerine. We have confirmed Tinkerine Suite 3.0 currently has a compatibility issue with Apple macOS Big Sur. Users have reported the program freezing on launch and we are currently working hard to come up with a solution.
Currently, there are no known compatibility issues with the Windows operating system.
We are currently working on Tinkerine Cloud, a web-based slicer that is compatible across operating systems. If you would like to sign up to be a beta tester, please click here.
We apologize for the inconvenience and thank you for your understanding.
Sincerely,
Andy
-
0
Sounds good, I've signed up for the beta. The issues I've seen with Big Sur and the Tinkerine Studio revolves around OpenGL. Can bypass some of the initial issues brought up by updated/lack of OpenGL. I've edited the Resources/lib/python2.7/OpenGL/platform/ctypesloader.py and updated fullName var:
fullName = None
try:
# fullName = util.find_library( name )
fullName = '/System/Library/Frameworks/OpenGL.framework/OpenGL'
This gets me a bit farther, however, now hitting the following:
No handlers could be found for logger "OpenGL.arrays.arraydatatype"
Traceback (most recent call last):
File "wx/_core.pyo", line 16766, in <lambda>
File "TinkerineSuite/gui/splashScreen.pyo", line 16, in DoCallback
File "TinkerineSuite/gui/app.pyo", line 47, in afterSplashCallback
File "TinkerineSuite/gui/mainWindow.pyo", line 15, in <module>
File "TinkerineSuite/gui/sceneView.pyo", line 42, in <module>
File "TinkerineSuite/gui/util/previewTools.pyo", line 13, in <module>
File "TinkerineSuite/gui/util/opengl.pyo", line 22, in <module>
File "/Applications/Tinkerine Suite v3.0.app/Contents/Resources/lib/python2.7/OpenGL/GLUT/special.py", line 333, in glutInit
_base_glutInit( ctypes.byref(count), holder )
File "/Applications/Tinkerine Suite v3.0.app/Contents/Resources/lib/python2.7/OpenGL/platform/baseplatform.py", line 407, in __call__
self.__name__, self.__name__,
OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling
Log in to join the conversation!
Log In