Impossible to install train simulator

Hello

I tried to install Train Simulator but with no success.

You could find the description of my problem on the following link : Ubuntu Pastebin

Could you please help me ?

Thanks

256 error most of the time means that wine is already running in the background and you need to close that first.

it could also be the GPU driver try to update it to a newer or older version. ’
idk what OS you on but on Debian its
sudo apt install nvidia-driver-495
also check if DXVK is installed
sudo apt install DXVK

Hello Kibasnowpaw

Thank you for your answer !

For sure, Wine was not running in the backround.

I use Xubuntu OS on the last version.

I updated the GPU driver.

It seems that DXVK is not installed

“julien@julien-Aspire-V3-771:~$ sudo apt install DXVK
[sudo] Mot de passe de julien :
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances
Lecture des informations d’état… Fait
E: Impossible de trouver le paquet DXVK”

Could you please explain me how to install it ?

Thank you a lot !

That should have installed it but it look like you don’t have it in your PPA
Since that command didn’t work then you may have to Compile it yourself

Thank you for your help but I did not succeed in installing DXVK. The return of the commande is :

julien@julien-Aspire-V3-771:~/Téléchargements/dxvk-1.9.3$ export WINEPREFIX=/path/to/.wine-prefix
julien@julien-Aspire-V3-771:~/Téléchargements/dxvk-1.9.3$ ./setup_dxvk.sh install
/path/to/.wine-prefix: Not a valid wine prefix.
julien@julien-Aspire-V3-771:~/Téléchargements/dxvk-1.9.3$ export WINEPREFIX=/path/to/.wine-prefix ./setup_dxvk.sh install
bash: export: « ./setup_dxvk.sh » : identifiant non valable

What could I do ?