Login  Register

MacOS 10.9.2 Newt test giving me busy spinner and unresponsive window

Posted by Moth on Mar 22, 2014; 10:00pm
URL: https://forum.jogamp.org/MacOS-10-9-2-Newt-test-giving-me-busy-spinner-and-unresponsive-window-tp4032038.html

I'm trying to nail down why I'm getting a busy spinner and an unresponsive window in my simple test:

Foo.java

I added the console output in the display method just to make sure it was being called by the animator but I get the busy issue with or without it.

A little about my environment:
MacOS 10.9.2
Java build 1.7.0_51-b13

jogamp-all-platforms/jogl.artifact.properties:
gluegen.build.version=2.1.5
gluegen.build.number=779
gluegen.build.id=2014-03-10_14-59-56
gluegen.build.branch=origin/master
gluegen.build.commit=6476552f46c7bc7b151d53a9e8d2332deda10fcb
jogl.build.version=2.1.5
jogl.build.number=1240
jogl.build.id=2014-03-11_04-15-42
jogl.build.branch=origin/master
jogl.build.commit=ba0dc6462a88ee7512a087deaaca760239915548

My compile and run:
javac -cp ".:jogamp-all-platforms/jar/gluegen-rt.jar:jogamp-all-platforms/jar/jogl-all-noawt.jar" Foo.java
java -cp ".:jogamp-all-platforms/jar/gluegen-rt.jar:jogamp-all-platforms/jar/jogl-all-noawt.jar" Foo

At this point I'm pretty stumped.

EDIT:
I have also attached a debug log using:
-Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all
to see if that gives some info to help.
Foo.log