Re: Java3D 1.6 crashes JVM
Posted by
runiter on
Jan 24, 2014; 12:03am
URL: https://forum.jogamp.org/Java3D-1-6-crashes-JVM-tp4031293p4031309.html
I knew it wasn't d3d since the problem exists in Mac OS X also but I tried disabling anyways and it didn't solve the problem.
However, from the error log that you posted it seemed like it was coming from Canvas3D.queryProperties() so I removed that line from my code and vola! It works perfectly now in both Mac and Windows!
I also noticed that calling Canvas3D.queryProperties() was messing up my GUI focus a little because it seem to always try to create a new Frame and make it visible and then invisible again. That problem is also resolved now. I don't know if you like to fix whatever causing these problems in Canvas3D.queryProperties(), but in my case I decided that I simply don't need to call that method anymore.