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!
Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements. Check out the rest of this article to find out the details on all of that and more
We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
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