Unable to create display, NullPointerException in nglfwGetVideoMode

Started by phr00t, February 08, 2016, 20:17:39

Previous topic - Next topic

phr00t

Hey guys! Trying to help some people with a crash in my latest game, 5089:

http://steamcommunity.com/app/414510/discussions/1/412446292759964820/

OpenVR Initialize Result: Hmd Not Found (108)
Feb 04, 2016 6:33:36 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.1-5648
* Branch: master
* Git Hash: c99135e
* Build Date: 2016-01-27
Feb 04, 2016 6:33:36 PM com.jme3.app.Application handleError
SEVERE: Failed to create display
java.lang.NullPointerException
at org.lwjgl.system.Checks.checkPointer(Checks.java:100)
at org.lwjgl.glfw.GLFW.nglfwGetVideoMode(GLFW.java:999)
at org.lwjgl.glfw.GLFW.glfwGetVideoMode(GLFW.java:1019)
at com.jme3.system.lwjgl.LwjglWindow.createContext(LwjglWindow.java:161)
at com.jme3.system.lwjgl.LwjglWindow.initInThread(LwjglWindow.java:333)
at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:451)
at com.jme3.system.lwjgl.LwjglWindow.create(LwjglWindow.java:301)
at com.jme3.app.Application.start(Application.java:446)
at jmevr.app.VRApplication.start(VRApplication.java:288)
at Game.Main.StartGame(Main.java:213)
at Game.Main.main(Main.java:135)

Feb 04, 2016 6:33:36 PM com.jme3.system.lwjgl.LwjglWindow run
SEVERE: Display initialization failed. Cannot continue.


Few more details in the link above... any ideas what would cause this? :/