Posted January 25, 2016
Hello, I just got this game and downloaded it. I can't get it to start. Heres my run down:
Clicked Launcher Icon, nothing happened.
Used the window manager to navigate to the subfolder and tried running from there, nothing happened.
Launched the terminal and tried from the folder ./start.sh and got:
Running The Bard's Tale
support/gog_com.shlib: line 106: ./BardTale: No such file or directory
Opened gog_com.shlib and at line 106 I see:
if [ "$arch" == "x86_64" ]
then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$lib_path64"
cd "${bin_path64}"
./"${bin_64}"
Ok, so it should be capable of running on 64 bit system, but it can't identify the path maybe?
Did a search on that came across a similar issue with Paplibgl.so.1 cannot open shared object file no such file or directoryers Please and found this:
$ rm libstdc++.so.6
$ ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6
So I tried that and still no use. Any advice?
EDIT:
I solved the issue above via the following steps.
Open the terminal then enter:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libglu1-mesa:i386
Clicked Launcher Icon, nothing happened.
Used the window manager to navigate to the subfolder and tried running from there, nothing happened.
Launched the terminal and tried from the folder ./start.sh and got:
Running The Bard's Tale
support/gog_com.shlib: line 106: ./BardTale: No such file or directory
Opened gog_com.shlib and at line 106 I see:
if [ "$arch" == "x86_64" ]
then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$lib_path64"
cd "${bin_path64}"
./"${bin_64}"
Ok, so it should be capable of running on 64 bit system, but it can't identify the path maybe?
Did a search on that came across a similar issue with Paplibgl.so.1 cannot open shared object file no such file or directoryers Please and found this:
$ rm libstdc++.so.6
$ ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6
So I tried that and still no use. Any advice?
EDIT:
I solved the issue above via the following steps.
Open the terminal then enter:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libglu1-mesa:i386
Post edited January 27, 2016 by Illyduss