https://bugs.winehq.org/show_bug.cgi?id=42052
Bug ID: 42052 Summary: ePanel Pearson Desktop crashes in wine-mono Product: Wine Version: 1.9.22 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: arabek+wine@gmail.com
Created attachment 56534 --> https://bugs.winehq.org/attachment.cgi?id=56534 wine debugger backtrace
While trying to run PearsonDesktop with wine i get strange output to the terminal window:
[ arab: ~/.wine/drive_c/Program Files/ePanel Pearson ]$ wine PearsonDesktop.exe Unknown heap type: #GUlD
Unknown heap type: #Blop
Unhandled Exception: System.TypeInitializationException: The type initializer for 'PearsonDesktop.Program' threw an exception. ---> System.InvalidProgramException: Invalid IL code in eIOTCwgtN7fvJXNYMS.emYpxP33xAq8jO8oJ1:eopWKtZX1 (int): IL_00c7: stloc.s 12
at PearsonDesktop.Program..cctor () <0x27f1220 + 0x0005f> in <filename unknown>:0 --- End of inner exception stack trace --- [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'PearsonDesktop.Program' threw an exception. ---> System.InvalidProgramException: Invalid IL code in eIOTCwgtN7fvJXNYMS.emYpxP33xAq8jO8oJ1:eopWKtZX1 (int): IL_00c7: stloc.s 12
at PearsonDesktop.Program..cctor () <0x27f1220 + 0x0005f> in <filename unknown>:0 --- End of inner exception stack trace ---
When running with: WINEDEBUG=warn+all wine PearsonDesktop.exe the output is different, and the program crashes to wine crash debugger window instead.
I'm attaching the console and backtrace output.