You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ cat /etc/fedora-release
Fedora release 43 (Forty Three)
❯ uname -r
6.18.7-200.fc43.x86_64
❯ ldd --version | head -1
ldd (GNU libc) 2.42
❯ df -T /run/media/eugene/lib/SteamLibrary
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda1 ext4 960306200 218440744 697536260 24% /run/media/eugene/lib
❯ flatpak list | grep steam &>/dev/null &&echo"Flatpak"||echo"Native RPM"
Native RPM
❯ getenforce
Enforcing
Problem Description:
The game launches but the main menu does not render—only the background is visible. Both Chromium and Awesomium fail to initialize, falling back to the Stub menu which provides no visible UI.
Error Log:
Attempting to load Chromium...
failed to dlopen /run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/bin/linux64/html_chromium_client.so error=/run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/bin/linux64/libcef.so: cannot allocate memory in static TLS block
Failed to load /run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/bin/linux64/html_chromium_client.so: (null)
Failed to load /run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/garrysmod/bin/html_chromium_client.so: (null)
failed to dlopen html_chromium_client.so error=/run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/bin/linux64/libcef.so: cannot allocate memory in static TLS block
Failed to load html_chromium_client.so: (null)
Attempting to load Awesomium...
Failed to load /run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/bin/linux64/html_awesomium_client.so: (null)
Failed to load /run/media/eugene/lib/SteamLibrary/steamapps/common/GarrysMod/garrysmod/bin/html_awesomium_client.so: (null)
Failed to load html_awesomium_client.so: (null)
Attempting to load Stub...
Game is ran with -noaddons, not loading legacy/folder addons!
Mounted 0 of 0 workshop addons!
Particles: Missing 'particles/antlion_gib_01.pcf'
Particles: Missing 'particles/antlion_gib_02.pcf'
Particles: Missing 'particles/antlion_worker.pcf'
Particles: Missing 'particles/grub_blood.pcf'
Particles: Missing 'particles/hunter_flechette.pcf'
Particles: Missing 'particles/hunter_projectile.pcf'
Particles: Missing 'particles/striderbuster.pcf'
Particles: Missing 'particles/vehicle.pcf'
Particles: Missing 'particles/weapon_fx.pcf'
x86-64: gmod_mcore_test=1
Parent cvar in server.dll not allowed (props_break_max_pieces)
Particles: Missing 'particles/antlion_gib_01.pcf'
Particles: Missing 'particles/antlion_gib_02.pcf'
Particles: Missing 'particles/antlion_worker.pcf'
Particles: Missing 'particles/grub_blood.pcf'
Particles: Missing 'particles/hunter_flechette.pcf'
Particles: Missing 'particles/hunter_projectile.pcf'
Particles: Missing 'particles/striderbuster.pcf'
Particles: Missing 'particles/vehicle.pcf'
Particles: Missing 'particles/weapon_fx.pcf'
m_face->glyph->bitmap.width is 0 for ch:32 DejaVu Sans
Steps to Reproduce:
Install GMod on Fedora Linux (x86-64 branch)
Apply GModCEFCodecFix
Launch
Observe backgrounds and console only—no menu UI (with msg: Menu failed to load)
Environment:
/run/media/eugene/lib/SteamLibrary/(external drive)More info:
Problem Description:
The game launches but the main menu does not render—only the background is visible. Both Chromium and Awesomium fail to initialize, falling back to the Stub menu which provides no visible UI.
Error Log:
Steps to Reproduce:
Attempted Solutions:
LD_PRELOAD=/usr/lib64/libpthread.so.0> cat /proc/sys/user/max_user_namespaces 247054Tool output: