SchwarzerKaffee
New Member
Hello everybody,
when i try to run Terasology, i get the following error (see below). I'm using IntelliJ on a Mac OS X 10.7 system. The bug occurs with both, the latest 1.6 and 1.7 versions of Java.
I followed the instructions here http://wiki.movingblocks.net/Main/DevSetup to install the source and so on and so far everything went fine.
I already read something regarding the problem here http://lwjgl.org/forum/index.php/topic,4326.0.html but to be honest, i'm not very much into the interface between lwjgl and the underlying operating system and so I don't know if there is some kind of workaround (maybe an older version of lwjgl).
Is there anybody (maybe a terasology developer using Mac OS X) who can help me?
Thanks,
Rob
when i try to run Terasology, i get the following error (see below). I'm using IntelliJ on a Mac OS X 10.7 system. The bug occurs with both, the latest 1.6 and 1.7 versions of Java.
I followed the instructions here http://wiki.movingblocks.net/Main/DevSetup to install the source and so on and so far everything went fine.
I already read something regarding the problem here http://lwjgl.org/forum/index.php/topic,4326.0.html but to be honest, i'm not very much into the interface between lwjgl and the underlying operating system and so I don't know if there is some kind of workaround (maybe an older version of lwjgl).
Is there anybody (maybe a terasology developer using Mac OS X) who can help me?
Thanks,
Rob
Code:
Mai 07, 2012 2:47:23 PM org.terasology.game.TerasologyEngine init
Information: Initializing Terasology...
JavaVM WARNING: JAWT_GetAWT must be called after loading a JVM
Mai 07, 2012 2:47:24 PM org.terasology.game.TerasologyEngine initDisplay
Schwerwiegend: Can not initialize graphics device.
org.lwjgl.LWJGLException: Could not get the JAWT interface
at org.lwjgl.opengl.AWTSurfaceLock.lockAndInitHandle(Native Method)
at org.lwjgl.opengl.AWTSurfaceLock.access$100(AWTSurfaceLock.java:51)
at org.lwjgl.opengl.AWTSurfaceLock$1.run(AWTSurfaceLock.java:94)
at org.lwjgl.opengl.AWTSurfaceLock$1.run(AWTSurfaceLock.java:92)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.opengl.AWTSurfaceLock.privilegedLockAndInitHandle(AWTSurfaceLock.java:92)
at org.lwjgl.opengl.AWTSurfaceLock.lockAndGetHandle(AWTSurfaceLock.java:66)
at org.lwjgl.opengl.MacOSXCanvasPeerInfo.initHandle(MacOSXCanvasPeerInfo.java:57)
at org.lwjgl.opengl.MacOSXDisplayPeerInfo.doLockAndInitHandle(MacOSXDisplayPeerInfo.java:56)
at org.lwjgl.opengl.PeerInfo.lockAndGetHandle(PeerInfo.java:85)
at org.lwjgl.opengl.MacOSXContextImplementation.create(MacOSXContextImplementation.java:47)
at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
at org.lwjgl.opengl.Display.create(Display.java:875)
at org.lwjgl.opengl.Display.create(Display.java:782)
at org.terasology.game.TerasologyEngine.initDisplay(TerasologyEngine.java:272)
at org.terasology.game.TerasologyEngine.init(TerasologyEngine.java:78)
at org.terasology.game.Terasology.main(Terasology.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)