gomule-d2r
gomule-d2r copied to clipboard
Can't get it to work
I think I've followed all of the java instructions. I get 4 pages of errors. This is the first:
null
at randall.d2files.D2FileReader.getCounterBoolean(Unknown Source)
at randall.d2files.D2FileReader.getCounterInt(Unknown Source)
at randall.d2files.D2TblFile.
Thanks for your help. I just installed this after your update of 2 hours ago.
Do you see that when launching Gomule? or is that when trying to load a save file?
what version of gomule did you use? Try the latest one here if you didn't use it already https://github.com/pairofdocs/gomule-d2r/archive/refs/heads/main.zip
And what's your java version?
that's seen in a cmd window when you type in java -version
This is when I try to run the GoMule.jar
java version "1.8.0_291" - just installed today
I just tried the download provided and got the same error.
I truly appreciate your help.
Solved.
I had a program called "Breezip" installed that would try to run the .jar. I was using the "open with" to start it with Java.
I deleted the Breezip app and GoMule opens as it should.
Thank you very much for your time.
Ahh, good catch!
The problem happens when you execute the jar outside of its extracted folder, e.g. directly out of the zip. It cannot find the files and runs into NPE and other weird error conditions. I will eventually push a change that will display a reasonable error message and close the program.