Walentin

Results 28 comments of Walentin

I have setup a CI pipeline example in this repo and I'm using it in production: https://github.com/CM2Walki/steampipe Can you check the readme and see if that's what you are looking...

Did you execute the `steamcmd.sh` as user `root` by any chance? That usually leads to weird behavior like this for me. EDIT: Also could you drop in the command you...

Possibly related to #6. Sorry, I seem to have missed this issue. According to the link you posted it appears that it indeed has a dedicated server, however it appears...

I have the same stacktrace and also have a Laptop with both iGPU (Intel UHD 10th Gen) and dGPU (RTX 3080 Max-Q) on both Unity for Windows and Unity for...

``` Signaling: Receiving message: {"from":"533d8a19-016a-4fb7-b570-04a27672eed6:Firefox","to":"","type":"answer","data":{"sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-99.0 7877505351686006119 1 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 E2:C1:CC:82:CD:85:DE:02:05:62:58:BD:6B:61:58:76:2B:BF:01:0F:C0:FE:05:C6:F1:56:46:73:BA:1D:DA:8D\r\na=group:BUNDLE 0 1\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=application 51355 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 94.17.129.162\r\na=candidate:0 1 UDP 2122252543 bb395270-ec51-47c8-be11-7190a8263a24.local 51355 typ host\r\na=candidate:2 1 TCP 2105524479...

This behavior is inherited from the steamcmd base image, where the unprivileged container user is generated using user Id (UID) 1000: https://github.com/CM2Walki/steamcmd/blob/master/bullseye/Dockerfile#L7 Try setting the permissions to 1000:1000: ``` chown...

Hey, Have you tried setting the environment variable `SRCDS_MAPGROUP=mg_normal` since the default value is `mg_active` it could be that it takes the one passed from the commandline.

Alright, thanks for the follow-up!

I doubt it has much to do with the container image, but I think generally resetting/rotating the map should have a similar effect like restarting the entire server.

> 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.` How are you trying to...