obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

Freeze when trying to open settings on Fedora 40 (Wayland)

Open thennicke opened this issue 1 year ago • 7 comments

Operating System Info

Other

Other OS

Fedora 40

OBS Studio Version

Other

OBS Studio Version (Other)

30.1.2 Flatpak

OBS Studio Log URL

https://obsproject.com/logs/yLxO1GxmbXOGe8tU

OBS Studio Crash Log URL

No response

Expected Behavior

Settings menu opens

Current Behavior

Computer freezes and will not respond even if waiting for many minutes

Steps to Reproduce

  1. flatpak run com.obsproject.Studio
  2. Click settings
  3. Crash occurs ...

Anything else we should know?

I'm not skilled at debugging crashes like these that require hard resets so please tell me step-by-step what to do to get you the right information. Thanks!

thennicke avatar May 30 '24 12:05 thennicke

For using gdb in the Flatpak (src):

$ flatpak install org.freedesktop.Sdk.Debug com.obsproject.Studio.Debug # Optional: Install OBS Studio debug symbols
$ flatpak run --command=sh --devel com.obsproject.Studio
$ gdb /app/bin/obs

Once gdb ready, run by entering the command r and reproduce the crash. Once done, you should be able to enter the command bt. Message the output of this command. You can quit by entering the command q.

tytan652 avatar May 30 '24 12:05 tytan652

After waiting about 5 minutes the settings dialogue did eventually open, which means this is not a crash, but a temporary freeze issue.

I ran the gdb /app/bin/obs command and the file uploaded below is what I got, which I have copied from the terminal rather than piped to file. bt only gave one line of output but maybe I was using the command incorrectly.

obs_gdb_terminal_output.txt

thennicke avatar May 30 '24 13:05 thennicke

I just realized that the issue title mismatch the described behavior.

tytan652 avatar May 30 '24 14:05 tytan652

Similar issue, mine crashes when pressing setting on Arch using the git version of obs.

sangoku116 avatar Jun 02 '24 00:06 sangoku116

Similar issue, mine crashes when pressing setting on Arch using the git version of obs.

Glad to know it's not just me

thennicke avatar Jun 04 '24 14:06 thennicke

The nvidia open source driver Wayland on Ubuntu 22 also crashes when recording

flowerseacar avatar Jun 07 '24 16:06 flowerseacar

similar to an issue i'm having, but it only does it when trying to select a window to share

at least in my case, the system can be recovered if OBS is killed from another TTY, and it seems to log no error

Ember-ruby avatar Aug 19 '24 07:08 Ember-ruby