in my experience the typical behavior is that left clicking first is unnecessary in most applications. Right click a desktop icon without selecting it first, for example. Its just not a great desktop user experience... extra steppy and anything but obvious
mailordergod
Recent community posts
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)
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 :)
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 ;)