You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"action": "This error occured when:\n\n1. You haven't patched your game.\n2. You already patched your game, but proxy isn't running\n\nTry:\n- Check if your game is patched and the proxy is running properly "
42
+
},
43
+
{
44
+
"keywords": [
45
+
"500"
46
+
],
47
+
"action": "This error caused by server side when the server set the `EXPERIMENTAL_RealPassword = true` and you are running a client without a metadata patch (which no longer works in 3.1>)"
48
+
},
49
+
{
50
+
"keywords": [
51
+
"502"
52
+
],
53
+
"action": "The server address you are trying to connect doesn't exist or it's down. Check the [Status](<https://stats.uptimerobot.com/L8Nx6FL4V>) page. Or check real-time status in <#1051149545779777586>."
54
+
},
55
+
{
56
+
"__comment": "Mitmproxy issue",
57
+
"keywords": [
58
+
"10048"
59
+
],
60
+
"action": "Port is either being used by another instance of mitm, or other application that is running and using this port. To fix it, simply check the app that is using the port and close it. Or you can start mitm with other port by using the `-p PORTNUMBER` command-line when launching it."
"keywords": ["Address already in use", "java.net.BindException"],
3
+
"keywords": [
4
+
"Address already in use",
5
+
"java.net.BindException"
6
+
],
4
7
"action": "Check if something is running in these ports: `8888, 443, 80, 22102`. It's likely that is the thing stopping your server from starting. \n Run `netstat -aon | find /i \"listening\"` to see what ports are listening. Then kill the process with `taskkill /PID <PID>`",
"keywords": ["not recognized as an internal or external command"],
11
+
"keywords": [
12
+
"not recognized as an internal or external command"
13
+
],
11
14
"action": "You don't have java in your PATH. Make sure you have java installed or add it to PATH manually: https://www.java.com/en/download/help/path.html",
"action": "Replace these in your resources/ExcelBinOutput folder:\n\nhttps://github.com/Koko-boya/Grasscutter_Resources/blob/main/Resources/ExcelBinOutput/ReliquaryMainPropExcelConfigData.json\n\nhttps://github.com/Koko-boya/Grasscutter_Resources/blob/main/Resources/ExcelBinOutput/ReliquaryAffixExcelConfigData.json",
"keywords": ["where can i find ExcelBinOutput", "where can i find BinOutput", "where is ExcelBinOutput", "where is BinOutput", "where can i find the ExcelBinOutput", "where can i find the BinOutput", "where is the ExcelBinOutput", "where is the BinOutput", "where can i download ExcelBinOutput", "where can i download BinOutput"],
85
+
"keywords": [
86
+
"where can i find ExcelBinOutput",
87
+
"where can i find BinOutput",
88
+
"where is ExcelBinOutput",
89
+
"where is BinOutput",
90
+
"where can i find the ExcelBinOutput",
91
+
"where can i find the BinOutput",
92
+
"where is the ExcelBinOutput",
93
+
"where is the BinOutput",
94
+
"where can i download ExcelBinOutput",
95
+
"where can i download BinOutput"
96
+
],
84
97
"action": "You can get them all from here: \n<https://gitlab.com/YuukiPS/GC-Resources/>"
"action": "This usually happens when you restart the server with active connections, but receiving packets fail because the server doesn't recognise the session. It should go away after a while when the client tries to reconnect",
"action": "You haven't patched your game correctly. Check https://canary.discord.com/channels/964119462188040202/1049101257933066322 for more information."
117
-
},
118
-
{
119
-
"keywords": ["500", "Error 500", "Code 500"],
120
-
"action": "This error caused by server side when the server set the `EXPERIMENTAL_RealPassword = true` and you are running a client without a metadata patch (which no longer works in 3.1>)"
121
-
},
122
-
{
123
-
"keywords": ["502", "Error 502", "Code 502"],
124
-
"action": "The server address you are trying to connect doesn't exist or it's down. Check the [Status](<https://stats.uptimerobot.com/L8Nx6FL4V>) page. Or check real-time status in <#1051149545779777586>."
"action": "Make sure you have installed [.NET Runtime 6.0 (Desktop).](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime). Either the x64, x84 or arm64 depends on ur CPU architecture. [Click here for how to check ur CPU architecture](<https://pcguide101.com/cpu/what-is-my-processor-architecture/>)"
130
161
},
131
162
{
132
-
"keywords": ["no game file config found", "config not found", "No support game with MD5"],
163
+
"keywords": [
164
+
"no game file config found",
165
+
"config not found",
166
+
"No support game with MD5"
167
+
],
133
168
"action": "Your game version is not supported by the launcher (AKA you have newer version of the game or a client that is not supported by the MD5 API)\nPlease wait until the launcher is up-to-date"
134
169
},
135
170
{
136
171
"__comment": "Mitmproxy Issues",
137
-
"keywords": ["cannot be loaded because running scripts is disabled on this system", "running scripts"],
172
+
"keywords": [
173
+
"cannot be loaded because running scripts is disabled on this system",
174
+
"running scripts"
175
+
],
138
176
"action": "- Manual Fix (For Advanced)\n1. Open powershell as administrator\n2. Type `Get-ExecutionPolicy` to check the current ExecutionPolicy applied\n3. If it says `Restricted` change it to `RemoteSigned` by using the `Set-ExecutionPolicy`. Read [here](https://www.sharepointdiary.com/2014/03/fix-for-powershell-script-cannot-be-loaded-because-running-scripts-is-disabled-on-this-system.html) for more info\n\n- Using Windows Settings (Recommended)\n1. Open windows settings and find Powershell (Make sure you have enabled Developer Mode)\n2. Enable `Change execution policy to allow local powershell scripts to run without signing. Require signing for remote scripts.` https://doc.yuuki.me/assets/images/powershell-settings-be5bce04f18ff8070230b02c93ad0277.png "
139
177
},
140
178
{
141
-
"keywords": ["My PC can't connect to the Internet", "no internet", "can't connect to internet"],
"action": "Port is either being used by another instance of mitm, or other application that is running and using this port. To fix it, simply check the app that is using the port and close it. Or you can start mitm with other port by using the `-p PORTNUMBER` command-line when launching it."
147
-
},
148
186
{
149
187
"__comment": "Cultivation Issues",
150
-
"keywords": ["Game excecutable not set!", "executable not set"],
188
+
"keywords": [
189
+
"Game excecutable not set!",
190
+
"executable not set"
191
+
],
151
192
"action": "You haven't set the game path, Go to Cultivation settings -> Set Game Install Path https://doc.yuuki.me/assets/images/game-path-culti-36a2ac989648dea98fa0640e732330d7.png"
152
193
},
153
194
{
154
-
"keywords": ["System Error. Please try again later.", "System Error"],
195
+
"keywords": [
196
+
"System Error. Please try again later.",
197
+
"System Error"
198
+
],
155
199
"action": "Make sure you have \"**Toggle Encryption**\" Disabled on the Cultivation settings, and unchecked \"**Use HTTPS**\". This error occurs usually on localhost server"
0 commit comments