Solaris-Skunk-Werks / solarisskunkwerks

66 stars 26 forks source link

Patterns.zip not found #303

Open Necronic23 opened 1 year ago

Necronic23 commented 1 year ago

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):

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

iconals commented 1 year ago

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

Logic-32 commented 7 months ago

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?