shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
126 stars 12 forks source link

Steam doesn't start #65

Closed SRvtsu closed 2 years ago

SRvtsu commented 2 years ago
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/local/lib/libswmhack.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'steamfix.so' from LD_PRELOAD cannot be preloaded: ignored.
[2021-10-21 15:10:03] Startup - updater built Apr  9 2019 22:48:20
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
Installing breakpad exception handler for appid(steam)/version(0)
No protocol specified
../steamexe/updateui_xwin.cpp (339) : Assertion Failed: Could not open connection to X
../steamexe/updateui_xwin.cpp (339) : Assertion Failed: Could not open connection to X
sh: /home/steam/.steam/steam/steam_msg.sh: No such file or directory
Installing breakpad exception handler for appid(steam)/version(1.0)
ExceptionHandler::GenerateDump waitpid failed:No child processes
No minidump written, nothing to upload.
../steamexe/main.cpp (754) : Assertion Failed: failed to initialize update status ui, or create initial window
../steamexe/main.cpp (754) : Assertion Failed: failed to initialize update status ui, or create initial window
SRvtsu commented 2 years ago

Easily solved using xhost. xhost local:root

shkhln commented 2 years ago

Root? Again?

SRvtsu commented 2 years ago

Root? Again?

Yes, it's weird. It didn't fix my steam at all, now i'm getting Failed to create /tmp/dumps. Atleast i was able to update it.

shkhln commented 2 years ago

Make sure you aren't running anything from root. That just complicates things for no reason.

SRvtsu commented 2 years ago

Make sure you aren't running anything from root. That just complicates things for no reason.

I'm not running it from root, i'm running it with my steam user. Should it be an permission issue?

shkhln commented 2 years ago

Should it be an permission issue?

How would I know? Check /tmp permissions.

SRvtsu commented 2 years ago

How would I know? Check /tmp permissions.

I'm back, i was busy. It seems this was the problem, I changed the permissions of /compat/linux/tmp and it seems fixed! Thanks a lot!

ra1nst0rm3d commented 2 years ago

@SRvtsu Which permissions you set?

shkhln commented 2 years ago

Normally, there is no /compat/linux/tmp. Just get rid of it.

ra1nst0rm3d commented 2 years ago

But I get same error with(out) /compat/linux/tmp. Steam hangs on "connecting Steam account"/

shkhln commented 2 years ago

I don't see how this is the same error. Also, make sure you are using up-to-date stuff from this repo — quarterly packages are broken right now.

ra1nst0rm3d commented 2 years ago

Thx! I forgot about this)