-
Notifications
You must be signed in to change notification settings - Fork 5
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
Crash when opening large .pak files #5
Comments
So far I have only noticed this issue when opening data005.pak (base-game pak). I chalked it up to that file being different and never really thought too much of it, Are you having this issue with more than one pak? If so which pak(s) was it. |
Works for: |
Unfortunately, the released it crashes for files larger than 500MB |
Hey, appreciate the reply on here. My apologies for not looking into it. I made the library awhile back and now it needs to be rewritten a little bit to incorporate some new found knowledge I've learned on the PAK file structure. I can't make promises for a date and time but I can say that this project is in my scope currently. I would say you can expect an update within the month. Parsing was more of a prototype that I incorporated into this program for testing my Enforce grammar, but I don't think I will do much refining regarding it.
Yes I plan to create libraries for interacting with most filetypes used in Reforger. I only draw the line on encrypted formats as Bi has specifically voiced their opinion on such libraries. Currently the XOB format is lacking in information, but I will ask around and see if its okay legally to create such a library. |
hello, you have solved the problem with large files. You can share the new tool of your new version.??? |
Thank you for releasing this tool, it's great. I am experiencing crashing on certain, large mods. For example, when I try to unpack the data.pak in this mod, it crashes: I don't think it's caused by size, because the latter mod is bigger than the first but unpacks just fine. Thanks again for your work, hopefully this helps with troubleshooting. If there's any additional info I can provide to help, just let me know. |
@smithb895 Did you have any luck with your .pak extraction. I am also having similar issues. I'm not sure if flipper is still working on this tool. Great tool by the way ! :) |
https://github.com/youarebamboozled/Enfusion-pak-unpacker |
Would you be able to explain how to, or even share your customized version ? |
Awesome thanks @Rendszerguru - @claudejdev you will need to compile the source locally. |
https://github.com/Rendszerguru/PakEntpacker Fixed: The original Enfusion pak unpacker was truncating the end of files when decompressing localization.conf files. |
Works for small files (ca. 200MB) crashes when trying to open larger files (ca. 2GB)
The text was updated successfully, but these errors were encountered: