Posted April 13, 2019
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
-------------------------------------------------------------------------------------------------------------- ----------
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
No posts in this topic were marked as the solution yet. If you can help, add your reply