Open november781 opened 4 months ago
I think what may be happening is that this game doesn't have an appid
set.
Take a look at the game's configuration. Look for an "Application ID" setting. Is it blank?
I think what may be happening is that this game doesn't have an
appid
set.Take a look at the game's configuration. Look for an "Application ID" setting. Is it blank?
Indeed it's blank. It's the same for all of my detected games.
I would personally consider it a bug that lutris is failing to populate that field on detection since the ID should be either collectable from the folder structure of the game or from something like protondb.
update: 4 games did auto-populate... But I dont have a pattern on which ones and why... Hades2, Manor lords, vampire survivors, and the Planetside2 test client all have the application ID populated but everything else does not
edit: it seems that games installed when lutris is running properly get their IDs populated but games that were either bulk added or installed with lutris shut down dont.
any updates on this ?
Bug description
when trying to launch a game that was installed on steam and detected by lutris, the game just exits without launching. This is because Lutris is failing to pass in a game ID when running
/usr/bin/steam steam://rungameid/
. In order for a game to launch, its application ID needs to be appended to the end of that command. IE for Balatro it should look like/usr/bin/steam steam://rungameid/2379780
How to Reproduce
Expected behavior
The game should launch.
Log output
System Information
Media (optional)
No response