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

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 3 12:23:28 CST 2021


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

--- Comment #27 from Bruni <earns.61 at gmail.com> ---
> Any exception raised by the runtime should be more specific than just Exception.

Yes, hence `catch (Exception ex)` won't ignore RuntimeException and will handle
it like it's a normal-execution-flow (of course, this isn't the case).

Perhaps it's expedient to replace `Exception` with `ArgumentException` in the
lines Nos. 115 and 188 in your patch.

BTW, could you please remove the lines Nos. 106-110 from your patch to
EventInfo.cs and bring the line no. 102 back, so that we see the result against
Mono testbox?

Those lines are seemingly not under test.

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