Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

btw when i press the f9 key when in the program it gives me this error "

BBS 0.7.2 (225d3b7) has crashed! Here is a crash stacktrace:

java.lang.NullPointerException

at mchorse.bbs.ui.framework.UIContext.shiftY(UIContext.java:410)

at mchorse.bbs.ui.framework.elements.UIScrollView.apply(UIScrollView.java:49)

at mchorse.bbs.ui.framework.elements.UIScrollView.childrenKeyPressed(UIScrollView.java:145)

at mchorse.bbs.ui.framework.elements.UIElement.keyPressed(UIElement.java:1054)

at mchorse.bbs.ui.framework.elements.UIElement.childrenKeyPressed(UIElement.java:1107)

at mchorse.bbs.ui.framework.elements.UIElement.keyPressed(UIElement.java:1054)

at mchorse.bbs.ui.framework.elements.UIElement.childrenKeyPressed(UIElement.java:1107)

at mchorse.bbs.ui.framework.elements.UIElement.keyPressed(UIElement.java:1054)

at mchorse.bbs.ui.framework.UIBaseMenu.handleKey(UIBaseMenu.java:169)

at mchorse.bbs.ui.utils.UIChalkboard.handleKey(UIChalkboard.java:137)

at mchorse.studio.StudioEngine.handleKey(StudioEngine.java:353)

at mchorse.bbs.core.input.KeyboardInput.lambda$init$0(KeyboardInput.java:35)

at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)

at org.lwjgl.system.JNI.invokeV(Native Method)

at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3397)

at mchorse.bbs.core.Engine.start(Engine.java:195)

at mchorse.studio.Studio.launch(Studio.java:117)

at mchorse.studio.Studio.main(Studio.java:70)"

looks like bbs tried to load graphics (probably a menu) and glfw failed.