Skip to content
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

Open
Slice0691 opened this issue Sep 25, 2021 · 5 comments
Open

Can't get it to work #8

Slice0691 opened this issue Sep 25, 2021 · 5 comments

Comments

@Slice0691
Copy link

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.

@pairofdocs
Copy link
Owner

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

@Slice0691
Copy link
Author

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.

@Slice0691
Copy link
Author

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.

@pairofdocs
Copy link
Owner

Ahh, good catch!

@wzurborg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants