Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Error while reading assets file #1007

Closed
Carpethop opened this issue Jun 18, 2022 · 11 comments
Closed

Error while reading assets file #1007

Carpethop opened this issue Jun 18, 2022 · 11 comments

Comments

@Carpethop
Copy link

Hi, I'm trying to extract content from iOS game called "Warped Kart Racers", it wont open any of bundle file and only gives me same error and that's it, it seems like all bundle files encrypted or something else.
60c246403fec346bab75a9946bf572c7

@gef12
Copy link

gef12 commented Jun 18, 2022

open the file with a hex editor(HxD) and see the contents from the beginning

@Carpethop
Copy link
Author

Here what's inside
image

@gef12
Copy link

gef12 commented Jun 20, 2022

apparently it is not encrypted, it may be incompatibility with the program, if possible send the file so we can see if it is encrypted or not

@Carpethop
Copy link
Author

Carpethop commented Jun 20, 2022

Here's the file common_3ae18f21bef82222ac1c78cfe4bd3db5.zip

@gef12
Copy link

gef12 commented Jun 20, 2022

use
image

AssetBundleExtractor_3.0beta1_64bit, error in version.

@gef12
Copy link

gef12 commented Jun 20, 2022

@Carpethop
Copy link
Author

I tried to load decompressed bundle file in AssetStudio, but it still won't load image

@gef12
Copy link

gef12 commented Jun 20, 2022

version UnityFS 5.x.x 2020.3.29f1 not suported or bug, use https://github.com/SeriousCache/UABE/releases, to open and export the data

@Carpethop
Copy link
Author

I’ve already tried exporting the data, it gives me bunch of .dat files that won’t open in AssetStudio or Noesis even if I rename to FBX or other file formats that I think it was inside before extraction from bundle file.

@MisterPrawn
Copy link

You'll want to find the Unity version of that file in the hex editor (in this case 2020.3.29f1) and in Asset Studio, go under options, then Specify Unity version, then type/paste in the unity version in that box. Load the files again, and you should be good to go.

@Carpethop
Copy link
Author

You'll want to find the Unity version of that file in the hex editor (in this case 2020.3.29f1) and in Asset Studio, go under options, then Specify Unity version, then type/paste in the unity version in that box. Load the files again, and you should be good to go.

Oh, it actually working now, thank you so much for your tip about version 🙏🏻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants