-
-
Notifications
You must be signed in to change notification settings - Fork 10
Installer launch button broken on Linux #103
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
After running the installer on Linux, pressing the "Launch" button does nothing. Logs indicate this is because of a failure to escape the game path:
chmod: cannot access '/home/artemis/.local/share/Steam/steamapps/common/The': No such file or directory
chmod: cannot access 'Battle': No such file or directory
chmod: cannot access 'of': No such file or directory
chmod: cannot access 'Polytopia/run_bepinex.sh': No such file or directory
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter/__init__.py", line 1967, in __call__
File "customtkinter/windows/widgets/ctk_button.py", line 554, in _clicked
File "main.py", line 83, in <lambda>
File "main.py", line 118, in launch
File "subprocess.py", line 413, in check_call
subprocess.CalledProcessError: Command 'chmod +x /home/artemis/.local/share/Steam/steamapps/common/The Battle of Polytopia/run_bepinex.sh' returned non-zero exit status
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working