dmustanger / 7dtd-ServerTools

Server tools for 7 days to die dedicated servers
194 stars 57 forks source link

sqlite fix doesn't need file to be located in Mono directory #205

Closed maci0 closed 4 years ago

maci0 commented 4 years ago

i just dropped the sqlite interop .so file into my .local/share/7DaysToDie directory and set my LD_LIBRARY_PATH to also look there when executing the server binary. worked just fine. no need to meddle with static data from the game folder

maci0 commented 4 years ago

just putting it in the Mods/ServerTools directory works fine too. no need for LD_LIBRARY_PATH

ObsComp commented 4 years ago

Thanks. I have removed SQLite in the most recent edition to simplify the process for users and to allow the tool to work on Linux based operating systems.

I will keep that in mind if it comes up again. That used to cause issue for astar manager on the server load. It would allow the server to start up but zombies were stuck standing in one spot due to astar manager locking up.