UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
Sure there can be different problems, but in my case Cura could not find glut32.dll that was included with Cura's installation package (in my case in C:\Cura_15.04.4\python\Lib\OpenGL\DLLS). I just needed to copy glut32.dll to C:\Windows\SysWOW64
The same advice in more detail. In my case the Cura's log was in C:\Users\\.cura\15.04.4\output_log.txt and the content was
"Traceback (most recent call last):
File "C:\Cura_15.04.4\python\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14660, in
File "Cura\gui\splashScreen.py", line 15, in DoCallback
self.callback()
File "Cura\gui\app.py", line 103, in afterSplashCallback
from Cura.gui import mainWindow
File "Cura\gui\mainWindow.py", line 17, in
from Cura.gui import sceneView
File "Cura\gui\sceneView.py", line 28, in
from Cura.gui.util import previewTools
File "Cura\gui\util\previewTools.py", line 12, in
from Cura.gui.util import openglHelpers
File "Cura\gui\util\openglHelpers.py", line 17, in
glutInit() #Hack; required before glut can be called. Not required for all OS.
File "C:\Cura_15.04.4\python\lib\OpenGL\GLUT\special.py", line 324, in glutInit
_base_glutInit( ctypes.byref(count), holder )
TypeError: 'NoneType' object is not callable"
Similar problem was already discussed in http://stackoverflow.com/a/10797801 , but instead dowloading the package mentioned there I found required dll in the directory mentioned.
Best,
K
Link to post
Share on other sites
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
The full stable release of UltiMaker Cura 5.4 is here and it makes it easier than ever to remove brims and supports from your finished prints. UltiMaker S series users can also look forward to print profiles for our newest UltiMaker PET CF composite material!
Recommended Posts
kristotammeoja 0
Hi
Sure there can be different problems, but in my case Cura could not find glut32.dll that was included with Cura's installation package (in my case in C:\Cura_15.04.4\python\Lib\OpenGL\DLLS). I just needed to copy glut32.dll to C:\Windows\SysWOW64
The same advice in more detail. In my case the Cura's log was in C:\Users\\.cura\15.04.4\output_log.txt and the content was
"Traceback (most recent call last):
File "C:\Cura_15.04.4\python\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14660, in
lambda event: event.callable(*event.args, **event.kw) )
File "Cura\gui\splashScreen.py", line 15, in DoCallback
self.callback()
File "Cura\gui\app.py", line 103, in afterSplashCallback
from Cura.gui import mainWindow
File "Cura\gui\mainWindow.py", line 17, in
from Cura.gui import sceneView
File "Cura\gui\sceneView.py", line 28, in
from Cura.gui.util import previewTools
File "Cura\gui\util\previewTools.py", line 12, in
from Cura.gui.util import openglHelpers
File "Cura\gui\util\openglHelpers.py", line 17, in
glutInit() #Hack; required before glut can be called. Not required for all OS.
File "C:\Cura_15.04.4\python\lib\OpenGL\GLUT\special.py", line 324, in glutInit
_base_glutInit( ctypes.byref(count), holder )
TypeError: 'NoneType' object is not callable"
Similar problem was already discussed in http://stackoverflow.com/a/10797801 , but instead dowloading the package mentioned there I found required dll in the directory mentioned.
Best,
K
Link to post
Share on other sites