# Cura hangs on splash screen (Win8 64bit)

**URL:** https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092
**Category:** Software
**Created:** [August 8, 2015, 1:02am UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092 "2015-08-08T01:02:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rudeboy](https://avatars.discourse-cdn.com/v4/letter/r/848f3c/32.png) [@rudeboy](https://forum.lulzbot.com/u/rudeboy)
#### Post date: [August 8, 2015, 1:02am UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092/1 "2015-08-08T01:02:10Z")

</div>

Just got my Mini, installed Cura 15.02, and no matter how i try to launch, it hangs on the splash screen (octopus logo). No errors, warnings, timeouts, etc. Nothing seems similar in the forums here or up on ultimaker.

Ideas? Thx

---

<div class="post-metadata">

### Author: ![rudeboy](https://avatars.discourse-cdn.com/v4/letter/r/848f3c/32.png) [@rudeboy](https://forum.lulzbot.com/u/rudeboy)
#### Post date: [August 8, 2015, 2:13am UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092/2 "2015-08-08T02:13:22Z")

</div>

A reinstall and reboot fixed it.

---

<div class="post-metadata">

### Author: ![nickthetait](https://avatars.discourse-cdn.com/v4/letter/n/ac8455/32.png) [@nickthetait](https://forum.lulzbot.com/u/nickthetait)
#### Post date: [August 10, 2015, 10:13pm UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092/3 "2015-08-10T22:13:09Z")

</div>

Sorry about that. Thanks for answering your own question once you got it fixed!

I’d like to figure out what went wrong. Did you have other versions of Cura installed in this computer previously (either LulzBot or Ultimaker)? What version did you have this problem with? The latest at this time is 15.02.1-1.03

---

<div class="post-metadata">

### Author: ![naroom](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.lulzbot.com/naroom/32/9839_2.png) [@naroom](https://forum.lulzbot.com/u/naroom)
#### Post date: [August 28, 2015, 2:49am UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092/4 "2015-08-28T02:49:57Z")

</div>

Hmm, I have the same problem, but no amount of rebooting / reinstalling has done the trick.

I’m on Windows 7, running Cura 15.02.1-1.03.

The TAZ5 (0.5mm) detects as "3D Printer powered by RAMBo (COM51), in case that’s relevant.

When I start cura using “cura.bat”, I do get something in output.log:

```nohighlight
Traceback (most recent call last):
  File "Cura\gui\splashScreen.py", line 23, in OnClose
    self.callback()
  File "Cura\gui\app.py", line 105, in afterSplashCallback
    from Cura.gui import mainWindow
  File "Cura\gui\mainWindow.py", line 17, in <module>
    from Cura.gui import sceneView
  File "Cura\gui\sceneView.py", line 28, in <module>
    from Cura.gui.util import previewTools
  File "Cura\gui\util\previewTools.py", line 12, in <module>
    from Cura.gui.util import openglHelpers
  File "Cura\gui\util\openglHelpers.py", line 17, in <module>
    glutInit() #Hack; required before glut can be called. Not required for all OS.
  File "C:\Program Files (x86)\Cura_15.02.1\python\lib\OpenGL\GLUT\special.py", line 323, in glutInit
    _base_glutInit( ctypes.byref(count), holder )
TypeError: 'NoneType' object is not callable

```

I’d love to get up and running quickly – are there older binaries I could try out?

---

<div class="post-metadata">

### Author: ![naroom](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.lulzbot.com/naroom/32/9839_2.png) [@naroom](https://forum.lulzbot.com/u/naroom)
#### Post date: [August 28, 2015, 5:53pm UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092/5 "2015-08-28T17:53:36Z")

</div>

Aha! Tracked it down. The error happens when you have another copy of **glut32.dll** in your system.

Cura, specifically **C:\Program Files (x86)\Cura\_15.02.1\python\Lib\OpenGL\platform\win32.py** will try to use whatever **glut32.dll** it finds first. It might be the correct one, (**C:\Program Files (x86)\Cura\_15.02.1\python\Lib\OpenGL\DLLS\glut32.dll**), but it might not!

I had another copy, at **C:\Program Files\Haskell Platform\7.10.2-a\bin\glut32.dll** , and Cura was trying to use that. Once that DLL was removed, Cura works great.

---

<div class="post-metadata">

### Author: ![nickthetait](https://avatars.discourse-cdn.com/v4/letter/n/ac8455/32.png) [@nickthetait](https://forum.lulzbot.com/u/nickthetait)
#### Post date: [August 28, 2015, 10:17pm UTC](https://forum.lulzbot.com/t/cura-hangs-on-splash-screen-win8-64bit/2092/6 "2015-08-28T22:17:25Z")

</div>

Excellent detective work naroom. I’ve created a task to get this fixed sometime. You can follow progress here: [https://code.alephobjects.com/T224](https://code.alephobjects.com/T224)
