G’day,
I have a very annoying bug in my Swing/JOGL app.
I am using JOGL in a JInternalFrame - works fine with WinXP and Linux (over an X terminal connected by telnet).
When I use the app on an actual Linux machine (SuSE 9.1 Pro) though, the initialisation of the GLJPanel in the JInternalFrame crashes X - causing the X session to end completely, and the X server to restart.
I cannot find a way to get any information about the crash. I have tried redirecting the output from java into a file but the file is empty. I tried setting a few different java runtime startup flags, but the output was still empty.
I have downloaded the lastest JRE and nightly JOGL - same problem exists.
I have tested the application on Redhat Workstation 4 and it works fine there, which leads me to believe it might be more of a hardware/driver issue on the SuSE machine.
Any suggestions would be very welcome.
Cheers,
Pinky