Hi,
I’m new to Lutris and I’m tryiing to make it to work with my old MS Windows games.
First, I’m trying to run my own DVD version of “Broken Sword 4” with Lutris.
I found this page :
Then I tried to adapt the script :
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 21335,
"game_id": 5250,
"game_slug": "broken-sword-4-the-angel-of-death",
"name": "Broken Sword 4 - the Angel of Death",
"year": null,
"user": "appoloin",
"runner": "wine",
"slug": "broken-sword-4-the-angel-of-d-gog",
"version": "DVD",
"description": null,
"notes": "",
"credits": "",
"created_at": "2020-06-08T11:14:06.120000Z",
"updated_at": "2020-06-08T13:41:57.714915Z",
"draft": false,
"published": true,
"published_by": 20548,
"rating": "",
"is_playable": null,
"steamid": 316160,
"gogid": null,
"gogslug": "",
"humbleid": "",
"humblestoreid": "",
"humblestoreid_real": "",
"script": {
"files": [
{
"setup": "N/A:Select installer"
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/Program Files/THQ/Revolution Software Ltd/Broken Sword The Angel of Death/bs4pc.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"install_gecko": false,
"install_mono": false,
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"executable": "$setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"wine": {
"Desktop": true
}
},
"content": "files:\n- setup: N/A:Select installer\ngame:\n arch: win32\n exe: $GAMEDIR/drive_c/GOG Games/Broken Sword 4/bs4pc.exe\n prefix: $GAMEDIR\ninstaller:\n- task:\n arch: win32\n install_gecko: false\n install_mono: false\n name: create_prefix\n prefix: $GAMEDIR\n- task:\n executable: $setup\n name: wineexec\n prefix: $GAMEDIR\nwine:\n Desktop: true\n",
"discord_id": ""
}
]
}
The setup is executed perfectly, but I try to run the game, it’s not working, here it is the log :
Started initial process 1406 from gamemoderun /home/mrbidon/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-22-x86_64/bin/wine /home/mrbidon/Games/broken-sword-4-the-angel-of-death/drive_c/Program Files/THQ/Revolution Software Ltd/Broken Sword The Angel of Death/bs4pc.exe
Start monitoring process.
gamemodeauto:
fsync: up and running.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
terminate called after throwing an instance of 'dxvk::DxvkError'
Monitored process exited.
Initial process has exited (return code: 768)
Exit with return code 768
On WineHQ, this game is writted as working with wine :
I’m using Ubuntu 22.04.
Any idea to help me resolve this issue ?