Lutris 0.38 won't start Debian 8.0

0.37 Worked fine. Just upgraded to 0.38 now it fails.
– CUT –
lutris
Traceback (most recent call last):
File “/usr/bin/lutris”, line 208, in
lutris.run(int(time.time()))
File “/usr/lib/python2.7/dist-packages/lutris/util/service.py”, line 31, in run
self.lutris_window = LutrisWindow(service=self)
File “/usr/lib/python2.7/dist-packages/lutris/gui/lutriswindow.py”, line 180, in init
steam.sync_with_lutris()
File “/usr/lib/python2.7/dist-packages/lutris/util/steam.py”, line 274, in sync_with_lutris
‘slug’: appmanifest.slug,
File “/usr/lib/python2.7/dist-packages/lutris/util/steam.py”, line 362, in slug
return slugify(self.name)
File “/usr/lib/python2.7/dist-packages/lutris/util/strings.py”, line 11, in slugify
value = value.decode(‘UTF-8’)
AttributeError: ‘NoneType’ object has no attribute ‘decode’

– CUT –

I removed ~/.local/share/lutris to try start with a blank profile but same error occurs. So must be something more fundamental. I installed it from the listed repo

deb http://download.opensuse.org/repositories/home:/strycore/Debian_8.0/ ./

Any ideas?

Thanks.

This is a know bug caused by some Steam games that have their names set in a different manner than most other games in their config file.

You can start testing lutris 0.4.0, or wait for its release which will be happening in the next few days.