https://bugs.winehq.org/show_bug.cgi?id=31430
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Microsoft HealthVault |Microsoft HealthVault |Connection Center 4.1 fails |Connection Center v4.1 |to run with Wine-Mono |(.NET 4.0 app) crashes on | |startup with | |'System.InvalidProgramExcep | |tion: Invalid IL code' with | |Wine-Mono URL|http://go.microsoft.com/fwl |https://web.archive.org/web |ink/?LinkID=127972 |/20210205222942/http://file | |1.softsea.com/download/e36e | |536d/44d2784d2412cef3c26ac6 | |57fa4c4c56/PC_Access_Contro | |l/HealthVaultConnectionCent | |erv4.1-Win7.exe Status|NEEDINFO |NEW
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20210205222942/http://file1.softsea.com/download...
Still crashes but with different signature. Possibly next problem.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Microsoft HealthVault/Connection Center
$ wine ./ConnectionCenter.exe
0024:fixme:msvcm:CrtImplementationDetails_RegisterModuleUninitializer 0D954878: stub
Unhandled Exception: System.InvalidProgramException: Invalid IL code in <Module>:HsPnPListener.DoTask (HsPnPListener* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst)): IL_0152: call 0x0a000019
at (wrapper native-to-managed) <Module>.HsPnPListener.DoTask(HsPnPListener* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst)) at <Module>.CHsTask.ThreadProc (System.Void* pData) [0x00012] in <f5ef3b2e1f6544ef9a1c9e59804885c4>:0 at (wrapper native-to-managed) <Module>.CHsTask.ThreadProc(void*) [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in <Module>:HsPnPListener.DoTask (HsPnPListener* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst)): IL_0152: call 0x0a000019
at (wrapper native-to-managed) <Module>.HsPnPListener.DoTask(HsPnPListener* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst)) at <Module>.CHsTask.ThreadProc (System.Void* pData) [0x00012] in <f5ef3b2e1f6544ef9a1c9e59804885c4>:0 00fc:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub at (wrapper native-to-managed) <Module>.CHsTask.ThreadProc(void*)(0D2C6644) stub --- snip ---
'Microsoft.Health.DeviceManagement.dll' is a mixed mode assembly.
$ sha1sum HealthVaultConnectionCenterv4.1-Win7.exe fa87f1af92a685885e0ef8fa53940d7c29b9eb32 HealthVaultConnectionCenterv4.1-Win7.exe
$ du -sh HealthVaultConnectionCenterv4.1-Win7.exe 12M HealthVaultConnectionCenterv4.1-Win7.exe
$ wine --version wine-6.1
Regards