Fresh install of Mint, Wine, Lutris, etc. Invoking Lutris brings up no interface, but leaves a thread running.
Tried running it in terminal, got the output at end of this post. the /z directory didn’t exist so I created it. Output remained unchanged.
Thanks for your time and any help that occurs
USER@computername:~$ lutris
ERROR 2018-12-07 08:19:15,495 [wineregistry]:Unable to read link for /home/USER/.wine/dosdevices/z:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/lutris/gui/application.py”, line 190, in do_activate
self.window = LutrisWindow(application=self)
File “/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py”, line 148, in init
self.sidebar_treeview = SidebarTreeView()
File “/usr/lib/python3/dist-packages/lutris/gui/sidebar.py”, line 75, in init
self.update()
File “/usr/lib/python3/dist-packages/lutris/gui/sidebar.py”, line 119, in update
self.installed_runners = [runner.name for runner in runners.get_installed()]
File “/usr/lib/python3/dist-packages/lutris/runners/init.py”, line 69, in get_installed
if runner.is_installed():
File “/usr/lib/python3/dist-packages/lutris/runners/winesteam.py”, line 313, in is_installed
steam_path = self.get_steam_path()
File “/usr/lib/python3/dist-packages/lutris/runners/winesteam.py”, line 278, in get_steam_path
registry.get_unix_path(steam_path)
File “/usr/lib/python3/dist-packages/lutris/util/system.py”, line 295, in fix_path_case
if os.path.exists(path):
File “/usr/lib/python3.6/genericpath.py”, line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/lutris/gui/application.py”, line 323, in do_command_line
self.window.present()
AttributeError: ‘NoneType’ object has no attribute ‘present’