Startup error

Started by Russoul, June 11, 2016, 19:18:49

Previous topic - Next topic

Russoul

Getting this error message:
Version: 3.0.1 build 2
[LWJGL] 	 OS: Windows 10 v10.0
[LWJGL] 	JRE: 1.8.0_92 amd64
[LWJGL] 	JVM: Java HotSpot(TM) 64-Bit Server VM v25.92-b14 by Oracle Corporation
[LWJGL] Loading library (system): lwjgl
[LWJGL] 	Using SharedLibraryLoader...failed
[LWJGL] 	Loaded from java.library.path: native\lwjgl.dll
[LWJGL] [WARNING] Mismatch detected between the Java and native LWJGL libraries.
[LWJGL] ThreadLocalUtil state: UnsafeState
[LWJGL] MemoryUtil accessor: MemoryAccessorUnsafe
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.lwjgl.system.Pointer
	at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:562)
        ...



Previously I used 3.0.0a version, all worked fine. Today updated to 3.0.0 build 90 then got the above thingy. Also tried the latest nightly build (10 jun 2016) ending up with the same error. Could not find anything about it. Any help ?

Kai

Quote[WARNING] Mismatch detected between the Java and native LWJGL libraries.
It looks like you did not update the native/shared libraries in the "native" folder when upgrading LWJGL.
Make sure that the native/shared libraries in the "native" folder are from the same release that the lwjgl.jar file is from.

Russoul

Yeah ! Totally messed thing up ) Thanks.