[Bug 32316] Autodesk 3ds Max 9 32-bit exits silently or crashes on startup with Wine-Mono

WineHQ Bugzilla wine-bugs at winehq.org
Mon Dec 21 14:49:45 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=32316

--- Comment #22 from Esme Povirk <madewokherd at gmail.com> ---
Taking a fresh look at this; there's a lot here and I've been having trouble
finding the important parts.

So, it sounds like the problem isn't necessarily which codepath we take, or
really the optimization. The problem is that the optimized codepath in
EventInfo.AddEventHandler doesn't wrap exceptions as an actual Invoke would.

RuntimePropertyInfo.GetValue appears to be a similar situation, where they have
the same sort of optimization, with a try/catch to wrap exceptions. So
presumably we can fix this upstream in a similar way.

-- 
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.



More information about the wine-bugs mailing list