LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: ville on July 06, 2007, 10:45:03

Title: Initialize bug
Post by: ville on July 06, 2007, 10:45:03
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.
Title: Re: Initialize bug
Post by: Matzon on July 06, 2007, 12:11:49
you have an old version of the native files interfering - somewhere...
Title: Re: Initialize bug
Post by: princec on July 06, 2007, 13:31:35
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 :)
Title: Re: Initialize bug
Post by: Matzon on July 06, 2007, 13:45:04
if its in jre/ext or he forgot to download the optional package and extracted that on top