Steam Doesn't launch

Hey all! I've been switching from Linux and have tried to install Steam. I think I installed everything, yet Steam only shows 'Steamwebhelper is not responding' and even that window is not rendering fully. Here are the full logs of Steam in my terminal, Thanks for any help! I'll answer any questions! https://pastebin.com/ynkrAZuQ
 
Seeing the logs, it failed to download some dependencies. This is mostly due to an update from the ubuntu repository that is used.

You could try to build steam linuxulator after this commit


Or you could try to apply the patch directly on
/usr/local/steam-utils/bin/.dpkgs.rb
 
Just tried to test it from pkg on fresh install - no go :-(
FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC

steam errorss.png
 
This is what i get after cloning the updated version of: https://github.com/shkhln/linuxulator-steam-utils.git on FreeBSD 14.2 and run:
/opt/steam-utils/bin/lsu-bootstrap
/opt/steam-utils/bin/steam


/home/myself/.steam/dist/mesa-vulkan-drivers_23 10 MB 6593 kBps 02s
/home/myself/.steam/steam/ubuntu12_32/steam-runtime/run.sh: line 85: steam-runtime-identify-library-abi: command not found
run.sh[4246]: steam-runtime-identify-library-abi --ldconfig-paths failed, falling back to ldconfig
setup.sh[4271]: Updating Steam runtime environment...
setup.sh[4271]: Found newer runtime version for 32-bit libstdc++.so.6. Host: 6.0.19 Runtime: 6.0.21
[2025-01-07 13:49:09] Startup - updater built Jan 13 2024 00:51:43
[2025-01-07 13:49:09] Startup - Steam Client launched with: '/home/myself/.steam/steam/ubuntu12_32/steam'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
/tmp/dumps is not owned by us - delete and recreate
01/07 13:49:09 Init: Installing breakpad exception handler for appid(steam)/version(0)/tid(8207)
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)



Any suggestion what mighty be wrong here?
 
What hardware?
SKU Number: LENOVO_MT_82WK_BU_idea_FM_Legion Pro 5 16IRX8
CPU Model: 13th Gen Intel(R) Core(TM) i7-13700HX
dGPU device='AD106M [GeForce RTX 4070 Max-Q / Mobile]' (running in discrete mode)


Currently loaded kernel modules (kldstat(8)):
cryptodev.ko
vmm.ko
zfs.ko
geom_eli.ko
if_wg.ko
pf.ko
fdescfs.ko
fusefs.ko
acpi_video.ko
nvidia-drm.ko
drm.ko
iic.ko
linuxkpi_video.ko
dmabuf.ko
lindebugfs.ko
nvidia.ko
linux.ko
linux_common.ko
nvidia-modeset.ko
nullfs.ko
acpi_wmi.ko
if_iwlwifi.ko
linux64.ko
pty.ko
linprocfs.ko
linsysfs.ko
cuse.ko
uhid.ko
wmt.ko
ums.ko
ng_ubt.ko
netgraph.ko
ng_hci.ko
ng_bluetooth.ko
if_axge.ko
uether.ko
pflog.ko
autofs.ko
mac_ntpd.ko
ext2fs.ko
geom_linux_lvm.ko
if_bridge.ko
bridgestp.ko

Has set in sysctl.conf:
security.bsd.unprivileged_chroot=1
compat.linux.emul_path="/compat/linux"

Has set in rc.conf:
linux_enable="YES"
linux_mounts_enable="YES"
kld_list="fusefs acpi_video nvidia-drm nullfs vmm nvidia-modeset"
devfs_system_ruleset="system"
pf_enable="YES"

Tried three /compat/ environments c7, r19 and ubuntu.. I guess its only compatible with c7 right?
 
Did you install linux-nvidia-libs?

Tried three /compat/ environments c7, r19 and ubuntu.. I guess its only compatible with c7 right?
It's compatible with anything derived from CentOS, but the packages for dependencies are built from c7 currently. This is not a big deal, since for games you'll have to use either Wine or chroot with a different set of Linux libs.
 
Back
Top