Coder Social home page Coder Social logo

Cannot set up a server about csgo HOT 2 CLOSED

Nuc1eoN avatar Nuc1eoN commented on May 13, 2024
Cannot set up a server

from csgo.

Comments (2)

Nuc1eoN avatar Nuc1eoN commented on May 13, 2024

Ok so I've already fixed the missing library thing

dlopen failed trying to load:
/home/steam/.steam/sdk32/steamclient.so
with error:
/home/steam/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory

by adding:

# Fix for missing library
RUN mkdir /home/steam/.steam/sdk32
RUN ln -s /home/steam/steamcmd/linux32/steamclient.so /home/steam/.steam/sdk32/steamclient.so

To the dockerfile.
EDIT: Sorry apparently this line actually didn't fix it. But doesn't seem to be the main culprit anyway.

But the server still wont start.

from csgo.

CM2Walki avatar CM2Walki commented on May 13, 2024

@Nuc1eoN
Please keep in mind that you have to pass SRCDS_TOKEN={YOURTOKEN} for the server to be reachable from public ips. Otherwise the server will be restricted to local networks only. You can obtain a token here:
https://steamcommunity.com/dev/managegameservers

I will add a clarification to the readme though.

from csgo.

Related Issues (20)

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.