https://bugs.winehq.org/show_bug.cgi?id=56275
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to kdcadet from comment #5)
I did a git revert of that commit from tags/wine-9.4 and my TTS test passed. When reverting the commit, the only non-automatic revert was the deletion of dlls/msttsengine/tts.c, which I solved by simply doing git add dlls/msttsengine/tts.c then git revert --continue.
I'm not 100% sure but I think you could "fix" this by setting msttengine.dll to native in winecfg library tab. AFAIK MS Speech platform + MS Speech Zira comes with it's own msttsengine.dll so it worked before wine-8.21. After adding a the wine msttsegine.dll this one is likely be used and is not mature enough.
Could you check if the above is correct? ('WINEDEBUG=+loaddll wine balabolka,exe' will give you info whether native or builtin is used)