Jump to content

BGEE won't start after installing SCS 30 with hotfixes on Linux


radwulf

Recommended Posts

I would appreciate it if somebody could help with this.

 

If I install anything from SCS 30 (with Subtle Doctor's 4 fixes) the game doesn't start. Bear in mind I'm using Linux (UbuntuGnome 16.04) and am using a script to create lower case symlinks of mixed case files which works with other mods. In the terminal it reads:

 

#

support/gog_com.shlib: line 94: 3447 Segmentation fault (core dumped) ./"${bin_64}"
#
The chunk starting at Line 94 in file support/gog_com.shlib reads:
##
execute_game() {
local bin_32="${1}"
local bin_64="${2}"
local bin_path32="${3}"
local bin_path64="${4}"
local lib_path32="${5}"
local lib_path64="${6}"
local arch=$(uname -m)
if [ "$arch" == "x86_64" ]
then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$lib_path64"
cd "${bin_path64}"
./"${bin_64}"
else
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$lib_path32"
cd "${bin_path32}"
./"${bin_32}"
fi
}

##

 

Thanks for your time.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...