GithubHelp home page GithubHelp logo

Comments (3)

avivace avatar avivace commented on June 3, 2024

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

from ror2-server.

bao3 avatar bao3 commented on June 3, 2024

@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

from ror2-server.

avivace avatar avivace commented on June 3, 2024

@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

from ror2-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.