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

Garc Tool issues #95

Closed
Majickhat55 opened this issue Jan 17, 2017 · 1 comment
Closed

Garc Tool issues #95

Majickhat55 opened this issue Jan 17, 2017 · 1 comment

Comments

@Majickhat55
Copy link

Majickhat55 commented Jan 17, 2017

The tool works fine for unpacking but refuses to repack the same garc it JUST unpacked so it makes no sense to me. It gets to 99% and just crashes the program and doesn't show any errors. It's a general "this program has stopped working". I have tried it many times, even with a fresh garc it does the same thing sans edits. I'm on Windows 7HP x64 and the garc is a little over 1.2Gb. Any ideas?

EDIT: Forgot to mention, it doesn't even try to create a new garc. Nothing shows up while it's "packing" and the original garc's creation time doesn't change to reflect it building. If I delete the garc, nothing is created at all.

@kwsch
Copy link
Owner

kwsch commented Jan 17, 2017

All manual packing is done in RAM instead of with a FileStream. The program is probably crashing with an OutOfMemoryException; you'd have to explicitly compile the program in 64 bit mode so that it can pack with more than 2GB of RAM at its disposal.

The repacking was recently 'improved' for memory-stored GARCs (used by subforms), but the method that packs manually unpacked files has not been updated. I eventually need to simplify logic...

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