[Bug 59646] New: Virtual Desktop Streamer: Assertion at Mono's prepare_run_main
http://bugs.winehq.org/show_bug.cgi?id=59646 Bug ID: 59646 Summary: Virtual Desktop Streamer: Assertion at Mono's prepare_run_main Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: --- From Bug54681 https://download.vrdesktop.net/files/VirtualDesktop.Streamer.Setup.exe SHA1 (March 13, 2023): 9bcfa9922a4aafd98a5f6c77b54e8e5b0b316b73 * Assertion at /builds/mono/wine-mono/wine-mono-11.0.0/mono/mono/metadata/object.c:4679, condition `is_ok (error)' not met, function:prepare_run_main, (null) assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.dll type:TypeInitializationException member:(null) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59646 KRosUser <kyle.kcsoftwares@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://download.vrdesktop. | |net/files/VirtualDesktop.St | |reamer.Setup.exe Distribution|--- |Ubuntu Keywords| |download -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59646 --- Comment #1 from Esme Povirk <madewokherd@gmail.com> --- It's an obfuscator causing problems: method to IR VirtualDesktop.Streamer.App:.cctor () created temp 0 (R16) of type System.Object converting (in B4: stack: 0) IL_0000: ldstr "App" converting (in B4: stack: 1) IL_0005: br.s IL_000e 1 item(s) on exit from B4 created temp 1 (R18) of type System.Object storing 0 to temp 1 converting (in B7: stack: 0) IL_0007: stsfld 0x0400034b exiting due to invalid ilconverting method void System.InvalidProgramException:.ctor () This IL is invalid because IL_0007 has no prior instructions that flow into it, and therefore according to the spec it should expect a stack size of 0, but stsfld needs at least one item on the stack. -- 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.
participants (1)
-
WineHQ Bugzilla