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 module named 'protonfixes' #153

Closed Zyneris closed 3 years ago

Zyneris commented 3 years ago

Describe the bug Getting a missing module error when attempting to run protofixes.

To Reproduce After following the wiki, protonfixes was installed via pip. Completed the installation successfully. Added "import protonfixes" to the user_settings.py of Proton 6.3. Protonfixes exists in .config/protonfixes/ with an attempted game fix in localfixes/ Clicking "Play" on a game in Steam shows the error via the terminal.

Expected behavior For module to load to see if game fix fails or not. The game.py file exists in $PATH/.config/protonfixes/localfixes/

Logs Gist

Operating System:

Additional Information I'm trying to test a fix. This is my first time every playing around with python. I do have a custom version of Proton (GE) on my system as well if that's relevant at all.

Zyneris commented 3 years ago

Fixed.