KDE Neon Clicking Add Game does nothing

Hi, I’m trying to add a wine game already installed using normal wine to lutris but when i click add game all i get is nothing, no pop up or anything.

I ran lutris from the terminal and i get this error:

Traceback (most recent call last):
 File “/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py”, line 634, in on_add_game_button_clicked
   callback=lambda: self.game_store.add_game_by_id(dialog.game.id),
TypeError: init() got an unexpected keyword argument ‘callback’
Error in sys.excepthook:
Traceback (most recent call last):
 File “/usr/lib/python3/dist-packages/apport_python_hook.py”, line 145, in apport_excepthook
   os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), ‘wb’) as f:
FileNotFoundError: [Errno 2] No such file or directory: ‘/var/crash/_usr_bin_lutris.1000.crash’

Original exception was:
Traceback (most recent call last):
 File “/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py”, line 634, in on_add_game_button_clicked
   callback=lambda: self.game_store.add_game_by_id(dialog.game.id),
TypeError: init() got an unexpected keyword argument ‘callback’

Can anyone help please?