Hi folks,
After upgrading my Manjaro station, Lutris doesn’t launch.
I’ve found a lot of topics and tried all of their solutions:
- Install lutris-git
- Reinstall all dependencies
- 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