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? :/
Looks like (https://github.com/jMonkeyEngine/jmonkeyengine/blob/c99135edaabcebbdb0474348cc8ab3e8b86d919b/jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglWindow.java#L161) your primary monitor cannot be detected by GLFW.
Also see: http://forum.lwjgl.org/index.php?topic=5888.0