Replies: 1 comment
-
What are you doing with the browser? I've not seen any other reports of this null reference.
Without an example that reproduces the problem it's hard to say. I'd suggest you implement your own The http://cefsharp.github.io/api/88.2.x/html/P_CefSharp_Wpf_ChromiumWebBrowser_RenderHandler.htm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
we encountered an pretty interesting "object reference not set to an instance of an object"-Error. We're sadly not able to reproduce it constantly and I'm not sure if it's any mistake made by us. That's the reason, why I won't open an issue, yet. If you say it's more likely an issue topic, i'll start one.
CefSharp.Wpf Version 86.0.241.0
.NET Framework 4.7.1
Windows 10 x64 in an x86 Program
In some cases WritableBitmapRenderHandle.CreateOrUpdateBitmap in line 122 the bitmap seems to be null.
I think those are pretty rare cases. Do you have an idea in which cases the bitmap could become null in that part? And do you know how I'd be able to prevent that?
Beta Was this translation helpful? Give feedback.
All reactions