jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
202 stars 119 forks source link

Webview crashing on Windows 11 in mtx_do_lock (release mode) #303

Open dickverweij opened 1 month ago

dickverweij commented 1 month ago

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

venky9885 commented 1 month ago

follow this https://github.com/YehudaKremer/msix/issues/272

venky9885 commented 1 month ago

this is caused due to misiing of msc.dll so follow issue in msix package bundling