slarson / wholebrain

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

Volume library not set up on windows? #481

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Launch client from eclipse (0.7.6.12-SNAPSHOT) against wbc-dev server
2.Check "enable volume rendering" from view menu
3.

What is the expected output? What do you see instead?
WBC throws exceptions and volumes don't load.

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no 
libJMEVolumeNode in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at 
org.wholebrainproject.volume.VolumeNode.<clinit>(VolumeNode.java:144)
    at 
org.wholebrainproject.wbc.view.View3D.enableVolumeRendering(View3D.java:170
2)
    at 
org.wholebrainproject.wbc.view.View.setVolumeEnabled(View.java:167)
    at 
org.wholebrainproject.wbc.view.View3D.testVolume(View3D.java:1652)
    at 
org.wholebrainproject.wbc.view.gui2d.WBCMenuBar$1VolumeSetupTask.call(WBCMe
nuBar.java:670)
    at com.jme.util.GameTask.invoke(GameTask.java:140)
    at com.jme.util.GameTaskQueue.execute(GameTaskQueue.java:111)
    at com.jmex.awt.lwjgl.LWJGLCanvas.paintGL(LWJGLCanvas.java:135)
    at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:288)
    at org.lwjgl.opengl.AWTGLCanvas.update(AWTGLCanvas.java:317)
    at sun.awt.RepaintArea.updateComponent(RepaintArea.java:239)
    at sun.awt.RepaintArea.paint(RepaintArea.java:216)
    at 
sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:254)
    at java.awt.Component.dispatchEventImpl(Component.java:4060)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.j
ava:242)
    at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.jav
a:163)
    at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by stephen....@gmail.com on 30 Apr 2010 at 7:39

GoogleCodeExporter commented 9 years ago
could you tell us which architecture you ran? 64 bit? and which version of 
windows you used? Windows 7?

Original comment by hanseok....@gmail.com on 30 Apr 2010 at 7:43

GoogleCodeExporter commented 9 years ago
32-bit windows 7.  Looks to me more like the library isn't in the right place 
where it 
needs to be more than anything else...

Original comment by stephen....@gmail.com on 30 Apr 2010 at 7:48

GoogleCodeExporter commented 9 years ago
Just tried the latest dev webstart version online and it isn't causing the same 
problem--it is working.  So perhaps there's something wrong with my eclipse set 
up.  
I'm curious if Jesus has any problems on this running from eclipse on Windows

Original comment by stephen....@gmail.com on 30 Apr 2010 at 7:53

GoogleCodeExporter commented 9 years ago
Let's not worry about this for now until we see this problem upon release.

Original comment by stephen....@gmail.com on 30 Apr 2010 at 7:55