LWJGL 2.0.1 Released!

Started by Matzon, November 26, 2008, 22:18:15

Previous topic - Next topic

Matzon

This is primarily a bug fix release to fix some native issue on mac and openal on linux - 64bit.
This also includes a bigger applet distribution, since we now include non-pack200 jars for mac tiger (still on 1.4, bah).
Also the LZMA package we used was for java 1.5, oops.

Also, using latest openal-soft on all platforms, except mac (which uses the old creative one or bundle).

https://sourceforge.net/project/showfiles.php?group_id=58488&package_id=54362&release_id=642951

elias4444

As always, thank you for your hard work!
=-=-=-=-=-======-=-=-=-=-=-
http://www.tommytwisters.com

bbjam

AWSOME  ;D thanks!

I use ubuntu64, but I haven't tried the openAL yet, looks like I will have a good first experience.

kappa

just downloaded the latest "lwjgl-2.0.1.zip", i'm on linux 32 bit, i'm getting the following error

Exception in thread "main" java.lang.LinkageError: Version mismatch: jar version is '16', native libary version is '17'
	at org.lwjgl.Sys.<clinit>(Sys.java:105)
	at org.lwjgl.opengl.Display.<clinit>(Display.java:128)


I've double checked my configuration but it seems as though the wrong linux natives are included in the package, any idea's?

Matzon

no, I think you must be mixing and matching versions ... check your jre/ext folder.
Not so long ago I checked that it worked fine on linux.

princec

Definitely works here too.

Cas :)