shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
129 stars 14 forks source link

Proton 6.3 registration problem #49

Closed steambsd closed 3 years ago

steambsd commented 3 years ago
$ /opt/steam-utils/bin/lsu-register-proton
Found Proton 6.3 at /home/admin/.steam/steam/steamapps/common/Proton 6.3
Copying files from Proton 6.3...
Traceback (most recent call last):
    19: from /opt/steam-utils/bin/lsu-register-proton:96:in `<main>'
    18: from /opt/steam-utils/bin/lsu-register-proton:96:in `chdir'
    17: from /opt/steam-utils/bin/lsu-register-proton:102:in `block in <main>'
    16: from /opt/steam-utils/bin/lsu-register-proton:102:in `chdir'
    15: from /opt/steam-utils/bin/lsu-register-proton:110:in `block (2 levels) in <main>'
    14: from /opt/steam-utils/bin/lsu-register-proton:110:in `chdir'
    13: from /opt/steam-utils/bin/lsu-register-proton:112:in `block (3 levels) in <main>'
    12: from /opt/steam-utils/bin/lsu-register-proton:112:in `each'
    11: from /opt/steam-utils/bin/lsu-register-proton:113:in `block (4 levels) in <main>'
    10: from /opt/steam-utils/bin/lsu-register-proton:18:in `set_up_file'
     9: from /opt/steam-utils/bin/lsu-register-proton:115:in `block (5 levels) in <main>'
     8: from /usr/local/lib/ruby/2.7/fileutils.rb:429:in `cp'
     7: from /usr/local/lib/ruby/2.7/fileutils.rb:1587:in `fu_each_src_dest'
     6: from /usr/local/lib/ruby/2.7/fileutils.rb:1603:in `fu_each_src_dest0'
     5: from /usr/local/lib/ruby/2.7/fileutils.rb:1589:in `block in fu_each_src_dest'
     4: from /usr/local/lib/ruby/2.7/fileutils.rb:430:in `block in cp'
     3: from /usr/local/lib/ruby/2.7/fileutils.rb:511:in `copy_file'
     2: from /usr/local/lib/ruby/2.7/fileutils.rb:1414:in `copy_file'
     1: from /usr/local/lib/ruby/2.7/fileutils.rb:1414:in `open'
/usr/local/lib/ruby/2.7/fileutils.rb:1414:in `initialize': No such file or directory @ rb_sysopen - /home/admin/.steam/steam/steamapps/common/Proton 6.3/filelock.py (Errno::ENOENT)
shkhln commented 3 years ago

https://steamdb.info/depot/1580131/#files

steambsd commented 3 years ago

After install proton and slrs, i click "play" on proton and slrs Next step:

cd '/home/admin/.steam/steam/steamapps/common/Proton 6.3/'
mkdir proton_dist
tar xvf ./proton_dist.tar -C ./proton_dist
tar xvf ./proton_dist.tar -C ./proton_dist
cd ~
cd .steam/steam/steamapps/common/SteamLinuxRuntime_soldier/
mkdir com.valvesoftware.SteamRuntime.Platform-amd64,i386-soldier-runtime
tar xvfz ./com.valvesoftware.SteamRuntime.Platform-amd64,i386-soldier-runtime.tar.gz -C ./com.valvesoftware.SteamRuntime.Platform-amd64,i386-soldier-runtime
cd ~
/opt/steam-utils/bin/lsu-register-proton

Result: i see emulators/wine-pron in settings. BUT! Games not run.

shkhln commented 3 years ago

Reopen if relevant.