Wpf App crashes with version 141.0.110 #5191
-
|
I am developing a Wpf app with .net Framework 4.8 and x86. My app contains the WebBrowser to navigate to an Url like http://localhost:3000. Now I updated Cef.Sharp to version 141.0.110 by using Nuget and my app crashes without any error prompt everytime I want to use the WebBrowser. If I switch to a common windows administrator (leaving the Kiosk mode), my app is working properly and is displaying the website. My setup is: Just let me know, if there are further information needed. Thanks for your support. Greetings, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Sounds a lot like you are missing correctly configured app.manifest see #5173 (comment) Confirm that Cef.AssertIsWindows10OrGreater() succeeds. Otherwise you'll need to get a crash dump and analyze the dump file. The same issue should have debugging links |
Beta Was this translation helpful? Give feedback.

Sounds a lot like you are missing correctly configured app.manifest see #5173 (comment)
Confirm that Cef.AssertIsWindows10OrGreater() succeeds.
Otherwise you'll need to get a crash dump and analyze the dump file.
The same issue should have debugging links