Jamil Hajjar

Results 16 comments of Jamil Hajjar

The fact that the receipe can't be build without imgui is a problem but doesn't it comes from the `conanfile.py` file ? Actually I don't see the problem with the...

I currently have a similar problem, but the ports are different : 27016 and 27020 (I've set my server port to 27016) However I did not have this problem 2...

I just tested the official nginx docker image and it worked perfectly. I was able to connect to the server, so I think the problem doesn't come from my docker...

The server appears correctly in the list of community servers (LAN tab) but I still can't connect to it: `connection failed after 30 retries.`

I tested the both way, the console and the gui. I have the same error in both cases

As the docker is on the same machine as csgo, I use `connect 127.0.0.1` to connect to the server

I've set my local ip (192.xx.xx.xx) for the variables SRCDS_NET_PUBLIC_ADDRESS and SRCDS_IP and it didn't change anything.

I actually managed to successfully connect to the server. The main point of the solution is to edit the value of [sv_lan](https://totalcsgo.com/command/svlan) in the `csgo/cfg/server.cfg` file from 0 to 1....

I don't really understand why but it doesn't change anything when it should work. The `+sv_lan` should overwrite the one in the config so I'm surprised that it doesn't work....

> So just to clarify. You did remove it from your `server.cfg` and pulled the latest version of the image that passes it as a command line variable? > >...