Uncaught exception thrown in Thread[jME3 Main,5,main]
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key gui.registerlayer.registerinfo
at java.util.ResourceBundle.getObject(Unknown Source)
at java.util.ResourceBundle.getString(Unknown Source)
at I.s.b(SourceFile:191)
at I.s.<init>(SourceFile:89)
at content.Game.initApplication(SourceFile:1014)
at commons.JIWApplication.initialize(SourceFile:231)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:211)
at java.lang.Thread.run(Unknown Source)
---------
Started the game up, the game hung for a bit on a black screen, then spat out that error for me.