Game Crash

Hey, wanted to know if anyone is experiencing this problem too, when I hit start new game, enter my name, and start, it brings up this message:



java.lang.UnsatisfiedLinkError: /Applications/3079/3079.app/Contents/Resources/Java/liblwjgl.jnilib: Symbol not found: OBJC_CLASS$_NSOpenGLLayer Referenced from: /Applications/3079/3079.app/Contents/Resources/Java/liblwjgl.jnilib Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1827)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)

at java.lang.Runtime.load0(Runtime.java:770)

at java.lang.System.load(System.java:1020)

at org.lwjgl.Sys$1.run(Sys.java)

at java.security.AccessController.doPrivileged(Native Method)

at org.lwjgl.Sys.doLoadLibrary(Sys.java)

at org.lwjgl.Sys.loadLibrary(Sys.java)

at org.lwjgl.Sys.(Sys.java)

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

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



Can anyone help?

Uncheck advanced graphics. That should fix it



EDIT: seems different from what I got. Try what I said :slight_smile:

1 Like

Did unchecking “Advanced Graphics” help at all?



I was also wondering if the jMonkeyEngine team had seen this before… looks like something breaking in LWJGL… version mismatch or something?

1 Like

It could be a version mismatch, but LWJGL would’ve raised that in the console…

1 Like

I checked off advanced graphics and it still gives that message. Is there anything else that can solve it? If it helps. I am usng a Macbook Pro 10.5.8 with 2.26 GHz Intel Core 2 Duo processor and 2 GB 1067 MHz DDR3 memory.

Im getting the same error also running in OSX 10.5.8

Have you guys tried v2.3.1 yet? I’m wondering if that will help…

This issue is being fixed as we speak on the LWJGL side.

Mac OSX 10.6 does not have this issue, if you can upgrade to it please do.

1 Like
@Momoko_Fan said:
This issue is being fixed as we speak on the LWJGL side.
Mac OSX 10.6 does not have this issue, if you can upgrade to it please do.


... and that is why I wanted error reports to come here :P jMonkeyEngine's team knows what's up! :D
@phr00t said:
Have you guys tried v2.3.1 yet? I'm wondering if that will help...

2.3.1 was released? Gotta go check it out :/