-
Notifications
You must be signed in to change notification settings - Fork 37
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
"View as Text"/"Save to File" buttons do not function #10
Comments
Hi, is there any error message or output in the debug console (File->Debug console)? |
Also if you could somehow share the HFV file I could take a look at it, see what's going on for myself. |
The HFV file was just one example. I'm hesitant to share it here because it contains sensitive information on it. The program does the same thing with every HFS image I've tested. Exception in thread "AWT-EventQueue-0" org.catacombae.io.RuntimeIOException: Stream is closed! |
This was really quite simple to reproduce and a fix has been put on the 'proposed' branch (4092990). Let me know if the fix is valid. |
Sorry, I'm having a heck of a time trying to build it. What are all the tools I need, and which batch files should I run? (I'm just so used to building from a Visual Studio solution, or using MinGW.) |
You'll need Oracle's JDK (https://java.sun.com) and also Apache Ant (https://ant.apache.org). Then after all the paths are set up (i.e. the javac and ant commands work in a shell) the command should be 'ant build-all'. |
Thank you! It works. |
That was a bug in a core I/O class that has now been fixed. It extracted too much data to the point that it overflowed the bounds of the resource fork entry. 984ec4b should fix it. |
And that fixed that one! Thank you so much! I'm marking this as closed now. |
Hello,
I am trying to extract resources from several classic Mac applications, but the buttons in the resource fork tab do not seem to do anything.
Example: A freeware Mac program called "99 Bottles" (which sings the infamous "99 Bottles of Beer" song at various speeds) contains several sound files. Here are the steps I take to attempt to extract one:
Expected behavior: It should have saved a file with the name I gave it in the place I specified.
Also, the "View as Text" button doesn't seem to do anything either.
HFSExplorer: 0.23.1, Build 230100 (latest)
OS: Windows 10, Build 1903
Java Runtime Environment: 1.8.0_261 (EDIT: Installed that version after original post; update did not fix it)
Any help would be appreciated!
-Johnny
The text was updated successfully, but these errors were encountered: