https://bugs.winehq.org/show_bug.cgi?id=54144
Bug ID: 54144 Summary: SmartViewer fails with wine-mono Product: Wine Version: 7.22 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 73676 --> https://bugs.winehq.org/attachment.cgi?id=73676 Log
For installation you must use a 64bit prefix, else it fails. Then run the program "drive_c/Program Files (x86)/Samsung/SmartViewer3.0/Bin/SmartViewerMain.exe"
It fails with
Assertion at /vagrant/mono/mono/metadata/cominterop.c:673, condition `ic' not met
https://bugs.winehq.org/show_bug.cgi?id=54144
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Summary|SmartViewer fails with |SmartViewer 4.9 fails with |wine-mono |wine-mono URL| |https://www.hanwhasecurity. | |com/product/smartviewer/
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Archived at https://web.archive.org/web/20221214142514/https://www.hanwhasecurity.com/do...
https://bugs.winehq.org/show_bug.cgi?id=54144
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=54144
--- Comment #2 from Esme Povirk madewokherd@gmail.com --- cominterop_get_interface is called with a NULL MonoClass. I think that when an object type field has UnmanagedType.Interface marshaling, mono_cominterop_emit_object_to_ptr_conv tries to marshal it as a class but can't get a type for the interface.