-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get it to work #8
Comments
Do you see that when launching Gomule? 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 |
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. |
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.(Unknown Source)
at randall.d2files.D2TblFile.readAllFiles(Unknown Source)
at gomule.gui.D2FileManager.(Unknown Source)
at gomule.gui.D2FileManager.(Unknown Source)
at gomule.GoMule$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Thanks for your help. I just installed this after your update of 2 hours ago.
The text was updated successfully, but these errors were encountered: