https://bugs.winehq.org/show_bug.cgi?id=57749
Bug ID: 57749 Summary: Application crashes when ToastNotification from Windows.UI.Notifications used Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gudvinr+wine@gmail.com Distribution: ---
Application I run uses Windows.UI.Notifications.ToastNotification class (https://learn.microsoft.com/en-us/uwp/api/windows.ui.notifications.toastnoti...)
Apparently, when it tries to show notification, app crashes:
System.TypeLoadException: Could not find Windows Runtime type 'Windows.UI.Notifications.ToastNotification'
https://bugs.winehq.org/show_bug.cgi?id=57749
--- Comment #1 from gudvinr+wine@gmail.com --- Created attachment 77953 --> https://bugs.winehq.org/attachment.cgi?id=77953 exception trace