From: Tomas K. <kar...@ag...> - 2003-02-12 16:39:28
Attachments:
hs_err_pid9875.log
|
Hi, All of my GL4Java apps craches when I try to launch them in Linux. I've had this problem before with the combination RedHat , Nvidia, GL4Java Any solutions ? Cheers Tomas An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4CBAD314 Function=glXGetCurrentContext+0x0 Library=/usr/lib/libGL.so Current Java thread: at gl4java.GLContext.gljMakeCurrentNative(Native Method) at gl4java.GLContext.gljMakeCurrent(GLContext.java:2472) - locked <0x442278e0> (a gl4java.GLContext) at gl4java.awt.GLCanvas.display(GLCanvas.java:785) at gl4java.awt.GLCanvas.sDisplay(GLCanvas.java:715) at gl4java.awt.GLAnimCanvas.run(GLAnimCanvas.java:466) at java.lang.Thread.run(Thread.java:536) -- Tomas Karlsson <kar...@ag...> |
From: Max G. <gi...@ye...> - 2003-02-12 18:25:59
|
Tomas Karlsson wrote: > Hi, All of my GL4Java apps craches when I try to launch them in Linux. > I've had this problem before with the combination RedHat , Nvidia, > GL4Java > > Any solutions ? > > Cheers > Tomas > > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x4CBAD314 > Function=glXGetCurrentContext+0x0 > Library=/usr/lib/libGL.so Try to use script called 'nv_check.sh' (http://www.icculus.org/lgfaq) - maybe you have files mixed from Mesa and nvidia ones? HTH, Max |
From: Tomas K. <kar...@ag...> - 2003-02-12 19:01:38
|
Thanks for the quick responce ! No problems with mixed drivers since all other GL apps work like a charm. I found an old posting with the same problem. Seems to be an bug that have been corrected in the latest CVS code. But then I can't get darn thing to compile :) Is there anyone that have latest CVS binaries (Linux x86) available for download ? Cheers Tomas ----- Original Message ----- From: "Max Gilead" <gi...@ye...> To: <gl4...@li...> Sent: Wednesday, February 12, 2003 7:26 PM Subject: Re: [gl4java-usergroup] GL4Java Nvidia crash ! > Tomas Karlsson wrote: > > Hi, All of my GL4Java apps craches when I try to launch them in Linux. > > I've had this problem before with the combination RedHat , Nvidia, > > GL4Java > > > > Any solutions ? > > > > Cheers > > Tomas > > > > > > An unexpected exception has been detected in native code outside the VM. > > Unexpected Signal : 11 occurred at PC=0x4CBAD314 > > Function=glXGetCurrentContext+0x0 > > Library=/usr/lib/libGL.so > Try to use script called 'nv_check.sh' (http://www.icculus.org/lgfaq) - > maybe you have files mixed from Mesa and nvidia ones? > > HTH, > Max > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > |
From: Pepijn V. E. <pep...@lu...> - 2003-02-12 22:42:25
|
I've built some at work. I will send them to you first thing tomorrow. Pepijn Van Eeckhoudt On woensdag, feb 12, 2003, at 19:56 Europe/Brussels, Tomas Karlsson wrote: > Thanks for the quick responce ! > > No problems with mixed drivers since all other GL apps work like a > charm. > I found an old posting with the same problem. Seems to be an bug that > have > been corrected in the latest CVS code. > > But then I can't get darn thing to compile :) > > Is there anyone that have latest CVS binaries (Linux x86) available for > download ? > > Cheers > Tomas > > ----- Original Message ----- > From: "Max Gilead" <gi...@ye...> > To: <gl4...@li...> > Sent: Wednesday, February 12, 2003 7:26 PM > Subject: Re: [gl4java-usergroup] GL4Java Nvidia crash ! > > >> Tomas Karlsson wrote: >>> Hi, All of my GL4Java apps craches when I try to launch them in >>> Linux. >>> I've had this problem before with the combination RedHat , Nvidia, >>> GL4Java >>> >>> Any solutions ? >>> >>> Cheers >>> Tomas >>> >>> >>> An unexpected exception has been detected in native code outside the >>> VM. >>> Unexpected Signal : 11 occurred at PC=0x4CBAD314 >>> Function=glXGetCurrentContext+0x0 >>> Library=/usr/lib/libGL.so >> Try to use script called 'nv_check.sh' (http://www.icculus.org/lgfaq) >> - >> maybe you have files mixed from Mesa and nvidia ones? >> >> HTH, >> Max >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> gl4java-usergroup mailing list >> gl4...@li... >> https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > |
From: Tomas K. <kar...@ag...> - 2003-02-13 15:27:26
|
Darn they didn't work :/ But thanks any way :) I'll try to compile the darn thing to se if that helps. Currently I'm stuck with these errors when compiling. A clue ? ----------- gcc: CNativeCode/OpenGL_X11.o: No such file or directory gcc: CNativeCode/OpenGL_misc.o: No such file or directory gcc: CNativeCode/OpenGL_JauJNI_funcs.o: No such file or directory gcc: CNativeCode/OpenGLU_JauJNI_funcs.o: No such file or directory gcc: CNativeCode/GLF_JNI_funcs.o: No such file or directory gcc: CNativeCode/OpenGL_X11.o: No such file or directory gcc: CNativeCode/OpenGL_misc.o: No such file or directory etc .. --------- Cheers Tomas On Thu, 2003-02-13 at 03:59, Pepijn Van Eeckhoudt wrote: > I hope these are recent enough to fix your problem. > > Pepijn > > Tomas Karlsson wrote: > > Great ! > > > > Thanks > > Tomas > > > > On Wed, 2003-02-12 at 17:42, Pepijn Van Eeckhoudt wrote: > > > >>I've built some at work. I will send them to you first thing tomorrow. > >> > >>Pepijn Van Eeckhoudt > >>On woensdag, feb 12, 2003, at 19:56 Europe/Brussels, Tomas Karlsson > >>wrote: > >> > >> > >>>Thanks for the quick responce ! > >>> > >>>No problems with mixed drivers since all other GL apps work like a > >>>charm. > >>>I found an old posting with the same problem. Seems to be an bug that > >>>have > >>>been corrected in the latest CVS code. > >>> > >>>But then I can't get darn thing to compile :) > >>> > >>>Is there anyone that have latest CVS binaries (Linux x86) available for > >>>download ? > >>> > >>>Cheers > >>>Tomas > >>> > >>>----- Original Message ----- > >>>From: "Max Gilead" <gi...@ye...> > >>>To: <gl4...@li...> > >>>Sent: Wednesday, February 12, 2003 7:26 PM > >>>Subject: Re: [gl4java-usergroup] GL4Java Nvidia crash ! > >>> > >>> > >>> > >>>>Tomas Karlsson wrote: > >>>> > >>>>>Hi, All of my GL4Java apps craches when I try to launch them in > >>>>>Linux. > >>>>>I've had this problem before with the combination RedHat , Nvidia, > >>>>>GL4Java > >>>>> > >>>>>Any solutions ? > >>>>> > >>>>>Cheers > >>>>>Tomas > >>>>> > >>>>> > >>>>>An unexpected exception has been detected in native code outside the > >>>>>VM. > >>>>>Unexpected Signal : 11 occurred at PC=0x4CBAD314 > >>>>>Function=glXGetCurrentContext+0x0 > >>>>>Library=/usr/lib/libGL.so > >>>> > >>>>Try to use script called 'nv_check.sh' (http://www.icculus.org/lgfaq) > >>>>- > >>>>maybe you have files mixed from Mesa and nvidia ones? > >>>> > >>>>HTH, > >>>>Max > >>>> > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>This sf.net email is sponsored by:ThinkGeek > >>>>Welcome to geek heaven. > >>>>http://thinkgeek.com/sf > >>>>_______________________________________________ > >>>>gl4java-usergroup mailing list > >>>>gl4...@li... > >>>>https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > >>>> > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>This sf.net email is sponsored by:ThinkGeek > >>>Welcome to geek heaven. > >>>http://thinkgeek.com/sf > >>>_______________________________________________ > >>>gl4java-usergroup mailing list > >>>gl4...@li... > >>>https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > >>> -- Tomas Karlsson <kar...@ag...> |