-
Notifications
You must be signed in to change notification settings - Fork 171
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
Minimizing error #18
Comments
Hm, we should probably make minimization more lenient and not have it crash in case a file couldn't be deleted. We should instead just output a warning. |
I can reproduce this on windows. It appears to be an end-of-line issue with these resources in the Packr jar: minimize/soft and minimize/hard . Editing those files, removing some whitespace of an unclear type (it made notepad act strangely, at least, which makes me think it's a non-windows line ending), and replacing with the windows line ending appears to make it not crash with these resources. I can't verify that the exe runs due to another issue that I'll post separately. |
Thank you very much, @tommyettinger and @badlogic . We were having problems with a button and we couldn't use packr like we wished :( This troublesome button worked in the jar, but crashed in the exe when I was testing it on different versions of windows (XP, 7, 8.1...). We spent a lot of time working in this issue. As they didn't want to change the behaviour of the button, then I had to change the release software. I decided to use jsmooth to generate the exe, because the button worked well in all versions of windows. I'm sorry for recommending another software in my response. |
Hi guys:
I'm receiving this error message using openjdk-1.7.0-u60-unofficial-windows-i586-image.zip with soft profile:
I'm receiving another error message using openjdk-1.7.0-u60-unofficial-windows-i586-image.zip with hard profile:
Without minimizing I don't receive any error. Have I to use another jdk/jre?
Best regards!
The text was updated successfully, but these errors were encountered: