Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bao3 opened this issue Dec 28, 2022 · 3 comments
Open

Comments

@bao3
Copy link

bao3 commented Dec 28, 2022

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

@bao3 bao3 closed this as completed Jan 10, 2023
@avivace
Copy link
Owner

avivace commented Jan 10, 2023

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

@bao3
Copy link
Author

bao3 commented Jan 10, 2023

@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

@avivace
Copy link
Owner

avivace commented Jan 10, 2023

@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 avivace reopened this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants