https://bugs.winehq.org/show_bug.cgi?id=49296
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@gmail.com ---
From the log:
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in <Module>:ZwUiStyleManager.getStyleNameList (ZwUiStyleManager modopt(System.Runtime.CompilerServices.IsConst)* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst),std.vector<ZwUiStyleName,std::allocator<ZwUiStyleName>
- modopt(System.Runtime.CompilerServices.IsImplicitlyDereferenced)): IL_039a:
shr
I don't know if this is the same issue (I'd have to see the IL to be sure), but I've seen another application try to shift an unmanaged pointer. https://github.com/madewokherd/mono/pull/3 might help, but probably easier is to install native .NET via winetricks.