diff --git a/xalia-fixups.gudl b/xalia-fixups.gudl index 624bbb7d..2923b0fd 100644 --- a/xalia-fixups.gudl +++ b/xalia-fixups.gudl @@ -7,3 +7,9 @@ if (is_hwnd_syslink) { if (win32_class_name == "Rockstar Games Launcher Installer") { application_supports_gamepad: true; } + +if (win32_class_name >= "WindowsForms10." and win32_class_name < "WindowsForms10/") { + // Controls that delegate IEnumVariant in winforms can crash in Wine Mono when queried, don't touch them for now. + recurse: false; + interactable: false; +}