10 Jun
2025
10 Jun
'25
9:30 a.m.
On Tue Jun 10 09:30:04 2025 +0000, Zhiyi Zhang wrote:
Thanks. I've added "TerminateProcess(GetCurrentProcess(), STATUS_FAIL_FAST_EXCEPTION);" to `RoFailFastWithErrorContextInternal2`. The docs say that this ends up calling `RaiseFailFastException` which would probably be a better choice (currently it does the same thing, but at some point it should raise a proper exception).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8244#note_106004