https://bugs.winehq.org/show_bug.cgi?id=57998
Bug ID: 57998 Summary: ClickOnce apps don't start after installing winetricks dotnet472 Product: Wine Version: 10.3 Hardware: x86-64 OS: MacOS Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maemigh@gmail.com
Created attachment 78259 --> https://bugs.winehq.org/attachment.cgi?id=78259 Console log of trying to start clickonce app
After using winetricks to install dotnet472, clickonce apps won't start.
A bunch of these errors show up 0158:err:ole:create_server class {20fd4e26-8e0f-4f73-a0e0-f27b8c57be6f} not registered 0158:err:ole:com_get_class_object no class object {20fd4e26-8e0f-4f73-a0e0-f27b8c57be6f} could be created for context 0x4
The following command attempts to start a sample hello world app. If it's relevant, it doesn't work on wine 10.0 or 10.3, but it does work on crossover 25.
wine .wine/drive_c/windows/syswow64/rundll32.exe dfshim.dll,ShOpenVerbApplication https://maemigh.github.io/HelloWorldClickOnce/published/HelloWorldClickOnce....