-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Trying the scripts for the first time, and can get through the initial install phase, but when I go to start my first server, it tries to start then says not running after a few seconds. All that's left in the server log is this:
Traceback (most recent call last): File "/home/ASA/Linux-ASA-Server-Manager/GE-Proton10-4/proton", line 2055, in <module> import protonfixes File "/home/ASA/Linux-ASA-Server-Manager/GE-Proton10-4/protonfixes/__init__.py", line 8, in <module> from . import fix File "/home/ASA/Linux-ASA-Server-Manager/GE-Proton10-4/protonfixes/fix.py", line 12, in <module> from .util import ProtonVersion File "/home/ASA/Linux-ASA-Server-Manager/GE-Proton10-4/protonfixes/util.py", line 914, in <module> def install_all_from_tgz(url: str, path: StrPath = os.getcwd()) -> None: ~~~~~~~~~^^ FileNotFoundError: [Errno 2] No such file or directory
I've tried downgrading proton as well as just deleting the GE-Proton10-4 directory and having it repull, but no luck.