Winform - Unable to render when open a url with a big picture #4103
jinshiyx1989
started this conversation in
General
Replies: 1 comment 3 replies
-
Converting to discussion as this is unlikely a bug in CefSharp. X86 applications need to be made large address aware. See https://github.com/cefsharp/CefSharp/wiki/General-Usage#win32-out-of-memory |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What version of the product are you using?
95.7.141 (via NuGet)
What architecture x86 or x64?
x86
What version of .Net?
.Net 5.0.3
On what operating system?
Win7/Win10
Are you using WinForms, WPF or OffScreen?
WinForms
What steps will reproduce the problem?
Set url of ChromiumWebBrowser to https://img2.jiemian.com/101/original/20220428/165110594589138900.jpeg
Win7: the Cef of my application will crash when open a url with a picture(size:10332*5904)
Win10: my application can't Render the page
What is the expected output? What do you see instead?
Expected: Rendered page
Please provide any additional information below.
I was very confused that my application with .NetFramework can render the page
please help me, thank you!
Beta Was this translation helpful? Give feedback.
All reactions