ztellman / penumbra

not under active development - idiomatic opengl bindings for clojure
354 stars 43 forks source link

Problem with suggested version of JWLGL #36

Closed ghost closed 11 years ago

ghost commented 13 years ago

Hi.

I had an issue with the version of JWLGL included in the dependencies of the example project.clj file in the wiki. On my Linux machine (and possibly due to my hardware configuration or driver) app/start crashed showing the following backtrace:

colorSamples [Thrown class java.lang.NoSuchFieldError]

Backtrace: 0: org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method) 1: org.lwjgl.opengl.LinuxDisplayPeerInfo.(LinuxDisplayPeerInfo.java:52) 2: org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684) 3: org.lwjgl.opengl.Display.create(Display.java:854) 4: org.lwjgl.opengl.Display.create(Display.java:784)

I'm still not sure what caused the problem, but it went away when I upgraded JWLGL to version 2.7.1.

For the record: I'm running Ubuntu 11.04 32-bit on a laptop with the Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller.

ztellman commented 13 years ago

Thanks for the report, I'll update to the latest LWJGL when I get a chance.

On Sun, Jul 10, 2011 at 4:58 PM, bufferunderpants reply@reply.github.com wrote:

Hi.

I had an issue with the version of JWLGL included in the dependencies of the example project.clj file in the wiki. On my Linux machine (and possibly due to my hardware configuration or driver) app/start crashed showing the following backtrace:

colorSamples  [Thrown class java.lang.NoSuchFieldError]

Backtrace:  0: org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)  1: org.lwjgl.opengl.LinuxDisplayPeerInfo.(LinuxDisplayPeerInfo.java:52)  2: org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684)  3: org.lwjgl.opengl.Display.create(Display.java:854)  4: org.lwjgl.opengl.Display.create(Display.java:784)

I'm still not sure what caused the problem, but it went away when I upgraded JWLGL to version 2.7.1.

For the record: I'm running Ubuntu 11.04 32-bit on laptop with the Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller.

Reply to this email directly or view it on GitHub: https://github.com/ztellman/penumbra/issues/36