From 9a00b5b83a82041d21c50d9eb5a2f20fc80cc170 Mon Sep 17 00:00:00 2001 From: Protogen187 <162638343+Protogen187@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:20:05 +0200 Subject: [PATCH] Update error-codes.md made clear that 10048 is a Launcher and 10038/1060/10061 is a Server issue. Also linked the Server doc to the Server codes mentioned --- docs/en/game/error-codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/game/error-codes.md b/docs/en/game/error-codes.md index cf8c3f06..5258d89e 100644 --- a/docs/en/game/error-codes.md +++ b/docs/en/game/error-codes.md @@ -6,8 +6,8 @@ This page contains all the error codes that the launcher may display. | Code | Description | Possible solution | |-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 10048 | Something else is already using this port | Make sure to only have ONE instance of BeamMP running at a time. Try restarting your PC. -| 10038 / 10060 / 10061 | No Server answered on this specified IP and / or Port | Check Port forwarding firewall rules. +| 10048 | Something else is already using this port | Make sure to only have ONE instance of the BeamMP-Launcher running at a time. Try restarting your PC. +| 10038 / 10060 / 10061 | No Server answered on this specified IP and / or Port | Check Port forwarding firewall rules for your [BeamMP-Server](https://docs.beammp.com/server/create-a-server). | 10054 | Connection reset by peer | The server you're connecting to has gone offline. | | Failed to find the game please launch it. Report this if the issue persists code 3. | The launcher was unable to find the game's info (game directory, profile directory, version ect...) in the registry entry | Run the game at least once so the registry values get created. | | Failed to find the game please launch it. Report this if the issue persists code 4. | The launcher was unable to read the game's info (game directory, profile directory, version ect...) in the registry entry | This error is most likely to appear in users with **pirated copies** of the game. If you have bought the game, run it at least once so the registry values get created. |