jnschulze / flutter-webview-windows

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

Webview crashing in windows 11 #298

Open venky9885 opened 4 days ago

venky9885 commented 4 days ago

I installed webview2 runtime this webview working in some systems but mostly application was crashed when webview controller initializing time.

OS version - Windows 11 pro Flutter version - 3.22.2 Dart version - 3.4.3

venky9885 commented 4 days ago

Error find from Event Viewer Faulting module name: MSVCP140.dll, version: 14.26.28804.1, time stamp: 0x5e9b29e5 Exception code: 0xc0000005

venky9885 commented 4 days ago

Some work around

I had that issue too last week, but it was unrelated to my dependencies. Kindly check if your generated output directory contains the necessary Visual C++ Redistributable files as listed here