-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGSEV crash when initializing CEF with unsupported lang (ie. LANG=foo
)
#261
Comments
You could try replacing your libcef.so with the one from this build. It's the build that the PPA is using but not stripped and probably? has the debug symbols. |
@Gol-D-Ace Thank you so much! That helped me find a workaround. It's due to localization! This works:
I don't know if it's because CEF supports |
LC_ALL=nn_NO.UTF-8
LC_ALL=nn_NO.UTF-8
LANG=foo
)
So figured out a even smaller test case which should work, just start with |
Could you test if this happens with the unstable PPA version? sudo add-apt-repository ppa:obsproject/obs-studio-unstable The unstable PPA is using a newer CEF version. |
Still crashes. But
However, when using my |
Platform
Operating system and version: Ubuntu 20.10
OBS Studio version: OBS Studio - 26.1.1 (linux) (from official Ubuntu PPA:
26.1.1-0obsproject1~groovy
)LANG =
nn_NO.UTF-8
Expected Behavior
Should be able to add Browser plugin. (this is not about opening up a file picker, can't get that far)
Current Behavior
Crashes with segmentation fault in
libcef.so
.Somewhat useful stack trace:
Steps to Reproduce
LANG=foo obs
(I hadnn_NO.utf8
, but seems you just need something CEF doesn't support)Create/Select Source
come up, it says "Create new"Additional information
It works on my other laptop which is Ubuntu 20.04. It also has
nn_NO.UTF-8
, but I don't have it here, so can't check if there's any relevant differences.The obs log:
The text was updated successfully, but these errors were encountered: