Hi I just try to install Lutris using the Ubuntu repository on 16.04, following the instructions on the download page. When I try to start lutris from the command line I get the following information, (Lutris does not start up). I have no idea what any of this means so if anyone knows how to get it starting would be much appreciated.
lutris
INFO 2016-10-26 21:53:03,742 [service]:Welcome to Lutris
Traceback (most recent call last):
File “/usr/bin/lutris”, line 207, in
lutris.run(int(time.time()))
File “/usr/lib/python3/dist-packages/lutris/util/service.py”, line 31, in run
self.lutris_window = LutrisWindow(service=self)
File “/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py”, line 176, in init
steam.sync_with_lutris()
File “/usr/lib/python3/dist-packages/lutris/util/steam.py”, line 273, in sync_with_lutris
appmanifest = AppManifest(appmanifest_path)
File “/usr/lib/python3/dist-packages/lutris/util/steam.py”, line 353, in init
self.appmanifest_data = vdf_parse(appmanifest_file, {})
File “/usr/lib/python3/dist-packages/lutris/util/steam.py”, line 63, in vdf_parse
line = steam_config_file.readline()
File “/usr/lib/python3.5/codecs.py”, line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0x9c in position 0: invalid start byte