forked from PojavLauncherTeam/PojavLauncher_iOS
-
Notifications
You must be signed in to change notification settings - Fork 227
[Bug] Mods like Modernfix will crash upon launch due to no Text2Speech library #192
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Mods that use the Narrator in any way will cause an immediate game crash because the Text2Speech library in this project is just a dummy implemention. This includes Modernfix due to it suppressing the Narrators stacktrace by mixing in to it. (Code here)
Other mods like Puzzles will also crash if installed alongside Borderless Mining, since their compatibility code uses the text2speech library to query the user's OS, which will cause a crash as it's not implemented. (Code here)
The log file and images/videos
Steps To Reproduce
1. Install any of the mods/combination of mods listed and launch the game
2. Games deadExpected Behavior
- Install the mods and launch the game
- Game works
Platform
- Device model: iPhone 16 Pro Max
- iOS version: 18.1.1
- Amethyst version: main/ba4a002Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working