Hi All,
I just cobbled up a very simple jogl app which renders a frame then throws an exception:
Exception in thread “Thread-3” java.lang.NullPointerException
at net.java.games.jogl.Animator$1.run(Animator.java:112)
at java.lang.Thread.run(Thread.java:595)
Any idea what might cause a break there? I’ve seen where the thread code breaks - the runnable target is null - but not knowing what Animator does, I’m not sure why this might happen.
I’m sure it’s my fault :o) Any ideas?