solarisskunkwerks icon indicating copy to clipboard operation
solarisskunkwerks copied to clipboard

Patterns.zip not found

Open Necronic23 opened this issue 2 years ago • 2 comments

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:

  1. Go to SSW_0.7.6 folder
  2. Click on SSW.jar
  3. Error: could not load file: ./Data/Printing/patterns.zip

Expected behavior SSW.jar to load correctly

Desktop (please complete the following information):

  • OS: Ubuntu 23.04
  • Browser: Chrome
  • Version: 0.7.6

Additional context Have manually checked and patterns.zip is present and in Data/Printing/ folder.

Necronic23 avatar Apr 30 '23 01:04 Necronic23

It might be your default Zip handler, extracting the file, then loading the app worked for me.

iconals avatar Jul 19 '23 23:07 iconals

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?

Logic-32 avatar Apr 05 '24 02:04 Logic-32