We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
It might be your default Zip handler, extracting the file, then loading the app worked for me.
Sorry, something went wrong.
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?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: