After Manjaro Update Lutris stops working

Hi folks,
After upgrading my Manjaro station, Lutris doesn’t launch.

I’ve found a lot of topics and tried all of their solutions:

  1. Install lutris-git
  2. Reinstall all dependencies
  3. Try to run Lutris with different Python binaries (3.7, 3.7.7 and 3.8)

And nothings works.
I’ve still getting this error message.

2020-07-02 08:11:24,959: Running Lutris 0.5.6
2020-07-02 08:11:24,959: Running migration: fix_playtime
Traceback (most recent call last):
File “/usr/lib/python3.8/site-packages/lutris/gui/application.py”, line 246, in do_command_line
migrate()
File “/usr/lib/python3.8/site-packages/lutris/migrations/init.py”, line 31, in migrate
migration.migrate()
File “/usr/lib/python3.8/site-packages/lutris/migrations/fix_playtime.py”, line 23, in migrate
fix_playtime(game)
File “/usr/lib/python3.8/site-packages/lutris/migrations/fix_playtime.py”, line 9, in fix_playtime
if not broken_playtime.endswith(" hrs"):
AttributeError: ‘float’ object has no attribute ‘endswith’
2020-07-02 08:11:24,959: Shutting down Lutris

And that’s very strange since some people encounter the same issue and resolved it with one of three manipulation I’ve listed.

Any idea ?

Thanks

This issue looks familiar

1 Like

Sorry for duplicate, haven’t seen this one before posting.

Like the linked post doesn’t provide any feedback, I will tell you what I’ve done.

I’ve cp -r .config/lutris .config/lutris_old
Then I’ve updated the lutris.conf file which was empty.
And added this

[lutris]
migration_version = 7

And Lutris came back to life.
Thanks !