Box Connector by Thepattybeast 2016-04-18T19:37:00
Not working:
➜ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
christoph at ultron in ~/Downloads
➜ java -XstartOnFirstThread -jar Box\ Connector.jar
Core Engine: 0.14
GLFW Version: 3.1.2 Cocoa NSGL chdir menubar retina wm 2
java.lang.IllegalStateException: Please run the JVM with -XstartOnFirstThread.
at org.lwjgl.system.macosx.EventLoop.checkFirstThread(EventLoop.java:20)
at org.lwjgl.glfw.GLFW.glfwInit(GLFW.java:428)
at com.thepattybeastlabs.core.system.LWJGLSystem.createDisplay(LWJGLSystem.java:78)