tx00100xt / SeriousSamClassic-VK

Open source game engine version developed by Croteam for Serious Sam Classic with Vulkan support (Windows, Linux, FreeBSD, OpenBSD, macOS, Raspberry Pi OS). Based on https://github.com/sultim-t/Serious-Engine-Vk and linux port https://github.com/icculus/Serious-Engine
GNU General Public License v2.0
101 stars 12 forks source link

Second Encounter not launching (glibc 2.35 latest binary) #8

Closed eFeTRn closed 2 years ago

eFeTRn commented 2 years ago

libGame.so: cannot open shared object file: No such file or directory

eFeTRn commented 2 years ago

Edit: I fixed it by copying First Encounter's libgame.so to Second Encounter's executeable directory

tx00100xt commented 2 years ago

Edit: I fixed it by copying First Encounter's libgame.so to Second Encounter's executeable directory

This is the wrong decision. Libraries in TSE Must be libGameMP.so and libEntitiesMP.so It is necessary to create the ModEXT.txt file in the root directory of the TSE game, if it does not exist. And write two letters in it: MP These letters are read when starting the game from this file and added to the name of the library.