flutter_windows_notification icon indicating copy to clipboard operation
flutter_windows_notification copied to clipboard

Crash on Windows 11 - v10.0.26100 (4652)

Open mlb5000 opened this issue 4 months ago • 0 comments

After the latest Windows Update this appears to be crashing anytime I try to present the notification.

OS Version: Windows 10.0.26100 (4652)
Report Version: 104

Crashed Thread: 5348

Application Specific Information:
Fatal Error: Unhandled C++ Exception / 0x7ffe923e7f9a

Thread 5348 Crashed:
0   KERNELBASE.dll                  0x7ffe923e7f9a      RaiseException
1   VCRUNTIME140.dll                0x7ffe87095266      _CxxThrowException (throw.cpp:81)
2   windows_notification_plugin.dll 0x7ffe7037f682      <unknown>
3   windows_notification_plugin.dll 0x7ffe703717da      <unknown>
4   <unknown>                       0x1ce45bd0f08       <unknown>
5   windows_notification_plugin.dll 0x7ffe703780d0      <unknown>
6   windows_notification_plugin.dll 0x7ffe70379be7      <unknown>
7   windows_notification_plugin.dll 0x7ffe703717a0      <unknown>
8   windows_notification_plugin.dll 0x7ffe70394928      <unknown>
9   ntdll.dll                       0x7ffe94a0f163      RtlAllocateHeap
10  ucrtbase.dll                    0x7ffe9206e0fa      free_base

mlb5000 avatar Aug 19 '25 13:08 mlb5000