simons-public / protonfixes

A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files
https://simons-public.github.io/protonfixes/
Other
232 stars 117 forks source link

no protonfixes modue user_settings #168

Open AireagoirSteam opened 2 years ago

AireagoirSteam commented 2 years ago

An error with proton not detecting protonfixes while proton fixes is installed globally my distro is ubuntu 20.04

To Reproduce Steps to reproduce the behavior install protonfixes development build then run install_protonfixes, start steam then hit play on tomb raider 1. Additionally adding the debugging for protonfixes didn't do anything or produce any logs in /tmp/dump

Expected behavior A clear and concise description of what you expected to happen. protonfixes to be detected and working and some visual indication of protonfixes

Proton: **** Proton: THERE IS AN ERROR IN YOUR user_settings.py FILE: Proton: No module named 'protonfixes' Proton: ****

Operating System: Porotn 6.3-6 Ubuntu 20.04

Game (if applicable):

VoodaGod commented 2 years ago

this must be caused by #164 because protonfixes is no longer correctly installed to the soldier runtime

AireagoirSteam commented 2 years ago

Any ideas if a workaround or possible fix?

VoodaGod commented 2 years ago

i tried putting protonfixes into my soldier runtime's python folder, but proton could still not find it. hopefully someone who knows what they're doing can figure this out, i didn't get anywhere in the couple hours I tried to get it to work

Corben78 commented 2 years ago

Ah, that's why I wasn't able to test it with adding use protonfixes in the user_settings.py and having the file beneath .config/protonfixes/localfixes.

What I ended up with was using GE Proton and adding my file to the .steam/compatibilitytools.d/GE-Proton7-21/protonfixes/gamefixes folder.

I guess the testing segment in the wiki should be updated accordingly.