-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Code which works in CEFSharp V126.2.180 does not function properly in V127.3.50 and above #4960
Unanswered
Spartan-Hex-Shadow
asked this question in
Q&A
Replies: 1 comment · 1 reply
-
Yes, major upstream changes. Check your log file for errors |
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
This is what my cef.log printed. Note, as stated, this issue does not occur in V126, but starts in 127
|
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Are there any big code changes (apart from the switching of the Cef.IsInitialized from a bool to a nullable bool) that would cause code that functions properly in V126.2.180 of CEF to fail in V127.3.50 and above?
Mine is a WinForms application which in V126.2.180 launches a browser window and loads the URL provided from a WSL file and functions perfectly as expected. In V127.3.50, it launches a browser window but its all white, and then it closes after a couple of seconds. The only code i changed was switching the Cef.IsInitialized to a nullable bool, that's it.
Beta Was this translation helpful? Give feedback.
All reactions