runejs / server

RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.
GNU General Public License v3.0
238 stars 82 forks source link

[BUG] Cannot Login after Client-Server Connection Successful #428

Closed Seltraeh closed 2 weeks ago

Seltraeh commented 2 weeks ago

Describe the bug The server is finally running with modified RSA values and server-config.json set up correctly (I assume based on the limited directions in the readme.md file). Unfortunately, when I make it to the login screen and get the prompt to login, I get stuck on a infinite loading screen when using the default credentials (user: "a", pass: "****") The linux server error says: server-runejs_game_server-1 | [2024-08-24T18:36:54.036Z] ERROR (113 on 93beacf262a5): : Invalid block id 23 server-runejs_game_server-1 | [1] [2024-08-24T18:36:54.037Z] ERROR (73 on 93beacf262a5): Login server error.

Expected behavior I should be able to login and give the new gradle build to friends to start playing.

Seltraeh commented 2 weeks ago

The issue was my RSA keys that I generated. After going back to the defaults, the game loaded up properly.