From 54fe4314cef84676712a51dd53f61ad34d087fc5 Mon Sep 17 00:00:00 2001 From: Lande <64076502+Laande@users.noreply.github.com> Date: Sun, 5 Dec 2021 15:36:32 +0100 Subject: [PATCH] add problem 4 impossible to connect to the retro due to a not closed loop --- docs/wiki/Troubleshooting.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/wiki/Troubleshooting.md b/docs/wiki/Troubleshooting.md index 524c5b5..9b33c7a 100644 --- a/docs/wiki/Troubleshooting.md +++ b/docs/wiki/Troubleshooting.md @@ -4,7 +4,7 @@ There are some known issues with the execution G-Earth, please read this through First of all, make sure you have extracted the .rar file into its own folder. If you're using a mac; make sure you have completed the mac-installation wiki page. - +* ## Problem 1: G-Earth doesn't open * It's recommended to use Java 8, some problems have occurred with people using Java 11 or other versions. It shouldn't be hard to fix this with a simple google search. * On Linux, if you get a "Invalid MIT-MAGIC-COOKIE-1" exception, execute "xhost +local:" in a terminal @@ -26,6 +26,21 @@ If you're using a mac; make sure you have completed the mac-installation wiki pa * Your antivirus might be the problem, try to disable it * Your firewall might be the problem, try to disable it +## Problem 4: Retro doesn't loads (with or without G-Earth) +* If you can't connect to the retro after using G-Earth and you are stuck at 76% without G-Earth + + Try the following steps: + + - Open cmd as administrator (https://www.wikihow.com/Run-Command-Prompt-As-an-Administrator-on-Windows) + - Run this command `netsh interface ip delete address "Loopback" HOST` + + Replace `HOST` with the host of you retro + + If you don't see any message after the command, it works, + but if you have something like "can't find this ip address": + 1) Your host is wrong or + 2) The problem does not come from here + ## Creating an Issue If the solutions did NOT help you, navigate to https://github.com/sirjonasxx/G-Earth/issues and, if it hasn't been solved before, create a new issue. Include the following things in your issue: @@ -35,4 +50,4 @@ Include the following things in your issue: * For mac&linux: the same thing, but open a terminal instead and use the command "sudo java -jar G-Earth.jar" -If you had an issue and solved it with a different solution and feel like it belongs on this page, feel free to create an issue. \ No newline at end of file +If you had an issue and solved it with a different solution and feel like it belongs on this page, feel free to create an issue.