https://bugs.winehq.org/show_bug.cgi?id=56983
Bug ID: 56983 Summary: UI: Application using ModernWPF crashes, Windows.UI.ViewManagement.UISettings not implemented Product: Wine Version: 9.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: madbyte@tuta.io Distribution: ---
Created attachment 76812 --> https://bugs.winehq.org/attachment.cgi?id=76812 Generated log file using WINEDEBUG=err+all,+debugstr
UI library: ModernWPF(https://github.com/Kinnara/ModernWpf)
Tried on latest Wine 9.13 devel release.
Log is in the attachments.
https://bugs.winehq.org/show_bug.cgi?id=56983
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Is there a precompiled version available?
https://bugs.winehq.org/show_bug.cgi?id=56983
--- Comment #2 from Lars Loe madbyte@tuta.io --- (In reply to Fabian Maurer from comment #1)
Is there a precompiled version available?
The application I'm trying to use is called SVM: https://hub.sp-tarkov.com/files/file/379-server-value-modifier-svm/#tab_4fad...
It depends on .NET Runtime 6 & .NET Framework 4.5+.
The application actually runs if the windows version of the prefix is set to win81. Using win10 or win11 results in the attached 'not implemented' error message.
https://bugs.winehq.org/show_bug.cgi?id=56983
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW URL| |https://hub.sp-tarkov.com/f | |iles/file/379-server-value- | |modifier-svm/#tab_4fadc7e0c | |67277c1838a1bccb56512958b86 | |1db4 Keywords| |download
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Confirming. This needs "winetricks arial" or it will crash. Also needs the installation of the .NET6 runtime, it offers to take you to the correct website.
With Win10 you need ings3_add_ColorValuesChanged returning S_OK Then it needs "52bb3002-919b-4d6b-9b78-8dd66ff4b93b" (IUISettings4). Didn't try stubbing those yet - so many bugs, so little time.
https://bugs.winehq.org/show_bug.cgi?id=56983
Lars Loe madbyte@tuta.io changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://hub.sp-tarkov.com/f |https://github.com/GhostFen |iles/file/379-server-value- |ixx/SVM/releases/download/v |modifier-svm/#tab_4fadc7e0c |1.10-H4/SVM.Server.Value.Mo |67277c1838a1bccb56512958b86 |difier1.10H4.zip |1db4 |
--- Comment #4 from Lars Loe madbyte@tuta.io --- Updated SVM version URL, updated wine to Wine 10.0-rc4.
Still same issue: https://gist.github.com/MadByteDE/0c4f1e433b6efb1307d79d3a4c0537ae
0024:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 00007FFFFE27B458): semi-stub 0024:fixme:ui:factory_QueryInterface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not implemented, returning E_NOINTERFACE. 0024:fixme:ui:factory_QueryInterface {00000003-0000-0000-c000-000000000046} not implemented, returning E_NOINTERFACE. 0024:fixme:ui:uisettings_QueryInterface {11d3b13a-180e-4789-a8be-7712882893e6} not implemented, returning E_NOINTERFACE. 0024:fixme:ui:uisettings_QueryInterface {11d3b13a-180e-4789-a8be-7712882893e6} not implemented, returning E_NOINTERFACE. 0024:fixme:ui:uisettings_QueryInterface {00000038-0000-0000-c000-000000000046} not implemented, returning E_NOINTERFACE. 0024:fixme:ui:uisettings3_add_ColorValuesChanged iface 00007FA83C7939B0, handler 00007FFFFEC5F4A8, cookie 00007FA84045EC58 stub! 0024:fixme:combase:GetRestrictedErrorInfo (00007FFFFE27C3A8) Unhandled exception. System.Windows.Markup.XamlParseException: Bei der Initialisierung von "ModernWpf.ThemeResources" wurde eine Ausnahme ausgelst.
https://bugs.winehq.org/show_bug.cgi?id=56983
Lars Loe madbyte@tuta.io changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|9.13 |10.0-rc4
https://bugs.winehq.org/show_bug.cgi?id=56983
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|10.0-rc4 |9.13
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Please don't change the reported version.