Posted April 26, 2015
Whenever I try to start the game from console with ./start.sh I get:
support/gog_com.shlib: Line 211: ./PillarsOfEternity: no permission
(translated from german)
My system is (K)ubuntu 14.10 64bit
Kernel-Version 3.16.0-34
AMD Phenom II X4 945
4 GB RAM
BTW, the code block around line 211 of gog_com.shlib says:
if [ "$arch" == "x86_64" ]
then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$lib_path64"
cd "${bin_path64}"
./"${bin_64}" <- 211
support/gog_com.shlib: Line 211: ./PillarsOfEternity: no permission
(translated from german)
My system is (K)ubuntu 14.10 64bit
Kernel-Version 3.16.0-34
AMD Phenom II X4 945
4 GB RAM
BTW, the code block around line 211 of gog_com.shlib says:
if [ "$arch" == "x86_64" ]
then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$lib_path64"
cd "${bin_path64}"
./"${bin_64}" <- 211
Post edited April 26, 2015 by gokudo