Snuggles988: Advice would be appreciated thanks.
Alm888: Sorry, I do not have the game you have troubles with, so take my advise accordingly, but…
1) You must ensure the libraries described in the "System Requirements" are installed in your system. Different distros use different naming for these libs, though. But that is a good starting point;
2) Locate the game executable and try to launch it directly via terminal (CLI) and see what it writes to the output. Sometimes GOG's wrapper is a problem in itself and a game works fine if launched directly;
3) Failing that, try to trace all needed libraries by giving the following command in terminal (from a directory containing the game, obviously):
$ ldd -r <name_of_the_executable> and see what is missing.
Thank you Alm888 for your time
I started at step one to try and get the libraries described in system requirements to get the game to run. here is where i am currently at with step 1.
"sudo apt-get install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libcurl3:i386 libgtk2.0-0:i386 libopenal1:i386 libglu1:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libasound2-data' instead of 'libasound2-data:i386'
Note, selecting 'libglu1-mesa:i386' instead of 'libglu1:i386'
Package libcurl3:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libcurl4:i386 libcurl4
E: Package 'libcurl3:i386' has no installation candidate"
So i tried getting the packages that replace them
"sudo apt-get install libcurl4:i386 libcurl4
Reading package lists... Done
Building dependency tree
Reading state information... Done
libcurl4 is already the newest version (7.68.0-1ubuntu2.1).
libcurl4:i386 is already the newest version (7.68.0-1ubuntu2.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
When i try and run the game through the terminal from the folder I get the following
"start.sh
bash: start.sh: command not found" from the games folder and thats what i get.
"ldd -r start.sh
not a dynamic executable"
"ldd -r gog_com-Monolith_1.desktop
not a dynamic executable"
"ldd -r start.sh
not a dynamic executable"
"./runner: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
"
"locate libcrypto.so.1.0.0
/home/NAME/.steam/debian-installation/steamapps/common/SteamLinuxRuntime/scout_0.20200505.0/files/lib/i386-lin ux-gnu/libcrypto.so.1.0.0
/home/NAME/.steam/debian-installation/steamapps/common/SteamLinuxRuntime/scout_0.20200505.0/files/lib/x86_64-l inux-gnu/libcrypto.so.1.0.0
/home/NAME/.steam/debian-installation/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libcrypto.so.1.0.0
/home/NAME/.steam/debian-installation/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu/libcrypto.so.1.0.0"
that is what I am getting atm. When i double click on the desktop launcher for the game or the start.sh in game file nothing happens.
Thanks again for your time and help, I appreciate it.