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
234 stars 114 forks source link

Better logging when `from protonfixes import debug` fails #159

Closed bmaupin closed 3 years ago

bmaupin commented 3 years ago

I'm going through the Writing-Gamefixes guide, and having issues creating a fix.

from protonfixes import debug is failing, but the only output I get is No local protonfix found:

ProtonFixes[20172] INFO: Running checks
ProtonFixes[20172] INFO: All checks successful
ProtonFixes[20172] INFO: No local protonfix found for "realMyst" (63600)
ProtonFixes[20172] INFO: Getting ms corefonts

Is there a way that the original error could be thrown, at least in certain cases such as this one?

Thanks!

bmaupin commented 3 years ago

D'oh I just realized I added from protonfixes import debug to the wrong place :facepalm: I just now saw that I'm supposed to add it to user_settings.py, not my fix.