ror2-server icon indicating copy to clipboard operation
ror2-server copied to clipboard

Whether I set R2_HOSTNAME or not , it only show "??????" in the lobby list.

Open bao3 opened this issue 2 years ago • 3 comments
trafficstars

The default hostname is "A Risk of Rain 2 dedicated server" , it only show "??????" too ... what did I miss ?

bao3 avatar Dec 28 '22 14:12 bao3

@bao3 did you figure out what was the issue here?

avivace avatar Jan 10 '23 12:01 avivace

@bao3 did you figure out what was the issue here?

I mean I built the docker container use the docker-compose.yaml:

version: "3"
services:
  ror2server:
    image: avivace/ror2server:latest
    container_name: ror2server
    environment:
      - PUID=1000
      - PGID=1000
      - R2_PLAYERS=5
      - R2_HEARTBEAT=1
      - R2_SV_PORT=27018
      - R2_QUERY_PORT=27016
      - R2_ENABLE_MODS=1
      - R2_HOSTNAME="[CN]大宝贝mod"
      - R2_PSW=6
      - R2_GAMEMODE=ClassicRun
    volumes:
      - ./mods:/root/ror2ds-mods
    ports:
      - 27018:27018/udp
      - 27016:27016/udp
      - 27015:27015/udp
    devices:
      - /dev/dri:/dev/dri # For H/W transcoding
         #    logging:
         #driver: none
    restart: unless-stopped

I start the container , and it could be shown publicly in the server list of Risak of Rain 2 .But the name just "???????"

While I click the "??????" server , in the docker log woule get the error ::

Warning: wrong connectionId in received user packet

bao3 avatar Jan 10 '23 15:01 bao3

@bao3 did you figure out what was the issue here?

I mean I built the docker container use the docker-compose.yaml:

version: "3"
services:
  ror2server:
    image: avivace/ror2server:latest
    container_name: ror2server
    environment:
      - PUID=1000
      - PGID=1000
      - R2_PLAYERS=5
      - R2_HEARTBEAT=1
      - R2_SV_PORT=27018
      - R2_QUERY_PORT=27016
      - R2_ENABLE_MODS=1
      - R2_HOSTNAME="[CN]大宝贝mod"
      - R2_PSW=6
      - R2_GAMEMODE=ClassicRun
    volumes:
      - ./mods:/root/ror2ds-mods
    ports:
      - 27018:27018/udp
      - 27016:27016/udp
      - 27015:27015/udp
    devices:
      - /dev/dri:/dev/dri # For H/W transcoding
         #    logging:
         #driver: none
    restart: unless-stopped

I start the container , and it could be shown publicly in the server list of Risak of Rain 2 .But the name just "???????"

While I click the "??????" server , in the docker log woule get the error ::

Warning: wrong connectionId in received user packet

@bao3 I was asking how you solved it because you closed the issue so I thought you solved it.

Can you retry with a simpler string? E.g. removing the chinese characters and the brackets

avivace avatar Jan 10 '23 16:01 avivace