AssetStudio icon indicating copy to clipboard operation
AssetStudio copied to clipboard

Lz4 decompression error - bundle

Open v0lv opened this issue 2 years ago • 2 comments

Hi,

I am trying to get assets from an asset bundle which you download from the Google Drive link below. I attached it in a zip file as well. https://drive.google.com/file/d/1vqBfcN-EqTl50KpnCoA4eFwanT7sb_jv/view?usp=sharing bundleTest.zip

However, I am getting an error: System.IO.IOException: Lz4 decompression error, write -1 bytes but expected 253 bytes

I noticed there was someone with a similar issue before but the fix suggested there doesn't apply to my file. In my case there is only one occurence of 'UnityFS'. I found out that 0x0000002D corresponds to the 'expected bytes' value but it didn't really help me.

How can I get access to the files within this asset bundle with Asset Studio? I would really appreciate some help as I can't figure it out.

Thanks, v

v0lv avatar Jul 22 '22 22:07 v0lv

#1020 According to my experience, read -1 byte generally means the end of compression block

Akarinnnnn avatar Jul 24 '22 08:07 Akarinnnnn

#1020 According to my experience, read -1 byte generally means the end of compression block

Thanks. Do you know how to get around it and extract or even just preview the files?

v0lv avatar Jul 26 '22 09:07 v0lv