[Bug 56983] New: UI: Application using ModernWPF crashes, Windows.UI.ViewManagement.UISettings not implemented
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(a)winehq.org Reporter: madbyte(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56983 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Is there a precompiled version available? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56983 --- Comment #2 from Lars Loe <madbyte(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56983 Fabian Maurer <dark.shadow4(a)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(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56983 Lars Loe <madbyte(a)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(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56983 Lars Loe <madbyte(a)tuta.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.13 |10.0-rc4 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56983 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10.0-rc4 |9.13 --- Comment #5 from Fabian Maurer <dark.shadow4(a)web.de> --- Please don't change the reported version. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56983 Mohamad Al-Jaf <mowinebugs(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs(a)mail.com --- Comment #6 from Mohamad Al-Jaf <mowinebugs(a)mail.com> --- I tested this and it's been fixed in commit c6e1226eb908720de06c81e537f3d078daad2e87 https://gitlab.winehq.org/wine/wine/-/commit/c6e1226eb908720de06c81e537f3d07... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56983 Lars Loe <madbyte(a)tuta.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Lars Loe <madbyte(a)tuta.io> --- Can confirm that it works as expected now with windows version higher then `win81`. Thanks for the work Mohamad :) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56983 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 10.8. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla