From d5cda59f57b3cf2d4632fd487465d4fc8851818f Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:35:53 +0200 Subject: [PATCH] Update error-codes.md --- 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 5258d89e..42db1ab0 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 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). +| 10048 | Something else is already using the launcher 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 | If you are the server owner, please check the port forwarding and/or firewall rules found at [BeamMP-Server](https://docs.beammp.com/server/create-a-server). If you are not the server owner, choose a different server or contact the owner if known. | 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. |