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.