Hey there
My game freezes on start approximately when the green text usually appears.
Now, headsup, I'm on linux, but I think might have found which line is causing the issue.
Here's my log:
2025-11-26 17:20:50,892 [1] INFO D2RLAN.ViewModels.ShellViewModel - Memory Editing tasks begun, SkillIndex: 369
2025-11-26 17:20:50,894 [1] INFO D2RLAN.ViewModels.ShellViewModel - Memory Edits: Base Address of D2R: 0x140000000
2025-11-26 17:20:50,903 [1] INFO D2RLAN.ViewModels.ShellViewModel - Memory edits complete: 18/18 Operations and 69/69 Addresses.
2025-11-26 17:20:50,904 [1] ERROR D2RLAN.ViewModels.Drawers.HomeDrawerViewModel - Error applying mod fixes/settings: Specified argument was out of the range of valid values.```
I took a look at the github and checked the code, following the log messages.
My more-or-less educated guess of where the issue would be is:
`src/D2RLAN/D2RLAN/ViewModels/ShellViewModel.cs > line 4546 - TTS_Service.Start(this);`
I saw that this line was added 5 days ago, figured that it might be the culprit
Perhaps, having a setting to ignore TTS would be nice for those who have this issue?
Leave it on by default for accessibility, but have an option to turn it off if it causes problems?