Hello all,
Thank you so much for all your help couldn’t of done it with out you Um yeah bin great We fixed the problem, Um thanks again.
Sorry for any confusion with this there is a lot of issue happening all at once due to Lutris not cooperating with the system explanation is at the bottom.
I have been having trouble with Lutris and wine but everything seams to be pointing back to Lutris as the problem and this one when I want to play Path Of Exile
‘in ’ requires string as left operand, not NoneType
Traceback (most recent call last):
File “/usr/lib/python3.13/site-packages/lutris/exception_backstops.py”, line 29, in wrapper
result = function(*args, **kwargs)
File “/usr/lib/python3.13/site-packages/lutris/game.py”, line 905, in beat
game_pids = self.get_game_pids()
File “/usr/lib/python3.13/site-packages/lutris/game.py”, line 864, in get_game_pids
return self.runner.filter_game_pids(new_pids, self.game_uuid, game_folder)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/site-packages/lutris/runners/runner.py”, line 451, in filter_game_pids
if game_folder in cmdline:
^^^^^^^^^^^^^^^^^^^^^^
TypeError: ‘in ’ requires string as left operand, not NoneType
Lutris log:
[INFO:2025-07-10 17:22:05,876:application]: Starting Lutris 0.5.19
[INFO:2025-07-10 17:22:05,951:startup]: “card1” is NVIDIA GeForce GTX 1050 Ti (10de:1c82 1458:3733 nvidia) Driver 575.64.03
[INFO:2025-07-10 17:22:11,428:config]: No games in response of https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=34C9698CEB394AB4401D65927C6B3752&steamid=76561198302810838&format=json&include_appinfo=1&include_played_free_games=1
[ERROR:2025-07-10 17:22:11,429:jobs]: Error while completing task <function BaseService.start_reload..do_reload at 0x7f7f2b848900>: <class ‘RuntimeError’> Failed to load games. Check that your profile is set to public during the sync.
[ERROR:2025-07-10 17:26:23,478:service_media]: Failed to download https://lutris.net/games/cover/warcraft-ii-battle-net-edition.jpg: HTTP Error 404: Not Found
[ERROR:2025-07-10 17:26:23,481:jobs]: Error while completing task <function BaseService.start_reload..do_reload at 0x7f7f061f0ae0>: <class ‘RuntimeError’> Battle.net is not installed in Lutris
[INFO:2025-07-10 17:32:42,569:runner]: Runtime disabled by system configuration
[INFO:2025-07-10 17:32:42,569:runner_interpreter]: Do not enable Mangodhud for Steam games in Lutris.Edit the launch options in Steam and set them to mangohud %%command%%
[INFO:2025-07-10 17:32:42,569:runner]: Runtime disabled by system configuration
[ERROR:2025-07-10 17:32:44,578:exception_backstops]: Path of Exile (steam) has encountered an error: ‘in ’ requires string as left operand, not NoneType
Traceback (most recent call last):
File “/usr/lib/python3.13/site-packages/lutris/exception_backstops.py”, line 29, in wrapper
result = function(*args, **kwargs)
File “/usr/lib/python3.13/site-packages/lutris/game.py”, line 905, in beat
game_pids = self.get_game_pids()
File “/usr/lib/python3.13/site-packages/lutris/game.py”, line 864, in get_game_pids
return self.runner.filter_game_pids(new_pids, self.game_uuid, game_folder)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/site-packages/lutris/runners/runner.py”, line 451, in filter_game_pids
if game_folder in cmdline:
^^^^^^^^^^^^^^^^^^^^^^
TypeError: ‘in ’ requires string as left operand, not NoneType
[WARNING:2025-07-10 17:32:44,580:game]: The game has run for a very short time, did it crash?
[INFO:2025-07-10 17:32:57,911:runner]: Runtime disabled by system configuration
[INFO:2025-07-10 17:32:57,911:runner_interpreter]: Do not enable Mangodhud for Steam games in Lutris.Edit the launch options in Steam and set them to mangohud %%command%%
[INFO:2025-07-10 17:32:57,911:runner]: Runtime disabled by system configuration
[ERROR:2025-07-10 17:32:59,918:exception_backstops]: Path of Exile (steam) has encountered an error: ‘in ’ requires string as left operand, not NoneType
Traceback (most recent call last):
File “/usr/lib/python3.13/site-packages/lutris/exception_backstops.py”, line 29, in wrapper
result = function(*args, **kwargs)
File “/usr/lib/python3.13/site-packages/lutris/game.py”, line 905, in beat
game_pids = self.get_game_pids()
File “/usr/lib/python3.13/site-packages/lutris/game.py”, line 864, in get_game_pids
return self.runner.filter_game_pids(new_pids, self.game_uuid, game_folder)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/site-packages/lutris/runners/runner.py”, line 451, in filter_game_pids
if game_folder in cmdline:
^^^^^^^^^^^^^^^^^^^^^^
TypeError: ‘in ’ requires string as left operand, not NoneType
[WARNING:2025-07-10 17:32:59,921:game]: The game has run for a very short time, did it crash?
The games launch but but I cannot interact with them mouse disappears and keyboard is not there either.
Failed to load games. Check that your profile is set to public during the sync.
Traceback (most recent call last):
File “/usr/lib/python3.13/site-packages/lutris/util/jobs.py”, line 30, in target
result = self.function(*a, **kw)
File “/usr/lib/python3.13/site-packages/lutris/services/base.py”, line 144, in do_reload
self.load()
~~~~~~~~~^^
File “/usr/lib/python3.13/site-packages/lutris/services/steam.py”, line 98, in load
raise RuntimeError(_(“Failed to load games. Check that your profile is set to public during the sync.”))
RuntimeError: Failed to load games. Check that your profile is set to public during the sync.
Lutris log:
[INFO:2025-07-10 17:22:05,876:application]: Starting Lutris 0.5.19
[INFO:2025-07-10 17:22:05,951:startup]: “card1” is NVIDIA GeForce GTX 1050 Ti (10de:1c82 1458:3733 nvidia) Driver 575.64.03
[INFO:2025-07-10 17:22:11,428:config]: No games in response of https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=34C9698CEB394AB4401D65927C6B3752&steamid=76561198302810838&format=json&include_appinfo=1&include_played_free_games=1
[ERROR:2025-07-10 17:22:11,429:jobs]: Error while completing task <function BaseService.start_reload..do_reload at 0x7f7f2b848900>: <class ‘RuntimeError’> Failed to load games. Check that your profile is set to public during the sync.
No matter what I do I cannot fix it and I cannot interact with my games. Wine is also the same I cannot interact with it either.
Battle.net is not installed in Lutris
Traceback (most recent call last):
File “/usr/lib/python3.13/site-packages/lutris/util/jobs.py”, line 30, in target
result = self.function(*a, **kw)
File “/usr/lib/python3.13/site-packages/lutris/services/base.py”, line 146, in do_reload
self.add_installed_games()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File “/usr/lib/python3.13/site-packages/lutris/services/battlenet.py”, line 129, in add_installed_games
raise RuntimeError(“Battle.net is not installed in Lutris”)
RuntimeError: Battle.net is not installed in Lutris
Lutris log:
[INFO:2025-07-10 17:22:05,876:application]: Starting Lutris 0.5.19
[INFO:2025-07-10 17:22:05,951:startup]: “card1” is NVIDIA GeForce GTX 1050 Ti (10de:1c82 1458:3733 nvidia) Driver 575.64.03
[INFO:2025-07-10 17:22:11,428:config]: No games in response of https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=34C9698CEB394AB4401D65927C6B3752&steamid=76561198302810838&format=json&include_appinfo=1&include_played_free_games=1
[ERROR:2025-07-10 17:22:11,429:jobs]: Error while completing task <function BaseService.start_reload..do_reload at 0x7f7f2b848900>: <class ‘RuntimeError’> Failed to load games. Check that your profile is set to public during the sync.
[ERROR:2025-07-10 17:26:23,478:service_media]: Failed to download https://lutris.net/games/cover/warcraft-ii-battle-net-edition.jpg: HTTP Error 404: Not Found
[ERROR:2025-07-10 17:26:23,481:jobs]: Error while completing task <function BaseService.start_reload..do_reload at 0x7f7f061f0ae0>: <class ‘RuntimeError’> Battle.net is not installed in Lutris
At the time of this was copied I had already uninstalled Battle.net but was getting the same error message when it was installed.
I have also since downloaded proton plus and the wine-staging-tkg 10.6 is no longer available for download and is most probably the reason why I cannot add or play Battle.net.
Is there any other fixes for this as I have searched for about 3 months with this very same problem before I come here.
I have also noticed that in my Lutris account my Library Games have disappeared this could be cause of the problem when I add more to the games library I go back a day later and the My Games Library is empty again ???
My lutris app on my PC shows games are there but error messages occur as above even though all the games are there and load due to them being installed on my system, but trying to play them that’s when I get the wine issue cannot interact with the game it’s self…The wine issue has since been fixed by reinstalling the system update, I can now load and play games but not with Lutris causes wine issue cannot use keyboard and mouse or interact with the game when opening the games with lutris and to fix this issue I have to reinstall the update again to fix the wine issue because I have no idea what’s causing the issue in the first place but it keeps pointing back to Lutris causing the problem and I still have other games on the lutris that actually work…