Hi Tamas,
First- thanks to all you folks for providing this suite of programs.
I'm getting the same issue on running the program as ruizao (http://www.chemaxon.com/forum/ftopic4677.html) and adiwan1- the menus disappear into the black background and the help text runs off screen (not wrapped). I'll add my info.
Mac OSX 10.5.7, macbook pro, 2.4 GHz, 4G memory
output from java -version:
java version "1.5.0_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304)
Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing)
97-86-169-133:~ jrt$
output from mspace -v
Native directory is /Users/jrt/.chemaxon/lib/jogl_1.1.0-rc2
NativeLibLoader disabled.
Jogl libraries have been loaded.
JOGL specification version 1.1.0-rc2
JOGL implementation version 1.1.0-rc2
JOGL implementation vendor Sun Microsystems, Inc.
sun.java2d.noddraw: true
jogl.GLContext.noopt: true
Using AWT thread for performing OpenGL work in javax.media.opengl implementation
OpenGL Renderer = NVIDIA GeForce 8600M GT OpenGL Engine
OpenGL Version = 2.0 NVIDIA-1.5.44
OpenGL Vendor = NVIDIA Corporation
I deleted .chemaxon/lib/jogl_1.1.0-rc2/ but it makes no difference with the marvinspace menus when run stand-alone.
I ran the public applets at: http://www.chemaxon.com/marvin/examples/applets/space/index.html
#1, #2, 4, 6, 7 and 8 (including menus) seem to work ok also, but #8 does not show the property grid.
#3 (colotypes) crashes- but only crashes (with an initialization error) if I view it (runs fine), then go back to the examples page, then view #3 again. I sent a report , but here are the details are below(sorry it's so long).
#5 crashes Safari every time.
In Firefox, all the demos work, all the menus show up, no crashes, but in #5 the windows move over the firefox menu bars when I scroll through.
Thanks,
Jason
details from #3:
java.lang.RuntimeException: Exception in GL initialization: GL is already initialized
at chemaxon.marvin.space.GraphicScene.init(GraphicScene.java:1421)
at com.sun.opengl.impl.GLDrawableHelper.init(GLDrawableHelper.java:72)
at javax.media.opengl.GLCanvas$InitAction.run(GLCanvas.java:271)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:189)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:265)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:130)
at chemaxon.marvin.space.GraphicScene.paint(GraphicScene.java:1724)
at javax.swing.JComponent.paintChildren(JComponent.java:843)
at javax.swing.JComponent.paint(JComponent.java:1015)
at javax.swing.JComponent.paintChildren(JComponent.java:843)
at javax.swing.JComponent.paint(JComponent.java:1015)
at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
at javax.swing.JComponent.paintChildren(JComponent.java:843)
at javax.swing.JComponent.paint(JComponent.java:1015)
at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:34)
at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
at java.awt.Container.paint(Container.java:1722)
at sun.awt.RepaintArea.paintComponent(RepaintArea.java:276)
at sun.awt.RepaintArea.paint(RepaintArea.java:241)
at apple.awt.ComponentModel.handleEvent(ComponentModel.java:268)
at java.awt.Component.dispatchEventImpl(Component.java:4144)
at java.awt.Container.dispatchEventImpl(Container.java:2068)
at java.awt.Component.dispatchEvent(Component.java:3903)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)