The officially official Devuan Forum!

You are not logged in.

#1 2024-01-26 05:26:14

macabre
Member
From: At my desk
Registered: 2024-01-26
Posts: 2  

[SOLVED] Error installing TESO with lutris

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

#2 2024-01-26 09:32:07

aluma
Member
Registered: 2022-10-26
Posts: 534  

Re: [SOLVED] Error installing TESO with lutris

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

#3 2024-01-26 11:11:55

macabre
Member
From: At my desk
Registered: 2024-01-26
Posts: 2  

Re: [SOLVED] Error installing TESO with lutris

It worked. Thanks,

: )


--
w00t w00t
Ryzen 7 5700X - 16GB RAM - Radeon RX7600

Offline

Board footer