You are not logged in.
When I tried to start steam today I got the following output:
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/stefan/.local/share/Steam/ubuntu12_32/steam
[2021-02-14 14:39:23] Startup - updater built Feb 12 2021 23:21:33
Installing breakpad exception handler for appid(steam)/version(1613176728)
libGL error: MESA-LOADER: failed to open iris: /usr/lib32/libelf.so.1: file too short (search paths /usr/lib32/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris: /usr/lib32/libelf.so.1: file too short (search paths /usr/lib32/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib32/libelf.so.1: file too short (search paths /usr/lib32/dri)
libGL error: failed to load driver: swrast
SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 48
xerror_handler: X failed, continuing
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
xerror_handler: X failed, continuing
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2021-02-14 14:39:23] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2021-02-14 14:39:23] Using the following download hosts for Public, Realm steamglobal
[2021-02-14 14:39:23] 1. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
Installing breakpad exception handler for appid(steam)/version(1613176728)
[2021-02-14 14:39:23] Checking for update on startup
[2021-02-14 14:39:23] Checking for available updates...
[2021-02-14 14:39:23] Downloading manifest: http://media.steampowered.com/client/steam_client_ubuntu12
Installing breakpad exception handler for appid(steam)/version(1613176728)
[2021-02-14 14:39:23] Download skipped: /client/steam_client_ubuntu12 version 1613176728, installed version 1613176728, downloaded version 0
[2021-02-14 14:39:23] Nothing to do
[2021-02-14 14:39:23] Verifying installation...
[2021-02-14 14:39:23] Performing checksum verification of executable files
[2021-02-14 14:39:24] Verification complete
Loaded SDL version 2.0.15-6363475
Gtk-Message: Failed to load module "xapp-gtk3-module"
(steam:26893): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Adwaita-dark/gtk-2.0/main.rc:733: error: unexpected identifier `direction', expected character `}'
(steam:26893): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Adwaita-dark/gtk-2.0/hacks.rc:28: error: invalid string constant "normal_entry", expected valid string constant
libGL error: MESA-LOADER: failed to open iris: /usr/lib32/libelf.so.1: file too short (search paths /usr/lib32/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris: /usr/lib32/libelf.so.1: file too short (search paths /usr/lib32/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib32/libelf.so.1: file too short (search paths /usr/lib32/dri)
libGL error: failed to load driver: swrast
Steam: An X Error occurred
X Error of failed request: GLXBadContext
Major opcode of failed request: 152
Serial number of failed request: 51
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152
Value in failed request: 0x0
Serial number of failed request: 50
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 152
Serial number of failed request: 52
xerror_handler: X failed, continuing
assert_20210214143923_1.dmp[26899]: Uploading dump (out-of-process)
/tmp/dumps/assert_20210214143923_1.dmp
/home/stefan/.local/share/Steam/steam.sh: line 759: 26893 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"Now to me the key issue is:
Gtk-Message: Failed to load module "xapp-gtk3-module"So how can I install this module? Or does the error occur because of something different?
I tried to reinstall steam, that didn't help.
Last edited by Stefan_xyz (2021-02-14 14:18:26)
Offline
You have "too short file" errors, there appears to be some corruption of a few libraries here, double check with
pacman -Qkk lib32-libelfand reinstall that, maybe check your last pacman update and reinstall packages from there.
Offline
You have "too short file" errors, there appears to be some corruption of a few libraries here, double check with
pacman -Qkk lib32-libelfand reinstall that, maybe check your last pacman update and reinstall packages from there.
Ahh thanks an reinstallation of
lib32-libelf fixed the issue. Thanks!
Offline