Replies: 1 comment 1 reply
-
Converting to discussion as Bug Report wasn't completed. Most often
Your process has run out of memory, if you are targeting Ideally target You should also profile your
There are likely others you can do your own research there. It might also be worth considering switching to https://www.nuget.org/packages/CefSharp.Wpf.HwndHost/ (think |
Beta Was this translation helpful? Give feedback.
-
System.NullReferenceException: Object reference not set to an instance of an object.
at CefSharp.Wpf.Rendering.WritableBitmapRenderHandler.<>c__DisplayClass4_0.b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
System.NullReferenceException: Object reference not set to an instance of an object.
at CefSharp.Wpf.Rendering.WritableBitmapRenderHandler.<>c__DisplayClass4_0.b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
at System.Windows.Media.Imaging.WriteableBitmap..ctor(Int32 pixelWidth, Int32 pixelHeight, Double dpiX, Double dpiY, PixelFormat pixelFormat, BitmapPalette palette)
at CefSharp.Wpf.Rendering.WritableBitmapRenderHandler.<>c__DisplayClass4_0.b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
CefSharp.Wpf Version="86.0.241"
Beta Was this translation helpful? Give feedback.
All reactions