Java application freezes when instantiating JCanvas3D
Posted by Michael Hoffer on May 13, 2015; 9:59am
URL: https://forum.jogamp.org/Java-application-freezes-when-instantiating-JCanvas3D-tp4034476.html
Hi,
first of all, thanks for keeping Java3D alive! I'm finally trying to make the transition from 1.5.2 to 1.6. Unfortunately, I have trouble on Linux with the JCanvas3D class. Whenever I try to create JCanvas3D instance the whole application freezes without additional error messages.
Here is my configuration:
Ubuntu 15.04 x86_64, proprietary ATI/AMD driver, Java3D 1.6.0-pre12-daily-experimental daily, Jogl 2.3.1, Oracle JDK 8u45
Any idea what's wrong?
Michael