Coder Social home page Coder Social logo

Unable to start server about squad HOT 6 OPEN

cm2walki avatar cm2walki commented on July 16, 2024
Unable to start server

from squad.

Comments (6)

razum90 avatar razum90 commented on July 16, 2024

For error investigation purposes, what's supposed to be stored in the volume you provide? And at what point? Nothing is stored in mine.

from squad.

CM2Walki avatar CM2Walki commented on July 16, 2024

Sorry to keep you waiting for so long.

Your internal bind mount mapping is wrong:

    volumes:
      - /data/Squad:/storage/squad/

It should be:

    volumes:
      - /data/Squad:/home/steam/squad-dedicated/

Then the bind mount should be filled correctly. However, this doesn't explain why the server isn't starting, since the game files were instead pulled into the container filesystem, which will still make them work.

When you say "it's not starting" do you mean that the container exits instantly after these logs? Or are you unable to connect?

from squad.

razum90 avatar razum90 commented on July 16, 2024

Hey no worries @CM2Walki, thanks for your answer. Ah, yeah, I fixed that now and can see the files. Great, changing in those files is supported as well, right? Just considering it's written in the docs that files can be changed like this $ docker exec -it squad-dedicated nano /home/steam/squad-dedicated/SquadGame/ServerConfig/Server.cfg

It doesn't exit, but I don't see it in the Custom Browser inside Squad, looking at the logs it's just printing this over and over:

squad | [2022.04.24-15.21.39:411][448]LogOnlineSession: Warning: STEAM: Server setting ,PublicQueueLimit_i:25 overflows Steam SetGameTags call
squad | [2022.04.24-15.21.39:411][448]LogOnlineSession: Warning: STEAM: Server setting ,PublicQueue_i:0 overflows Steam SetGameTags call
squad | [2022.04.24-15.21.39:411][448]LogOnlineSession: Warning: STEAM: Server setting ,ReservedQueue_i:0 overflows Steam SetGameTags call
squad | [2022.04.24-15.22.09:400][942]LogOnlineSession: Warning: STEAM: Empty session setting CurrentModLoaded : OnlineService of type String

I am not sure how to confirm that it's actually running as it should?

from squad.

CM2Walki avatar CM2Walki commented on July 16, 2024

Great, changing in those files is supported as well, right? Just considering it's written in the docs that files can be changed like this $ docker exec -it squad-dedicated nano /home/steam/squad-dedicated/SquadGame/ServerConfig/Server.cfg

Yes, this is written like this to also cover the case where the game files are inside the container file system. Since you use a bind mount, you can also just edit the files there and the changes will be present inside the container.

I haven't run this image in some time, so I wouldn't be able to tell you if this is running as intended. Back in the day, when I was operating a licensed server, I usually checked via console if I could connect.

from squad.

Jmag103 avatar Jmag103 commented on July 16, 2024

Having the same issue. Did someone figure out what needed to be done for this? I can see my server using the steam server browser, but I can't join it. I triple checked my port forwarding and its good.

version: '3.9'

services:
  squad:
    image: cm2network/squad
    deploy:
      resources:
        limits:
          cpus: '4'
          memory: '10g'
    container_name: squad
    restart: unless-stopped
    volumes:
      - D:\squad-dedicated:/home/steam/squad-dedicated/
    environment:
      - PORT=7787
      - QUERYPORT=27165
      - RCONPORT=21114
      - FIXEDMAXPLAYERS=100
    ports:
      - 7787:7787/tcp
      - 7788:7788/tcp
      - 27165:27165/tcp
      - 27166:27166/tcp
      - 21114:21114/tcp
      - 7787:7787/udp
      - 7788:7788/udp
      - 27165:27165/udp
      - 27166:27166/udp
      - 21114:21114/udp

from squad.

LiangBraun avatar LiangBraun commented on July 16, 2024

I would like to ask you, how do I use frp to start this server

from squad.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.