Steamuxulation redux

Tried to play with Steam again, but no game works anymore. Here is the example of Half Life 2 Death Match, which always used to work:

Code:
chdir "/usr/home/steam/.steam/steam/steamapps/common/Half-Life 2 Deathmatch"
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
Game Recording - would start recording game 320, but recording for this game is disabled
Adding process 5960 for gameID 320
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
reaper: prctl() failed!
Game Recording - game stopped [gameid=320]
Removing process 5960 for gameID 320
chdir "/usr/home/steam/.steam/steam/steamapps/common/Half-Life 2 Deathmatch"
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
reaper: prctl() failed!
Game Recording - would start recording game 320, but recording for this game is disabled
Adding process 5970 for gameID 320
Game Recording - game stopped [gameid=320]
Removing process 5970 for gameID 320
[2024-12-05 13:25:18] uninstalled manifest found in /usr/home/steam/.steam/steam/package/steam_client_ubuntu12 (1).

Using FreeBSD amd64.local 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
 
Tried to play with Steam again, but no game works anymore. Here is the example of Half Life 2 Death Match, which always used to work:

Code:
chdir "/usr/home/steam/.steam/steam/steamapps/common/Half-Life 2 Deathmatch"
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
Game Recording - would start recording game 320, but recording for this game is disabled
Adding process 5960 for gameID 320
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
reaper: prctl() failed!
Game Recording - game stopped [gameid=320]
Removing process 5960 for gameID 320
chdir "/usr/home/steam/.steam/steam/steamapps/common/Half-Life 2 Deathmatch"
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/home/steam/.steam/steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
reaper: prctl() failed!
Game Recording - would start recording game 320, but recording for this game is disabled
Adding process 5970 for gameID 320
Game Recording - game stopped [gameid=320]
Removing process 5970 for gameID 320
[2024-12-05 13:25:18] uninstalled manifest found in /usr/home/steam/.steam/steam/package/steam_client_ubuntu12 (1).

Using FreeBSD amd64.local 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
I only see errors related to recording.
 
Hi,

I just did

portsnap fetch update
cd /usr/ports/games/linux-steam-utils
make deinstall
make reinstall clean

After several attemts of starting
steam
the client finally started running, but still the same problem, sorry.
 
Cool, thanks for testing. I pulled the latest changes from Git last week and also having the same issue; log similar to the one you posted. I guess the fix is not working or incomplete. Hopefully shklhn will find some time to revisit this and push another fix.
 
Back
Top