Hi,
I am trying to update to the latest Slick.jar which uses the the latest version of LWGJL(2.8.5) and some bug fixes:
https://bitbucket.org/kevglass/slick/changesetsYou'll see the commit of:
https://bitbucket.org/kevglass/slick/ch ... c5ef8a7071But, I get some odd graphic issues with TWL:

I've had this issue before. It happened when the binaries are out of sync with something. I've replaced all of my binaries that Slick uses and I am still having the issue. So I downloaded TWL and then put the new TWL jars - no go still having the above issue.
So then I checked the lwjgl.jar file for the TWL build and it was version 23 while the Slick's LWJGL binaries are now 24:
Code:
Exception in thread "main" java.lang.LinkageError: Version mismatch: jar version is '23', native library version is '24'
at org.lwjgl.Sys.<clinit>(Sys.java:118)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:34)
at vizkiansectors.drivers.VSDriver.main(VSDriver.java:47)
I think this is my problem (not sure what else to try at this point). I did restore everything from a previous update that runs with LWJGL 2.8.2 and from a Slick build from a few months ago. It worked. I also managed to use the new Slick build without updating the LWJGL binaries and it worked.
So I think TWL needs to be updated if I want to use the most recent LWJGL build?
Thanks!