Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 5] Input/output error #45

Open
Coopertronic opened this issue Jan 20, 2023 · 1 comment
Open

OSError: [Errno 5] Input/output error #45

Coopertronic opened this issue Jan 20, 2023 · 1 comment

Comments

@Coopertronic
Copy link

I've done the flatpak override for all the locations, but I still keep getting these errors:
ProtonTricks Issue Flatpak

I'm at a bit of a loss as to what to do now.

@Matoking
Copy link
Collaborator

"Errno 5" and "Input/output error" seems to refer to an issue with the storage media (eg. hardware) instead of the actual filesystem and permissions. Knowing the path in question should help in this situation.

You can try running the following command to run Protontricks with debugger:

python -m pdb -c continue /app/bin/protontricks -l

Protontricks should crash with the same exception. Enter locals(), which should hopefully print additional details including the path in question:

(Pdb) locals()
{'self': PosixPath('PATH HERE'), }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants