this post was submitted on 27 Jan 2025
9 points (76.5% liked)

Linux Gaming

15951 readers
110 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Hi all,

I downloaded overwatch 2 for the first time through steam (flatpak). When I click play, it looks like its doing something for maybe 5-10 seconds, but then nothing happens and the play button reappears. Seemingly the game does not run.

Some info about my setup:

  • bspwm, so no wayland

  • nvidia 3060 Ti GPU, tried both 535 drivers and 550.

  • kernel 6.1.121. Distro is gentoo but it should not matter

  • other games work. I tried Borderlands 2 as a recent example.

  • I ran steam through terminal to look out for errors, but nothing interesting pops up

  • nvidia drivers are installed through flatpak correctly

The questions: Can I get any more detailed logs ? any suggestions how to fix it ?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 days ago (1 children)

If important to verify, I have my logs from running steam in terminal here:

chdir "/home/myuser/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Overwatch"
ERROR: ld.so: object '/home/myuser/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/myuser/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/myuser/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/myuser/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Game Recording - would start recording game 2357570, but recording for this game is disabled
Adding process 1119 for gameID 2357570
ERROR: ld.so: object '/home/myuser/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Adding process 1120 for gameID 2357570
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 3394 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 3394 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
WARNING: discarding _NET_WM_PID 2498 as invalid for X11 window - use specialized XCB_X11_TO_PID function!
Adding process 1121 for gameID 2357570
Adding process 1210 for gameID 2357570
Adding process 1211 for gameID 2357570
Adding process 1212 for gameID 2357570
Adding process 1213 for gameID 2357570
Adding process 1216 for gameID 2357570
Adding process 1218 for gameID 2357570
Adding process 1221 for gameID 2357570
Adding process 1231 for gameID 2357570
Adding process 1245 for gameID 2357570
Adding process 1251 for gameID 2357570
Adding process 1264 for gameID 2357570
Adding process 1281 for gameID 2357570
Adding process 1294 for gameID 2357570
Game Recording - game stopped [gameid=2357570]
Removing process 1294 for gameID 2357570
Removing process 1281 for gameID 2357570
Removing process 1264 for gameID 2357570
Removing process 1251 for gameID 2357570
Removing process 1245 for gameID 2357570
Removing process 1231 for gameID 2357570
Removing process 1221 for gameID 2357570
Removing process 1218 for gameID 2357570
Removing process 1216 for gameID 2357570
Removing process 1213 for gameID 2357570
Removing process 1212 for gameID 2357570
Removing process 1211 for gameID 2357570
Removing process 1210 for gameID 2357570
Removing process 1121 for gameID 2357570
Removing process 1120 for gameID 2357570
Removing process 1119 for gameID 2357570

Some of those might look a bit conerning but they seem to show up for games that work also.

[–] [email protected] 1 points 3 days ago

a wild guess: try setting LD_PRELOAD="" %command% Im on mobile and cannot look things up properly but that fixed some weird behaviour for me