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.