It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Ich habe Eschalon Book I auf linuxmint installiert. Leider bekomme ich beim Starten folgende Fehlermeldung (siehe Attachment) Ich habe eine Nvidia GTX 760 und mit glxinfo sieht alles gut aus. Die libGL.so.1 ist auch vorhanden, wird aber nicht gefunden. Die Ursache könnte im aoss File stecken, aber was muss ich tun?

-------------------------------------------------------------------------------------------------------------- ----------
aoss-File:

#!/bin/sh

# A simple script to facilitate the use of the OSS compatibility library.
# Usage:
# aoss <command> <command options and arguments>

current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

if [ -d /proc/asound ]; then
libdir="${current_dir}/../lib"
export LD_LIBRARY_PATH="${libdir}:${LD_LIBRARY_PATH}"
LD_PRELOAD="libaoss.so${LD_PRELOAD:+:$LD_PRELOAD}" exec "${@}"
else
echo "Warning: /proc/asound not found. Running without ALSA wrapper."
exec "$@"
fi
exit 1
--------------------------------------------------------------------------------------------------------------
Danke im voraus für die Hilfe,
Gruß Carola
Attachments:
No posts in this topic were marked as the solution yet. If you can help, add your reply
[GELÖST] Ich habe die Lösung im englischen Forum gefunden, daher kann der Thread geschlossen werden. Es genügte folgendes für 32-Bit nachzuinstallieren:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libx11-6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libc6:i386 libcurl3:i386 libglu1:i386 libgtk2.0-0:i386 libopenal1:i386 libstdc++5 lib32ncurses5 lib32z1 libpulse0:i386 libpulsedsp:i386