May 28, 2026
3:47 p.m.
http://bugs.winehq.org/show_bug.cgi?id=50583 --- Comment #5 from Dmitry Timoshkov <dmitry@baikal.ru> --- (In reply to Anastasius Focht from comment #2)
I've debugged the custom action multiple times and came to conclusion the C++ exception can't be avoided.
Probably __TRY/__EXCEPT around the custom DLL procedure call should be replaced either by vectored or unhandled exception handler because __TRY/__EXCEPT macros in Wine won't catch the exceptions generated by RaiseException(). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.