Initialize bug

Started by ville, July 06, 2007, 10:45:03

Previous topic - Next topic

ville

After updating to 1.1 I found that if I do IL.create() before I do any Display calls, I get this:
java.lang.LinkageError: Version mismatch: jar version is '9', native libary version is '8'
   at org.lwjgl.Sys.<clinit>(Sys.java:105)
   at org.lwjgl.opengl.Display.<clinit>(Display.java:111)

If I do any Display call before IL.create(), the program works alright.
Working on Ekapeli, a learning game for Finnish children.

Matzon

you have an old version of the native files interfering - somewhere...

princec

Even so.. should probably make behaviour consistent. How's it picking up an old version using one code path and a new version using another?

Cas :)

Matzon

if its in jre/ext or he forgot to download the optional package and extracted that on top