Spacehaven-modding-tools / spacehaven-modloader

An *unofficial* mod loader and modding tool for Space Haven by Bugbyte
15 stars 8 forks source link

Fails to run under Linux #38

Closed Zemogiter closed 3 months ago

Zemogiter commented 6 months ago

Clicking on the "Launch" button produces this error:

!! Exception !!
Traceback (most recent call last):
  File "/usr/lib/python3.10/tkinter/__init__.py", line 1921, in __call__
    return self.func(*args)
  File "/home/jonasz/Downloads/spacehaven-modloader-master/spacehaven-modloader.py", line 645, in launch_wrapper
    self.start_background_task(task, message)
  File "/home/jonasz/Downloads/spacehaven-modloader-master/spacehaven-modloader.py", line 544, in start_background_task
    self.disable_UI(message)
  File "/home/jonasz/Downloads/spacehaven-modloader-master/spacehaven-modloader.py", line 531, in disable_UI
    self.config(cursor='wait')
  File "/usr/lib/python3.10/tkinter/__init__.py", line 1675, in configure
    return self._configure('configure', cnf, kw)
  File "/usr/lib/python3.10/tkinter/__init__.py", line 1665, in _configure
    self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
_tkinter.TclError: bad cursor spec "wait"

Tested without mods, same issue. Full log: logs.txt Ubuntu 22.04, Python 3.10.12, running the script file with latest version of PyCharm. Let me know if I need to add more info.