From: Kenneth B. R. <kbr...@al...> - 2003-06-30 02:21:48
|
> My gl4java programs all crash wen I open them.....I can found few others > on this group having these problems (But I couldnt find replies > for them).....Can any one tell me why this is happening..... > It would be really really helpful if any one can help me with this! The problem is that GL4Java's OpenGL context on X11 is relying on glXGetCurrentContext to function properly and it doesn't with some of NVidia's drivers. There is a workaround in the GL4Java CVS repository but I would instead recommend that you switch to the new JOGL OpenGL binding, which has a simpler and more robust implementation which has been pretty thoroughly tested on X11. http://jogl.dev.java.net/ Note we don't have precompiled binaries yet but the build process is pretty straightforward. Discussion forums are available on http;//community.java.net/games/ . -Ken |