Login  Register

Re: Java 3D crash or flickering

Posted by gouessej on Aug 24, 2015; 4:01pm
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4035123.html

Are you sure that sun.java2d.d3d is set to false in this case?

The exception above means that the only OpenGL context that could be created when working around your driver bug is a context based on Microsoft GDI renderer which is very crappy and not capable enough for Java 3D.

I don't see any obvious solution, fill a bug report and someone will have to debug a simple program remotely or use the same graphics card to find another workaround.

Sorry to tell you this but:
- use my simple example, modify it to create 2 windows instead of one, let me know whether it works
- are you forced to use Java 3D? Maybe we can find a more reliable solution and a compatibility API to minimize your effort
Julien Gouesse | Personal blog | Website