Perfare / AssetStudio

AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
MIT License
12.94k stars 2.5k forks source link

Lz4 decompression error - bundle #1027

Open v0lv opened 2 years ago

v0lv commented 2 years ago

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

Akarinnnnn commented 2 years ago

1020

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

v0lv commented 2 years ago

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?