Open Necronic23 opened 1 year ago
It might be your default Zip handler, extracting the file, then loading the app worked for me.
I had a similar problem on Windows. My issue was that I wasn't running SSW.jar from the SSW_0.7.6.1 folder. E.g.
Instead of:
java -jar SSW_0.7.6.1\SSW.jar
I had to:
cd SSW_0.7.6.1
java -jar SSW.jar
Which should be roughly the same as what you're doing. But, I'd guess Ubuntu isn't setting the working directory correctly when you do that?
Describe the bug An error message occurs when trying to open SSW.jar, and SSW.jar will not load, same issue with SAW.jar
To Reproduce Steps to reproduce the behavior:
Expected behavior SSW.jar to load correctly
Desktop (please complete the following information):
Additional context Have manually checked and patterns.zip is present and in Data/Printing/ folder.