unknown jogl problem on MAC

Here are the specs:

Powerbook
Mac OS X version 10.4.3
Processor: 1.5GHz PowerPC G4
Memory: 1.25 GB DDR SDRAM
Java version 1.4.2 (Mac OS X Default)
Eclipse version 3.1.1

What does these errors mean?

  1. -> 2005-11-21 15:49:03.585 java[296] invalid share context
  2. -> 2005-11-21 15:49:03.586 java[296] invalid context

Any chance you could give us some more information? For example a code snippet and the stack trace that the errors were part of.

This is apparently a bug in OS X 10.4.3 with sharing of textures and display lists between on-screen OpenGL contexts and pbuffers’ OpenGL contexts. A workaround is in the JOGL source tree (thanks to Elias from the LWJGL team for finding the workaround) and the nightly builds should no longer have this problem. Please post if this is not the case.