Downloaded it from itch.io version 0.50.2.
Unzipped the package and double-clicked mewnbase.exe. Nothing happened. No error message. Nada.
Help?
Trying to launch the .jar via java -jar desktop-1.0.jar results in:
,,,\AppData\Roaming\itch\apps\mewnbase\game>java -jar desktop-1.0.jar
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:101)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:429)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:377)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:137)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:111)
at com.cairn4.moonbase.desktop.DesktopLauncher.main(DesktopLauncher.java:62)
Exception in thread "main" java.lang.NullPointerException
at com.cairn4.moonbase.desktop.DesktopLauncher.main(DesktopLauncher.java:81)
so I copied the data folder intpp the game folder and tried again, still cant launch via the .exe but it does open by launching the jar directly
*edit: of course, I could have avoided copying the data driectoroy if I'd run java -r game/desktop-1.0.jar from the apps/mewndata folder instead of running it from inside game/
*edit 2: See below, he clarified this rambling nonsense ;)
I just realised that I didn't install Java on on my system! Went to www.java.com and installed the latest JRE. It works now!
I feel so dumb... sorry for the confusion.
It's been so long since I've used Java...
So, I got over my annoyance at the launcher not working and played the game enough to realize it's pretty great. Enough so that I bought it again on steam. The steam installer installed some version or other of the visual c runtime and now both that and the itch version work... I'm not sure what version of the runtime it was, but take it for what its worth. This game is super fun :)
It looks like it needs the Microsoft Visual C++ 2010 Redistributable Package (x64) https://www.microsoft.com/en-us/download/details.aspx?id=14632 (I think dude updated the FAQ to include that tid bit)