AssetRipper / AssetRipper

GUI Application to work with engine assets, asset bundles, and serialized files
https://assetripper.github.io/AssetRipper/
GNU General Public License v3.0
4.21k stars 554 forks source link

[Bug]: Disabled Load Button on Mac #1544

Open Vangalist opened 2 weeks ago

Vangalist commented 2 weeks ago

Are you on the latest version of AssetRipper?

Yes, I'm on the latest release of AssetRipper.

Which release are you using?

MacOS Arm64

Which game did this occur on?

https://play.google.com/store/search?q=block+blast&c=apps

Which Unity version did this occur on?

Could not choose an Apk file.

Is the game Mono or IL2Cpp?

Unknown

Describe the issue.

Steps to reproduce.

  1. Download AssetRipper_mac_arm64
  2. Navigate terminal to corresponding file.
  3. Run "chmod +x AssetRipper.GUI.Free" command
  4. Run "./AssetRipper.GUI.Freee" command
  5. Error Pops Up
  6. Give Permission on Privacy & Security
  7. Run "./AssetRipper.GUI.Freee" command
  8. Page Opens and when i try to open load File Load Button is not Enabled Screenshot 2024-11-11 at 10 45 09

Relevant log output

AssetRipper.log

github-actions[bot] commented 2 weeks ago

Thank you for submitting your first issue here. Please be sure you have uploaded your AssetRipper.log file. It is in the same folder as the exe file. :)

ds5678 commented 2 weeks ago

You have to paste a path. I'm sorry for the confusion. I could have made that more clear in the UI.

Vangalist commented 2 weeks ago
Screenshot 2024-11-11 at 12 43 32

Thanks for replying so quickly. Unfortunately, when I paste the address, it still doesn’t work. Could you advise on any further steps I should take or check if there’s something I might be missing? Thank you!

ds5678 commented 2 weeks ago

Bizarre. I may have to find a Mac and see what's going on.

You can use your browser inspect tools to check for any errors in downloading things like Vue.

Vangalist commented 2 weeks ago

I found the solution! I had to decompile the APK with APK Tool twice, and then it worked. Thanks