Problem with JOGL in ONE pc

I have a program that work Ok in many PC. But in a particulary computer, it crash.

I installed the JVM and JOGL library and natives correctly, but the program throw this log
http://www.dcc.uchile.cl/~mvega/hs_err_pid1912.log

Some idea?

A lot of thanks.

“j com.sun.opengl.impl.windows.WGLExtImpl.dispatch_wglGetPbufferDCARB0(JJ)J+0”

What is a system specs (exact OS, graphics card and driver version)?

I suspect a buggy graphics card driver, see if card manufacturer has updates and/or try some other reference pack if one exist.

I’d have to agree with the buggy driver hypothesis. It looks like you have an SiS based graphics card which is definitely not among the top in terms of OpenGL reliability. NVidia chipsets have the best OpenGL driver support. ATI cards are second best. Intel, S3, SiS, etc. are all pretty much equally bad I’ve found so far.