https://bugs.winehq.org/show_bug.cgi?id=46155
--- Comment #17 from Anastasius Focht focht@gmx.net --- Hello Xantares,
--- quote --- Why ? I fixes the crash doesnt it ? --- quote ---
no, it doesn't fix anything with regards to the crashing application because at this point there is no intention to recover anymore.
https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhand...
--- quote --- Raises an exception that bypasses all exception handlers (frame or vector based). Raising this exception terminates the application and invokes Windows Error Reporting, if Windows Error Reporting is enabled. --- quote ---
From the user perspective the behavior would be same regardless if the stub is
implemented or not.
Figuring out the real reason for apps/frameworks calling 'RaiseFailFastException' in first place would be the proper approach.
Regards