User 5c48d4e3b9
17-07-2012 11:14:53
I just installed the latest Marvin version on a Ubuntu 12.04 machine. Marvin Sketch seems to be working but Marevin space doesnt open. See error messages below. Any Ideas? Help is greatly appreciated.
ERROR:
Error opening MarvinSpace
STACK TRACE:
javax.media.opengl.GLException: Profile GL_DEFAULT is not available on null, but: []
at javax.media.opengl.GLProfile.get(GLProfile.java:655)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:478)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:486)
at chemaxon.marvin.space.GraphicScene.<init>(GraphicScene.java:164)
at chemaxon.marvin.space.MSpaceEasy.<init>(MSpaceEasy.java:119)
at chemaxon.marvin.space.MSpaceEasy.<init>(MSpaceEasy.java:98)
at chemaxon.marvin.space.gui.MSpaceFrameViewer.getMSpaceFrame(MSpaceFrameViewer.java:68)
at chemaxon.marvin.space.gui.MSpaceFrameViewer.getMSpaceViewer(MSpaceFrameViewer.java:59)
at chemaxon.marvin.space.gui.MSpaceViewerBase.get(MSpaceViewerBase.java:117)
at chemaxon.marvin.space.gui.MSpaceFrameViewer.get(MSpaceFrameViewer.java:51)
at chemaxon.marvin.space.gui.MSpaceViewerBase.callback(MSpaceViewerBase.java:100)
at chemaxon.marvin.common.swing.MolPanel.getMSpaceViewer(MolPanel.java:5906)
at chemaxon.marvin.sketch.swing.SketchPanel.openMSpace(SketchPanel.java:3316)
at chemaxon.marvin.sketch.swing.SketchPanel.doOpenMSpace(SketchPanel.java:2620)
at chemaxon.marvin.sketch.swing.actions.OpenMarvinSpaceAction.actionPerformed(OpenMarvinSpaceAction.java:26)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.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)