From 678ee92344eb33760924956556bff203663e31a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E6=99=93?= <34391004+SinoAHpx@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:10:07 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f13a8d1a..d3fd95c74 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A WIP server emulator for Genshin Impact 2.3-2.6 # Running the server and client ### Prerequisites -* Java 8 JDK +* [JDK-8u202](https://mirrors.huaweicloud.com/java/jdk/8u202-b08/) * Mongodb (recommended 4.0+) * Fiddler Classic @@ -58,3 +58,4 @@ There is a dummy user named "Server" in every player's friends list that you can * If compiling wasnt successful, please check your JDK installation (must be JDK 8 and JDK's bin PATH variable is correct) * My client doesn't connect, doesn't login, 4206, etc... - Mostly your fiddler is the issue, make sure it running on another port except 8888 * Startup sequence: Mongodb > The server > Fiddler > Client +* If `4206` error constantly prompt up, try to use [jdk-8u202-b08](https://mirrors.huaweicloud.com/java/jdk/8u202-b08/) instead of other versions of JDK From 96748a4d3a0c8758d474c22f5e8b4acf61071bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E6=99=93?= <34391004+SinoAHpx@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:22:56 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3fd95c74..ec89309e7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A WIP server emulator for Genshin Impact 2.3-2.6 # Running the server and client ### Prerequisites -* [JDK-8u202](https://mirrors.huaweicloud.com/java/jdk/8u202-b08/) +* JDK-8u202 ([mirror link since Oracle required an account to download old builds](https://mirrors.huaweicloud.com/java/jdk/8u202-b08/)) * Mongodb (recommended 4.0+) * Fiddler Classic