Profiler broke something

I’ve ran the profiler on Disenthral and when I tried to run the game by itself I’m getting this BS:



[java]

Exception in thread “LWJGL Renderer Thread” java.lang.LinkageError: Version mismatch: jar version is ‘23’, native library version is ‘24’

at org.lwjgl.Sys.<clinit>(Sys.java:118)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)

at java.lang.Thread.run(Thread.java:722)

BUILD SUCCESSFUL (total time: 0 seconds)

[/java]



The first time I ran the Profiler it didn’t build right, complained about some crap; a class not existing… Second try went fine, did some check up and then tried to run the game vanilla as I did so many times today and yesterday.



Anyone could shed some light on this?



FYI, the Profiler plugin wasn’t installed before, so I installed it. I will uninstall it and see how that goes…

Removing the plugin didn’t change squat.



I’m not a happy camper right now. :x

Removing the dll files in the game’s project directory fixes the issue.

This is weird. I know the profiler forces a build before running, but never had this problem myself. It would be interesting to find out why exactly it happened. Good thing you solved it tho. :smiley: