Re: Ubuntu 11.10 64bit and AWT vs. NEWT
Posted by
Martin Hegedus on
Jan 13, 2012; 7:53pm
URL: https://forum.jogamp.org/Ubuntu-11-10-64bit-and-AWT-vs-NEWT-tp3654908p3657575.html
Platform:
OS: Ubuntu 11.10
Architecture:
Dual Intel Xeon Quad Core E5462 2.8Ghz 1600Mhz FSB
E-GEFORCE PCIE 256MB VGA 450MHZ 8400GS DX10 HDCP 64BIT LOW PROFILE
Software:
gcc: version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
java: compiled with 1.6.0_06 which was installed separately by me
version which comes with Ubunto is 1.6.0_23
opengl: 2.1 Mesa 7.11 (I got info from test_dbg.log)
gluegen and jogl: latest with git
ant: 1.8.2
git: 1.7.5.4
various required libraries (mesa, etc.) were downloaded with Ubuntu Software Center
driver: Whatever comes with Ubunto
From the test_dbg file there are some Exceptions, but I think those are just to get stack traces. Also, there are some Lookup-Native ... ** FAILED **, but not sure if that is a bad thing.
I've included links to the following files:
http://www.hegedusaero.com/jogl/test_dbg.log.txthttp://www.hegedusaero.com/jogl/JOGL_test.java.txt (my simple test program which freezes)
http://www.hegedusaero.com/jogl/JOGL_test.out.txt (output from the file)
I used the following command to execute the program
/usr/local/java/bin/java -Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Djogamp.debug=all JOGL_test > & ! JOGL_test.out
I'll keep working on this. Please let me know if you see anything odd in the files.