-
Notifications
You must be signed in to change notification settings - Fork 226
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
[Bug] Error: Unable to access jarfile Tachidesk.jar #374
Comments
I had a similar issue with from this: #!/bin/sh
exec /usr/bin/java -Dsuwayomi.tachidesk.config.server.webUIInterface=electron -Dsuwayomi.tachidesk.config.server.electronPath=/usr/bin/electron -jar /usr/share/java/tachidesk-server/tachidesk-server.jar to this: #!/bin/sh
exec ./jre/bin/java -Dsuwayomi.tachidesk.config.server.webUIInterface=electron -Dsuwayomi.tachidesk.config.server.electronPath=./electron/electron -jar ./Tachidesk-Server.jar |
other scripts also had similar issue. |
I've introduced this bug on 291a239 then fixed it on 7195a30 and it will take effect on the next release. Thanks for reporting the issue 👍🏽 |
That makes sense. I'll make a PR to solve it. |
Device information
Steps to reproduce
Expected behavior
The program should have launched
Actual behavior
Received an error
Error: Unable to access jarfile Tachidesk.jar
Other details
I was able to resolve this by renaming the bundled jar file
Tachidesk-Server.jar
toTachidesk.jar
The text was updated successfully, but these errors were encountered: