cmdlineでSteamゲームを開始できません。既存のファイルが存在しません。

cmdlineでSteamゲームを開始できません。既存のファイルが存在しません。

Steamを使用すると、問題なく通常どおりゲームを実行できます。しかし、ゲームを開始するためにスクリプトを起動したいと思います。

Steamは次のようにコマンドをシステムログに記録します。

/bin/sh\0-c\0/home/kuba/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=56400 -- /home/kuba/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/games/SteamLibrary/steamapps/common/SteamLinuxRuntime_sniper'/_v2-entry-point --verb=waitforexitandrun -- '/home/kuba/.local/share/Steam/compatibilitytools.d/GE-Proton8-11'/proton waitforexitandrun  '/games/SteamLibrary/steamapps/common/Dawn of War II - Retribution/DOW2.exe'\0

引用後、次を実行します。

/bin/sh -c "/home/kuba/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=56400 -- /home/kuba/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/games/SteamLibrary/steamapps/common/SteamLinuxRuntime_sniper'/_v2-entry-point --verb=waitforexitandrun -- '/home/kuba/.local/share/Steam/compatibilitytools.d/GE-Proton8-11'/proton waitforexitandrun  '/games/SteamLibrary/steamapps/common/Dawn of War II - Retribution/DOW2.exe'"

しかし、エラーが発生します。

pressure-vessel-adverb[175960]: E: Failed to execute child process "/games/SteamLibrary/steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/bin/steam-runtime-launcher-interface-0" (No such file or directory)

最も狂ったのはそのファイルですする存在する!

that_cmd 2>&1 | grep -o '".*"' | xargs file
/games/SteamLibrary/steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/bin/steam-runtime-launcher-interface-0: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=f9f3879d7dc5c745fe91e9c7fcbd4f4e37dc5f35, stripped

ゲームを開始するスクリプトを開始するには、スタートオプションに何を追加する必要がありますか?

ベストアンサー1

おすすめ記事