You are not logged in.
Pages: 1
Hi, I'm trying to install The Elder Scrolls Online on my system (Devuan Daedalus up-to-date) with Lutris using the standalone version but it failed.
The error is that /usr/bin/bash executable can't be find.
$ ls -l /usr/bin/bash
ls: impossible d'accéder à '/usr/bin/bash': Aucun fichier ou dossier de ce type
So, /usr/bin/bash doesn't exist.
I wonder if I can just create a symlink to /bin/bash, as it exists.
Does ln -s /bin/bash /usr/bin/bash can do the job ?
By the way, I was able to install some other video games using the GOG version without any problems. It failed only with TESO.
--
w00t w00t
Ryzen 7 5700X - 16GB RAM - Radeon RX7600
Offline
Devuan Daedalus
root@devuan:/bin# ls -l /bin/bash
-rwxr-xr-x 1 root root 1265648 Apr 24 2023 /bin/bash
root@devuan:/bin#
Obviously you need a symbolic link.
Last edited by aluma (2024-01-26 10:25:01)
Offline
It worked. Thanks,
: )
--
w00t w00t
Ryzen 7 5700X - 16GB RAM - Radeon RX7600
Offline
Pages: 1