openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #03680
[Bug 495747] Re: Java 3D WARNING : reported GLX version = 1.2 . GLX version 1.3 or higher is required .
when i activate virtual box 3D acceleration :
Java 3D WARNING : reported GLX version = 1.2
GLX version 1.3 or higher is required
The reported version number may be incorrect. There is a known
ATI driver bug in glXQueryVersion that incorrectly reports the GLX
version as 1.2 when it really is 1.3, so Java 3D will attempt to
run anyway.
OpenGL Warning: glXChooseFBConfigSGIX not implemented by Chromium (<-several lines)
javax.media.j3d.IllegalRenderingStateException: Can't create graphics environment for Canvas 3D
at com.eteks.sweethome3d.j3d.Component3DManager.getCanvas3D(Unknown Source)
at com.eteks.sweethome3d.j3d.Component3DManager.getOnscreenCanvas3D(Unknown Source)
at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.SwingViewFactory.createView3D(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.HomeController3D.getView(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createAttachDetach3DViewAction(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createAttachDetach3DViewMenuItem(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createMenuBar(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.SwingViewFactory.createHomeView(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.HomeController.getView(Unknown Source)
at com.eteks.sweethome3d.HomeFramePane.<init>(Unknown Source)
at com.eteks.sweethome3d.HomeFrameController.getView(Unknown Source)
at com.eteks.sweethome3d.HomeFrameController.displayView(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D$2.collectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.HomeApplication.addHome(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.run(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D$3.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(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)
but here, it may be because i activated the virtualbox 3D acceleration. One should note that i use virtualBox on a mac environment.
--
Java 3D WARNING : reported GLX version = 1.2 . GLX version 1.3 or higher is required .
https://bugs.launchpad.net/bugs/495747
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: Incomplete
Bug description:
Java 3D WARNING : reported GLX version = 1.2
. GLX version 1.3 or higher is required
.
The reported version number may be incorrect. There is a known
ATI driver bug in glXQueryVersion that incorrectly reports the GLX
version as 1.2 when it really is 1.3, so Java 3D will attempt to
run anyway.
# An unexpected error has been detected by Java Runtime Environment:
# SIGSEGV (0xb) at pc=0xb7f2bbdd, pid=18689, tid=2089823120
# Java VM: OpenJDK Server VM (1.6.0_0-b11 mixed mode linux-x86)
# Problematic frame:
# C [ld-linux.so.2+0x12bdd]
References