-
-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: no server running on /tmp/tmux-1001/atsserver-5aa01cbc #4580
Comments
please provide the following info: ETS2: ATS: console logfile for one of the servers. for me it looks like the server needs some new dependencies |
for me 2 libs are missing, libatmoic can be fetched from the repos, but for the second i have no clue yet
first dependency missing from my side for debian: |
second lib seems to be a bug on ETS2 / ATS server build: To fix this, either these need to be copied manually into |
I'Ve add the FMOD stuff now and the libfmodstudio.so.13 is now available ` ldd /home/gamesrv/ats/serverfiles/bin/linux_x64/amtrucks_server
` but: it isn't working .. the error is the same
what should i do now? |
one of the 2 libfmod.so files is still missing. also the package |
I cannot figure this out myself, I must be stupid or something. I too have LinuxGSMno server running on /tmp/tmux-1001/atsserver-2-8fbb0591 |
OK I managed to fix it by using this command sudo apt-get install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget -y (for the libX11.6.so) part and for the FMOD side a user kindly provided on the other thread/posted said on that forum here: https://www.dropbox.com/scl/fi/xa0pexws5ho191dhzl5l5/libfmodstudio.so.zip?rlkey=kda7f5q1zrk1ongg4jrt7kn4y&dl=0 is the required libfmod files. |
ATS needs to be launched via the server_launch.sh file and not amtrucks_server then it works, has been tested by me! Also, people need to realize they need to export_server_packages for ATS by starting their ATS game first and loading their game save then use WinSCP to find their .local directory as some server hosters may have this directory hidden(or at least my linux server had the .local directory hidden), anyway this should fix the current problem of the game server not starting, the rest is in the post stated hereto fix the game server from missing things: GameServerManagers#4580
Looks like the latest update for the server fixed the wrong dependency on I checked only ETS2 for now |
User story
Server can't start with tmux need fix
Game
American Truck Simulator & Euro Truck Simulator 2
Linux distro
Debian 12
Command
command: start, command: restart
Further information
i've this error and i've reinstalled my Server completly with a clean Debian 12 minimal installation. before American Truck Simulator and Euro Truck Simulator 2 has become this Update all works fine with LinuxGSM. But now i got a tmux error "no server running on /tmp/tmux-1001/atsserver-5aa01cbc" .. this is a clean Debian 12 installation and i've installed some stuff clean. i start linuxgsm (./atsserver start) everytime as user and not as root. Since this update the Server can't start with this tmux error
I've reinstalled tmux and i've reinstalled the completly server (Debian 12 minimal)
Relevant log output
Steps to reproduce
The text was updated successfully, but these errors were encountered: