Gonzih / docker-csgo-server

Dockerfile for the CSGO server
MIT License
134 stars 54 forks source link

32bit issue #6

Closed cgarnier closed 6 years ago

cgarnier commented 7 years ago

Hello, I got this error:

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

Hi, wanna provide some extra info? Like environment details, etc?

On 10/10/17 12:05, Clément Garnier wrote:

Hello, I got this error:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Gonzih/docker-csgo-server/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQQI7wbuorqbh1M53sxx6OdB0_BQ1GAks5sq0FrgaJpZM4Pzrf_.

cgarnier commented 7 years ago
$ docker version
Client:
 Version:      17.05.0-ce
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:10:54 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-ce
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:10:54 2017
 OS/Arch:      linux/amd64
 Experimental: false
$ uname -a
Linux dev3 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

On which kernel are you running it ?

Gonzih commented 7 years ago

I just run the container and saw similar error, but server seems to be running fire. Can you confirm that server is running and this is just a warning?

On 10/10/17 13:26, Clément Garnier wrote:

|$ docker version Client: Version: 17.05.0-ce API version: 1.29 Go version: go1.7.5 Git commit: 89658be Built: Thu May 4 22:10:54 2017 OS/Arch: linux/amd64 Server: Version: 17.05.0-ce API version: 1.29 (minimum version 1.12) Go version: go1.7.5 Git commit: 89658be Built: Thu May 4 22:10:54 2017 OS/Arch: linux/amd64 Experimental: false | |$ uname -a Linux dev3 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux |

On which kernel are you running it ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Gonzih/docker-csgo-server/issues/6#issuecomment-335442693, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQQI8WQKeQNC0XBYJAjh97AQLEXGJP8ks5sq1R8gaJpZM4Pzrf_.

cgarnier commented 7 years ago

It seams runing but i dont think it s the case. I wasnt able to connect on it yesterday. I will retry this evening.

Maybe you can add this line after the build ln -s /home/csgo/hlserver/linux32 /home/csgo/.steam/sdk32

cgarnier commented 7 years ago

I try that this evening. I keep you in touch

Gonzih commented 7 years ago

Cool, thanks!

On 10/10/17 14:57, Clément Garnier wrote:

I try that this evening. I keep you in touch

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Gonzih/docker-csgo-server/issues/6#issuecomment-335463604, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQQI3MBwvk7DYEC92SWOIY13s5HYwYtks5sq2nGgaJpZM4Pzrf_.

cgarnier commented 7 years ago

In fact that was not the issue. I was unable to connect to it because i forgot the +set_steamaccount param. Maybe you could add some doc about it ?

Steam stuff is weird, there is errors in the logs but it s working -_-'

Gonzih commented 7 years ago

Cool, glad to hear that it worked for you. Do you have link to steamaccount param somewhere in documentation that I can take look at? Idea of this container was to run anonymous server first, and later you should be able to reconfigure it in the way you want it to function.

On 11/10/17 09:50, Clément Garnier wrote:

In fact that was not the issue. I was unable to connect to it because i forgot the +set_steamaccount param. Maybe you could add some doc about it ?

Steam stuff is weird, there is errors in the logs but it s working -_-'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Gonzih/docker-csgo-server/issues/6#issuecomment-335717309, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQQI4vr0voChDDXu4i9QWnhh0lw1IObks5srHNGgaJpZM4Pzrf_.

adrianlee commented 6 years ago

Here's the documentation you're looking for.

Registering Game Server Login Token https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers

For public server add +sv_setsteamaccount -net_port_try 1 to use your GSLT.

Gonzih commented 6 years ago

Thanks @adrianlee, mentioned this in README.