[Bug 46014] Estlcam 11.x (.NET 4.x app) crashes on startup with Wine-Mono

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jul 2 15:53:52 CDT 2021


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

--- Comment #6 from Esme Povirk <madewokherd at gmail.com> ---
The exception is because mono's Conversion.Hex converts from ulong to long,
which breaks if the value >= 2**63. After fixing that, I get a
NullReferenceException which happens because WindowsFormsApplicationBase does
not call the Startup event.

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