I had copied the glut32.dll from the location you mentioned itself. It did not do the trick.
Since you had mentioned glut32.dll from other applications could be causing this issue, I went ahead and tried searching for other glut32.dll on the machine. Only C:\Program Files (x86)\NVIDIA Corporation has 2 and I am guessing these are required by the NVIDIA card.
While I wait for your reply, I do have a spare machine to pursue the alternative suggested of uninstalling Microsoft redistributables, since this seemed to have worked for one of the posters. I will try that out.
Recommended Posts
Daid 306
The glut32.dll file you copied is most likely the wrong one, causing these issues.
Cura comes with a version in python/lib/OpenGL/glut32.dll
You need to make sure that one is loaded instead of system one. (there should be no glut32.dll in windows/system32)
Link to post
Share on other sites