CEF version #3651
oracularhades
started this conversation in
Engineering Discussion
CEF version
#3651
Replies: 1 comment 4 replies
|
There is a version of RedM/FiveM that is on CEF M140 however it is currently waiting on a fix by AMD for a VRAM memory leak related to OnAcceleratedPaint that is exclusive to AMD (see chromiumembedded/cef#3968). Updating just the cef_build_name.txt and CDN is not enough and you will not be able to compile it, there is major differences between the cfx m103 fork and M140/M141 which makes some key components of nui-core incompatible with modern CEF, FiveM also depends on a custom CEF fork and will not work as intended with the Spotify CDN build. |
4 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.
Hey everyone,
I've keyword searched this in discussions (so please be nice if someone else has asked this before).
What's with FiveM's Chromium version being 3 years out of date? I created a FiveM build w/ the latest CEF and there's no obvious issues. I haven't been able to test NUI due to authentication ticket limitations I haven't figured out, but everything else works fine.
Chromium being 3 years out of date is really concerning from a security point of view, considering how much arbitrary code gets thrown into CEF by perhaps less-than-competent server admins or malicious actors.
I'm trying to write a PR to move FiveM to the latest CEF/Chromium 🙃
All reactions