sztejkat
03-22-03, 07:27 AM
Hi,
I have some problems with nvidia drivers while using GL4Java JAVA to OpenGL bridge library. Simple any program, which trys to use GLAnimCanvas (an animation thread approach), including examples which comes with GL4Java crashes with:
--------------------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4C97E188
Function=__nvsym17103+0x0
Library=/usr/lib/libGL.so
Current Java thread:
at gl4java.GLContext.gljMakeCurrentNative(Native Method)
at gl4java.GLContext.gljMakeCurrent(GLContext.java:24 72)
- locked <0x44184330> (a gl4java.GLContext)
at gl4java.awt.GLCanvas.sDisplay(GLCanvas.java:697)
at gl4java.awt.GLAnimCanvas.run(GLAnimCanvas.java:466 )
at java.lang.Thread.run(Thread.java:536)
..... rest is removed for clarity
---------------------------
It apperas, there is a problem with nvidia's LibGL.so.1.0.4191. I would be possibly able to track it, but I can't find where to download library sources.
Any help will be apprecated,
Tomasz Sztejka.
I have some problems with nvidia drivers while using GL4Java JAVA to OpenGL bridge library. Simple any program, which trys to use GLAnimCanvas (an animation thread approach), including examples which comes with GL4Java crashes with:
--------------------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4C97E188
Function=__nvsym17103+0x0
Library=/usr/lib/libGL.so
Current Java thread:
at gl4java.GLContext.gljMakeCurrentNative(Native Method)
at gl4java.GLContext.gljMakeCurrent(GLContext.java:24 72)
- locked <0x44184330> (a gl4java.GLContext)
at gl4java.awt.GLCanvas.sDisplay(GLCanvas.java:697)
at gl4java.awt.GLAnimCanvas.run(GLAnimCanvas.java:466 )
at java.lang.Thread.run(Thread.java:536)
..... rest is removed for clarity
---------------------------
It apperas, there is a problem with nvidia's LibGL.so.1.0.4191. I would be possibly able to track it, but I can't find where to download library sources.
Any help will be apprecated,
Tomasz Sztejka.