protontricks icon indicating copy to clipboard operation
protontricks copied to clipboard

Protontricks crashes on launch

Open Yeninja456 opened this issue 6 months ago • 2 comments

Describe the bug Protontricks was closed due to the following error:

Traceback (most recent call last): File "/app/lib/python3.11/site-packages/protontricks/cli/util.py", line 159, in wrapper return cli_func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/protontricks/cli/main.py", line 258, in main steam_apps = get_steam_apps( ^^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/protontricks/steam.py", line 1385, in get_steam_apps steam_app = SteamApp.from_appmanifest( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/protontricks/steam.py", line 201, in from_appmanifest content = path.read_text(encoding="utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/pathlib.py", line 1058, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/pathlib.py", line 1044, in open return io.open(self, mode, buffering, encoding, errors, newline) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 5] Input/output error: '/mnt/33220e82-3473-4557-9b64-d800cfdac221/SteamLibrary/steamapps/appmanifest_858280.acf'

=============

Please include this entire error message when making a bug report. Log messages:

Running inside Flatpak sandbox, version 1.14.6. Found Steam directory at /home/nate/.steam/debian-installation Using default Steam Runtime at /home/nate/.steam/debian-installation/ubuntu12_32/steam-runtime WINETRICKS environment variable is not available. Searching from $PATH. Found 3 Steam library folders

To Reproduce Steps to reproduce the behavior:

  1. press "launch" from Linux Mint software manager
  2. Command fails and error is displayed

Expected behavior I expected it to launch normally, and allow me to install Ubisoft Connect

System (please complete the following information):

  • Distro: Linux Mine 22.1 Cinnamon
  • Protontricks installation method: Software Manager
  • Protontricks version: Flatpak 1.14.6
  • Steam version: 1747701111 (stable)

Additional context

just ran like any other app. by clicking the "launch" button

Yeninja456 avatar Jun 18 '25 16:06 Yeninja456

meant to say linux mint lol

Yeninja456 avatar Jun 18 '25 16:06 Yeninja456

What do the following commands print?

$ ls -lh /mnt/33220e82-3473-4557-9b64-d800cfdac221/SteamLibrary/steamapps/
$ ls -lh /mnt/33220e82-3473-4557-9b64-d800cfdac221/SteamLibrary/steamapps/appmanifest_858280.acf

There have been several "Input/output error" reports before; the most probable culprit in those cases has been filesystem corruption, often caused by a hardware problem. The problematic Steam game in this case seems to be located on an external storage device.

Matoking avatar Jun 26 '25 16:06 Matoking