slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

WBC freezes at loading UI #523

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.launch "stable" build of WBC
2.let it run
3.

What is the expected output? What do you see instead?
the 3d image of the brain. instead the splash page with the loading User 
Interface is stuck ( 20 min wait). The program does appear, but it is still 
loading user interface, and the 3d image never comes. 

What version of the product are you using? On what operating system?
tried this on windows XP, a WIn 7, and a CentOS linux

Please provide any additional information below.
tried this on multiple computers, all get stuck in the same error... i have 
tried this many times on the same computer, and i have also tried deleting the 
wbc cache

Original issue reported on code.google.com by vikram.r...@gmail.com on 3 Aug 2010 at 8:05

GoogleCodeExporter commented 9 years ago
Jesus, can you have a look at this?

Original comment by stephen....@gmail.com on 4 Aug 2010 at 8:49

GoogleCodeExporter commented 9 years ago
Aug 4, 2010 3:28:27 PM com.jmex.awt.lwjgl.LWJGLCanvas initGL
SEVERE: Exception in initGL()
java.lang.NullPointerException
    at org.wholebrainproject.wbc.view.View3D.hideMiniMaps(View3D.java:1325)
    at org.wholebrainproject.wbc.view.View3D.init(View3D.java:617)
    at org.wholebrainproject.wbc.view.View.getView3D(View.java:414)
    at org.wholebrainproject.wbc.view.View.simpleSetup(View.java:573)
    at com.jme.system.canvas.SimpleCanvasImpl.doSetup(SimpleCanvasImpl.java:116)
    at com.jmex.awt.lwjgl.LWJGLCanvas.initGL(LWJGLCanvas.java:113)
    at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:286)
    at sun.awt.RepaintArea.paintComponent(Unknown Source)
    at sun.awt.RepaintArea.paint(Unknown Source)
    at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at org.wholebrainproject.wbc.view.View.simpleRender(View.java:474)
    at com.jme.system.canvas.SimpleCanvasImpl.doRender(SimpleCanvasImpl.java:142)
    at com.jmex.awt.lwjgl.LWJGLCanvas.paintGL(LWJGLCanvas.java:144)
    at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:288)
    at sun.awt.RepaintArea.paintComponent(Unknown Source)
    at sun.awt.RepaintArea.paint(Unknown Source)
    at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at org.wholebrainproject.wbc.view.View.simpleRender(View.java:474)
    at com.jme.system.canvas.SimpleCanvasImpl.doRender(SimpleCanvasImpl.java:142)
    at com.jmex.awt.lwjgl.LWJGLCanvas.paintGL(LWJGLCanvas.java:144)
    at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:288)
    at sun.awt.RepaintArea.paintComponent(Unknown Source)
    at sun.awt.RepaintArea.paint(Unknown Source)
    at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

Original comment by piperfl...@gmail.com on 4 Aug 2010 at 10:29

GoogleCodeExporter commented 9 years ago
How's this going?

Original comment by stephen....@gmail.com on 12 Aug 2010 at 12:16

GoogleCodeExporter commented 9 years ago
This symptom was noticed on two computers, the XP machine in the cubical right 
in front of Maryann's office and Vikram netbook. 

That XP machine is known for being unable to run the WBC, even after updating 
to the latest video card driver. In terms of the netbook, I saw Vikram trying 
to run the application with same symptoms, which just means that the video card 
does not support OpenGL 1.2+. In the netbook case it could be a bad driver in 
Windows 7. 

The error is not replicable in any other machine I have run it and have access 
it to.
Will update status to won't fix, since I am convinced this error is due to bad 
video card drivers and not our code. 

Original comment by piperfl...@gmail.com on 12 Aug 2010 at 1:54