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

Problem upon extraction of compressed file #77

Open
frozenteradactyl opened this issue Jul 14, 2019 · 2 comments
Open

Problem upon extraction of compressed file #77

frozenteradactyl opened this issue Jul 14, 2019 · 2 comments

Comments

@frozenteradactyl
Copy link

I am able to download and decompress the compressed file. However when I attempt to open the app, I get a message saying something like the file is corrupted. This happened on OS X Sierra. When I tried to open the app in Windows, the computer just hung and I had to reboot.

@robdotson
Copy link

This is also the case in OS X Catalina. Not sure if the problem is due to the unzipping (algorithm) or the app itself.

@robdotson
Copy link

I figured out the problem. The JDK the .app is compiled for is 8/9, which had OS X specific APIs which have been removed. The proofpad source will need to be recompiled with a newer version of Java, which doesn't require the OS X specific libraries (which in any case, are no longer needed).

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

2 participants