Acknowledgement of checking existent issues
What problem did you encounter?
Sober Flatpak Hang at global_window_init (Linux Mint, NVIDIA GTX 1050 Ti)
Description
When running Sober (v1.6.7) via Flatpak on Linux Mint with an NVIDIA GTX 1050 Ti (driver 580.126.09), the application hangs indefinitely at global_window_init. This occurs when launching the actual Roblox client, but not when running the Sober onboarding/downloader UI.
The issue persists even when overriding Flatpak sandboxing components or testing various rendering engines.
System Information
- OS: Linux Mint 22.3 Zena (XFCE 4.18.1 on X11)
- Kernel: 6.12.60-x64v3-xanmod1 (also tested on 6.17.0-19-generic)
- GPU: NVIDIA GP107 [GeForce GTX 1050 Ti]
- NVIDIA Driver: 580.126.09 (Proprietary)
- Flatpak Runtime: org.gnome.Platform/x86_64/49
- Sober Version: 1.6.7 (Commit 24d0ff6d0bb8d1ba570a2c4ffc681af1db97396fa55a65cd31c9513313ea35da)
Reproduction Steps
- Install Sober via Flathub (
flatpak install org.vinegarhq.Sober)
- Run
flatpak run org.vinegarhq.Sober
- The onboarding UI downloads and installs the Roblox client successfully.
- When the Roblox client attempts to launch, the process hangs in the terminal at
global_window_init and no window appears.
Troubleshooting Attempted (All Failed to Resolve the Hang)
- Disabled NVIDIA GSP Firmware via
NVreg_EnableGpuFirmware=0 in modprobe (though Pascal GPUs officially don't utilize GSP).
- Wiped all Sober data (
~/.var/app/org.vinegarhq.Sober/data/sober/* and config/sober/*) and completely reinstalled the Flatpak with --delete-data.
- Bypassed Mint's global GTK3 CSD overrides by unsetting LD_PRELOAD (
flatpak override --user --env=LD_PRELOAD= org.vinegarhq.Sober): Avoids the libgtk3-nocsd.so.0 error in logs, but hang persists.
- Disabled Wayland socket fallback (
--nosocket=wayland).
- Disabled Discord RPC integration (
"discord_rpc_enabled": false).
- Forced OpenGL rendering (
"use_opengl": true).
- Forced software rendering (
LIBGL_ALWAYS_SOFTWARE=1).
The hang behavior is severe; the background bwrap and sober processes frequently enter an uninterruptible sleep state (D-state) where standard kill -9 commands either hang or fail to clean up the process tree.
Latest Log Output
info: app: lifecycle: logging_started delta=100.61139599978924ms
info: app: app tag: s095-2028-x86_64-gnu
info: app: cpu model: Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
info: app: os release:
info: app: host os release: Linux Mint
info: app: desktop: XFCE (on x11)
info: app: lifecycle: update_flags_from_remote_manifest delta=0.051466000033542514ms
info: state: using manifest object: {"app_settings":{"FFlagRenderUseTextureManager224":false},"r1":1,"u":1}
info: window: using C.UTF-8 locale
info: app: lifecycle: runtime_handler delta=179.79467099998146ms
info: app: lifecycle: fs_init delta=0.049100000178441405ms
I/O warning : failed to load "/home/gabriel/.var/app/org.vinegarhq.Sober/data/sober/appData/GlobalBasicSettings_13.xml": No such file or directory
WARN: state: could not parse file /home/gabriel/.var/app/org.vinegarhq.Sober/data/sober/appData/GlobalBasicSettings_13.xml
info: app: lifecycle: check_security delta=735.3375559998676ms
info: app$json: {"product_name":"To be filled by O.E.M.","product_version":"To be filled by O.E.M.","type":"device_product_info"}
info: app: lifecycle: core_runtime delta=0.08189600007608533ms
info: app: lifecycle: app_core delta=507.0850269999355ms
info: app: lifecycle: devices_init delta=3224.2250389999244ms
info: app: lifecycle: global_window_init delta=0.011248000198975205ms
Acknowledgement of checking existent issues
What problem did you encounter?
Sober Flatpak Hang at global_window_init (Linux Mint, NVIDIA GTX 1050 Ti)
Description
When running Sober (v1.6.7) via Flatpak on Linux Mint with an NVIDIA GTX 1050 Ti (driver 580.126.09), the application hangs indefinitely at
global_window_init. This occurs when launching the actual Roblox client, but not when running the Sober onboarding/downloader UI.The issue persists even when overriding Flatpak sandboxing components or testing various rendering engines.
System Information
Reproduction Steps
flatpak install org.vinegarhq.Sober)flatpak run org.vinegarhq.Soberglobal_window_initand no window appears.Troubleshooting Attempted (All Failed to Resolve the Hang)
NVreg_EnableGpuFirmware=0in modprobe (though Pascal GPUs officially don't utilize GSP).~/.var/app/org.vinegarhq.Sober/data/sober/*andconfig/sober/*) and completely reinstalled the Flatpak with--delete-data.flatpak override --user --env=LD_PRELOAD= org.vinegarhq.Sober): Avoids thelibgtk3-nocsd.so.0error in logs, but hang persists.--nosocket=wayland)."discord_rpc_enabled": false)."use_opengl": true).LIBGL_ALWAYS_SOFTWARE=1).The hang behavior is severe; the background
bwrapandsoberprocesses frequently enter an uninterruptible sleep state (D-state) where standardkill -9commands either hang or fail to clean up the process tree.Latest Log Output