flutter-webview-windows icon indicating copy to clipboard operation
flutter-webview-windows copied to clipboard

Webview crashing on Windows 11 in mtx_do_lock (release mode)

Open dickverweij opened this issue 7 months ago • 2 comments

When starting a webview to show HTML content on a Windows flutter app we get the crash in release mode. If we run the same code in debug mode the webview is working fine.

According to the call stack image

Unhandled exception at 0x00007FF9D83F2AF0 (msvcp140.dll) in XXXXXX.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

image

dickverweij avatar Jul 18 '24 14:07 dickverweij