Trying to run a freshly built and packaged dedicated server on linux results in this error:
error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory
I found the other answerhub post related to building
https://forums.unrealengine.com/unreal-engine/announcements-and-releases/124617-unreal-engine-4-17-released/page4
and
After compiling the most recent github release tag “4.17.1-release”, and packaging my project for Linux as a development build, I get an error when trying to run it: /home/ramon/Sources/Stage9-VXGI/Build/LinuxNoEditor/Stage9/Binaries/Linux/Stage9:...
Async Loading and Event Driven loading are disabled.
Please advise.
Hey,
This is holding me up as well. If anyone can chime in please do.
RCL
September 11, 2017, 8:02pm
3
Could you please elaborate on repro steps? In particular, what project are you packaging and whether that project have WebBrowser plugin enabled?
RCL
September 11, 2017, 8:55pm
4
Thanks for the clarification. I’ll try to repro and get the JIRA in - should be an easy fix.
Hi RCL!
This is a fairly basic third person example project using online subsystem facebook. With the new “LoginFlow” functionality, OSS facebook uses the CEF web browser in-engine on the client. I don’t think the server needs CEF for anything, so I’m not sure why it’s throwing this error.
RCL
September 12, 2017, 5:06pm
6
Should be fixed in this commit , which will be in 4.17.2. Thanks for reporting!
Thank you RCL! Really appreciate the fast responses and fix! =)