Opened 9 years ago

Closed 9 years ago

#79 closed defect (fixed)

Linux Server not joinable

Reported by: Cidvond Owned by: Alloc
Priority: minor Component: Scripts
Keywords: Cc:

Description

Hi there,

Not sure if this should go here or the 7dtd forums. I am stuck on trying to get my linux box to work with alpha 10. The problem is I am not able to get into the server ingame. I know the server is up since I am able to connect to the web console. I am however not able to send commands. I am not sure if it is something I am doing wrong or what is happening. I am running Centos 6.5 and have reinstall the game server (including scripts) a few times now. Logs are listed below. I have stared (*) out passwords and such. Thanks!

Webpanel= http://pastebin.com/0hzj78G9
Output_log= http://pastebin.com/XTKz7hy0

Change History (3)

comment:1 Changed 9 years ago by Alloc

Steamworks problem, I think the libstdc++ one. Make sure you have libstdc++ as 32 bit library installed, on CentOS it might be something like libstdc++.i686. If that does not work add the following to the start script ( /usr/local/lib/7dtd/commands/start.sh ), line 43:

LD_LIBRARY_PATH=/home/sdtd/steamcmd/linux32/ LC_ALL=C ...

comment:2 Changed 9 years ago by Cidvond

I have libstdc++.i686 installed and its is updated. I added

LD_LIBRARY_PATH=/home/sdtd/steamcmd/linux32/

to line 43 and it is working now. Thank you for the quick responce!

comment:3 Changed 9 years ago by Alloc

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.