8 Jan
2025
8 Jan
'25
3:28 p.m.
International Rally Championship executes cli on startup and sti on exit, this currently crashes as an exception is thrown and isn't handled by the game. The ntdll:exception tests show that an exception is thrown on x86_64, i386 and WOW64 mode, however the game also runs fine when executed in a Windows 10 64bit VM (with 640x480 16bpp compatibility mode). It crashes when run in a Windows 8 32bit VM, so possibly something WOW64 related swallows the exception. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57381 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7113