Re: Canvas3D resize problem
Posted by
runiter on
Feb 18, 2014; 2:53pm
URL: https://forum.jogamp.org/Canvas3D-resize-problem-tp4031602p4031633.html
I tried replacing the jar files one by one to see which one is the problematic one. I noticed that all is fixed if I only replace jogl-all.jar with an older version. So the new jogl-all.jar is indeed the culprit.
So I don't think renamed packages is the cause because I only renamed Java3D packaged, I didn't touch jogl-all.jar except signing it the same way I signed the other jar files.
I think this problem happens in GNU Linux also. I know in both Windows and Mac OS X it happens anyways.
Even if these exceptions occur it shouldn't close my application but it does! So looks like Jogl crashes the JVM although no hs_err_pid.log is generated!
Could it be that the jogl i download here has problems?
http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7zEdit: On the second thought, the problem is a corrupted jar file because it works if I run it as standalone. It must be something in the code you guys added since the last version that causes problem for webstart only.