Can't open two wine app, game and an app

I am testing the performance of Path of Exile and I would need to run Path of building alongside to play. When I fire up PoB PoE doesn’t start.

Console

Running /home/user/.local/share/lutris/runners/wine/lutris-5.4-x86_64/bin/wine /home/user/Games/path-of-exile/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/PathOfExile_x64.exe --nologo --nodx9ex
Initial process has started with pid 4438
Game is considered started.
wine client error:0: version mismatch 603/598.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
Game is considered exited.
Initial process has exited.
All children have exited.
Exit with returncode 256

https://paste.ubuntu.com/p/hkBhrtxcvf/ - log
https://paste.ubuntu.com/p/yQFPGSng58/ - issue JSON

I have found if you want to run multiple apps at the same time through lutris you will need to create separate application launch shortcuts for each, then either start them both separately or use a script to launch each of them individually, one after the other.

1 Like

You didn’t specify whether both items are running in the same Wine prefix. If they are, then you may need to ensure that they are both using the same version of Wine.

1 Like

TY, that makes sense. Only one wine to run at the same time.