-
Notifications
You must be signed in to change notification settings - Fork 152
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
Decompression failed: #104
Comments
i found that unitypack can run well in the assetBundle that packing by the untiy2018, however, it crashed in the case of untiy2019 and untiy2020; |
I personally haven't run into this problem, but the file you provided indeed does cause this error. Solution: Patch utils.py and assetbundle.py to provide decompression for whatever they came up with this time. |
I encountered the same problem, is it solved now? |
you can try AssetStudio or AssetTool |
Experiencing this same issue. Non-CLI utilities not an option in my case. |
I have this issue since the latest HS version (updates to Unity 2019.4.21f1). Has anyone a fix for it? |
@robert-nix Hey Robert, sorry for the ping, but the repo doesn't seem too much maintained anymore, so I'm trying my last card :) |
i try to decpress an asset, then i get this problem.
how to figure it out?
unitypack\utils.py", line 10, in lz4_decompress
return decompress(data, size)
_block.LZ4BlockError: Decompression failed: corrupt input or insufficient space in destination buffer. Error code: 222
this is my assetbundle, thanks!
enemies.zip
The text was updated successfully, but these errors were encountered: