Re: JOGL, Fedora, 64bit, Grey Window
Posted by
Michael Bien on
Jun 27, 2010; 9:01pm
URL: https://forum.jogamp.org/JOGL-Fedora-64bit-Grey-Window-tp926266p926302.html
Hi Mika,
regarding the warning:
try to call GLProfile.initSingleton() as early as possible.
regarding the events:
difficult to say, have you added the gl event listener to the
drawable? :)
do the demos work? e.g.:
http://github.com/mbien/jogl-demos/blob/master/src/demos/gears/Gears.java
regards,
michael
On 06/27/2010 10:34 PM, mikasaari [via jogamp] wrote:
Hi,
Managed to compile the jogl / gluegen from git (27.06.2010 mbien) and
also managed to compile own test program. But when starting the
application the main method is run correctly but the init, display, ...
methods are not run at all and the application window stays gray. There
is only "Info: XInitThreads() called for concurrent Thread support"
Info on the command line and nothing else. The command-line I am using
is
java -Djogl.GLContext.optimize -cp
/opt/Projects/Java3D/libs/jogl.all.jar:/opt/Projects/Java3D/libs/gluegen-rt.jar:/opt/Projects/Java3D/libs/nativewindow.all.jar:/opt/Projects/Java3D/libs/newt.all.jar:.
-Djava.library.path="/opt/Projects/Java3D/libs:/usr/lib64" Cube
I do have 32bit and 64bit Nvidia libraries installed 32bit in
/usr/lib and 64 in /usr/lib64. Could this cause problems and how to
avoid the problem ?
Thanks for tips,
-Mika