https://bugs.winehq.org/show_bug.cgi?id=57119
Bug ID: 57119 Summary: WPF app (VOCALOID) fails to initialize Markup Product: Wine Version: 9.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gauvain@govanify.com Distribution: ---
Created attachment 77011 --> https://bugs.winehq.org/attachment.cgi?id=77011 Crash log of VOCALOID 6
When trying to start VOCALOID 6, an exception is thrown on startup:
Exception Info: System.Windows.Markup.XamlParseException: Set property 'System.Windows.Controls.Primitives.ButtonBase.Command' threw an exception.
Trying to disable hardware acceleration through registry does not change the behaviour of the application, and trying to prevent library loading to prevent HW acceleration only leads to different kinds of crashes.
This exact bug was already present in VOCALOID 5 (so at least since 2018), and probably affects other WPF apps as well.
It is required to install dotnet48, dotnet60 and d3dcompiler_47 to get this far, otherwise the application crashes much earlier on within a clrcore->kernelbase call stack.