straight-tamago / misakaX

iOS /iPadOS 16.0 - 18.0 / 18.1 beta 4, An ultimate customization tool, uilitizing the bug that makes TrollRestore possible.
Other
2.46k stars 78 forks source link

windows trollstore installer not working #320

Open HappyTigerV opened 2 weeks ago

HappyTigerV commented 2 weeks ago

when I use the trollstore installer feature, the program throws an error that it can't find the specific data file it need in the data folder, because Windows's data path uses "\", while macOS and Linux use "/".

I believe that it is quite easy to fix the bug, just replace the "/" with "\" in the path when the program detects itself running in Windows environment. However, misakaX is NOT open-source yet, so it is not possible for anyone to submit PRs to fix the bug.

Wish the bug will be fixed soon.

TedKim317 commented 2 weeks ago

try installing macos on virtualbox or vmware just for instance

HappyTigerV commented 2 weeks ago

temporary fixing method: modifying the data\sparserestore\install_trollstore.py and add from_path = from_path.replace("/", "\\") around line 27, after the function defining line.

then it successfully runned!

However, it leads to another issue that though my Tips app is successfully injected, it crashes when I launched the app 🥲.

Does iPadOS 17.2 support TrollStore? if not, that's probably the problem.