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

Patterns.zip not found #303

Open
Necronic23 opened this issue Apr 30, 2023 · 2 comments
Open

Patterns.zip not found #303

Necronic23 opened this issue Apr 30, 2023 · 2 comments

Comments

@Necronic23
Copy link

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.

@iconals
Copy link

iconals commented Jul 19, 2023

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

@Logic-32
Copy link

Logic-32 commented Apr 5, 2024

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?

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