Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I couldn't get the game to run. So I installed JRE and tried loading it from the CLI and got an error, but ultimately I move the desktop-1.0.jar to the main folder and double clicked it and the game runs. But I can't start it from the EXE.

PS C:\moonbase-win\game> java -jar -d64 desktop-1.0.jar 

MewnBase v1.0 | OS: Windows 11

MewnBase launch args:

[MewnBase] MoonBase.coreFolder = data/

com.badlogic.gdx.utils.GdxRuntimeException: Can't find the data folder here:data/

        at com.cairn4.moonbase.MoonBase.create(MoonBase.java:137)

        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:416)

        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:366)

        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:192)

        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:166)

        at com.cairn4.moonbase.desktop.DesktopLauncher.main(DesktopLauncher.java:57)

Exception in thread "main" java.lang.NullPointerException

        at com.cairn4.moonbase.desktop.DesktopLauncher.main(DesktopLauncher.java:76)