|
1 | | -<local:MyCard Title="如何加入服务器?" CanSwap="True" IsSwaped="True" Margin="0,0,0,15"> |
| 1 | +<local:MyCard Title="如何加入服务器?" CanSwap="True" IsSwapped="True" Margin="0,0,0,15"> |
2 | 2 | <StackPanel Margin="25,40,23,15"> |
3 | 3 | <Grid> |
4 | 4 | <TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" |
5 | 5 | Text="1. 点击启动游戏按钮,然后单击 "多人游戏"。" HorizontalAlignment="Left" /> |
6 | | - <local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/5b8c21a0c000dbe259a878370df19148565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/08/01/64c8715fcc1ab.png?comment=启动游戏" /> |
| 6 | + <local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/5b8c21a0c000dbe259a878370df19148565437509.png" /> |
7 | 7 | </Grid> |
8 | 8 | <!-- <local:MyHint Margin="0,0,0,15" Text="如果无法点击多人游戏按钮,请不要使用 1.16.4 或 1.16.5 版本,或者切换到正版登录。" IsWarn="False" /> --> |
9 | 9 |
|
10 | 10 | <Grid> |
11 | 11 | <TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" |
12 | 12 | Text="2. 如果选择 "直接连接" 按钮,则输入服务器地址(即 IP),然后点击 "加入服务器"。" HorizontalAlignment="Left" /> |
13 | | - <local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/db756a18373d86a9315379a29eae15cc565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/08/01/64c8715dd99cd.png?comment=多人游戏直接连接" /> |
| 13 | + <local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/db756a18373d86a9315379a29eae15cc565437509.png" /> |
14 | 14 | </Grid> |
15 | 15 |
|
16 | 16 | <Grid> |
17 | 17 | <TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" |
18 | 18 | Text="3. 如果选择 "添加服务器" 按钮,则输入服务器名称、服务器地址(即 IP),然后点击 "完成",并双击加入该服务器,方便以后快速进入。
服务器名称用于区分不同的服务器,不影响实际连接效果,也可以保留默认。" HorizontalAlignment="Left" /> |
19 | | - <local:MyImage Margin="220,0,0,20" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/1cf1ee43e844f3a838e721f25f300cd8565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/08/01/64c8715c60c66.png?comment=多人游戏添加服务器" /> |
| 19 | + <local:MyImage Margin="220,0,0,20" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/1cf1ee43e844f3a838e721f25f300cd8565437509.png" /> |
20 | 20 | </Grid> |
21 | 21 |
|
22 | 22 | <TextBlock Margin="0,0,0,5" LineHeight="17" |
|
35 | 35 |
|
36 | 36 | <local:MyHint Margin="0,0,0,15" Text="若在加入服务器时遇到问题,可以查看下列常见错误中是否包含了你的问题。" IsWarn="False" /> |
37 | 37 |
|
38 | | -<local:MyCard Title="多人游戏已被禁用,请检查你的 Microsoft 账户设置" CanSwap="True" IsSwaped="True"> |
| 38 | +<local:MyCard Title="多人游戏已被禁用,请检查你的 Microsoft 账户设置" CanSwap="True" IsSwapped="True"> |
39 | 39 | <StackPanel Margin="25,40,23,11"> |
40 | 40 | <TextBlock Margin="0,5,0,0" FontSize="16" Foreground="{DynamicResource ColorBrush2}" |
41 | 41 | Text="正版账户" /> |
|
80 | 80 | </local:MyCard> |
81 | 81 |
|
82 | 82 |
|
83 | | -<local:MyCard Title="连接超时" CanSwap="True" IsSwaped="True"> |
| 83 | +<local:MyCard Title="连接超时" CanSwap="True" IsSwapped="True"> |
84 | 84 | <StackPanel Margin="25,40,23,11"> |
85 | 85 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
86 | 86 | Text="原因:连接超时。" /> |
87 | 87 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
88 | 88 | Text="解决方法:请逐一尝试和排查以下情况。" /> |
| 89 | + <TextBlock Margin="2,0,0,4" LineHeight="17" |
| 90 | + Text="1. 服务器已关闭或未正确开启。" /> |
| 91 | + <TextBlock Margin="2,0,0,4" LineHeight="17" |
| 92 | + Text="2. 确认服务器地址拼写正确(尽量复制粘贴)。" /> |
| 93 | + <!-- 把地址拼写的问题放在这里,是因为尝试连接 www.baidu.com 的时候也报这个错 --> |
| 94 | + <TextBlock Margin="2,0,0,4" LineHeight="17" |
| 95 | + Text="3. 确认网络连接正常且网络环境良好,使用加速器或 VPN 后再次尝试连接服务器。" /> |
| 96 | + <TextBlock Margin="2,0,0,4" LineHeight="17" |
| 97 | + Text="4. 尝试修改 DNS 服务器地址并刷新 DNS 缓存后再次尝试连接服务器。" /> |
| 98 | + <TextBlock Margin="2,0,0,4" LineHeight="17" |
| 99 | + Text="5. 尝试关闭 Microsoft Defender 公用网络防火墙后再次尝试连接服务器。" /> |
| 100 | + <TextBlock Margin="2,0,0,4" LineHeight="17" |
| 101 | + Text="6. 如问题仍未解决,请尝试在相关论坛及群聊中上传截图并寻求帮助。" /> |
89 | 102 | </StackPanel> |
90 | 103 | </local:MyCard> |
91 | | -<local:MyCard Title="Connection timed out: no further information" CanSwap="True" IsSwaped="True"> |
| 104 | +<local:MyCard Title="Connection timed out: no further information" CanSwap="True" IsSwapped="True"> |
92 | 105 | <StackPanel Margin="25,40,23,11"> |
93 | 106 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
94 | 107 | Text="原因:连接超时。" /> |
|
110 | 123 | </StackPanel> |
111 | 124 | </local:MyCard> |
112 | 125 |
|
113 | | -<local:MyCard Title="未知的主机 Unknown host 或 Cannot assign requested address: no further information" CanSwap="True" IsSwaped="True"> |
| 126 | +<local:MyCard Title="未知的主机 Unknown host 或 Cannot assign requested address: no further information" CanSwap="True" IsSwapped="True"> |
114 | 127 | <StackPanel Margin="25,40,23,11"> |
115 | 128 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
116 | 129 | Text="原因:无法访问目标地址。" /> |
|
119 | 132 | </StackPanel> |
120 | 133 | </local:MyCard> |
121 | 134 |
|
122 | | -<local:MyCard Title="Can't resolve hostname" CanSwap="True" IsSwaped="True"> |
| 135 | +<local:MyCard Title="Can't resolve hostname" CanSwap="True" IsSwapped="True"> |
123 | 136 | <StackPanel Margin="25,40,23,11"> |
124 | 137 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
125 | 138 | Text="原因:解析服务器地址失败。" /> |
|
128 | 141 | </StackPanel> |
129 | 142 | </local:MyCard> |
130 | 143 |
|
131 | | -<local:MyCard Title="您的主机中的软件中止了一个已建立的连接" CanSwap="True" IsSwaped="True"> |
| 144 | +<local:MyCard Title="您的主机中的软件中止了一个已建立的连接" CanSwap="True" IsSwapped="True"> |
132 | 145 | <StackPanel Margin="25,40,23,11"> |
133 | 146 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
134 | 147 | Text="原因:网络状况不佳。" /> |
|
137 | 150 | </StackPanel> |
138 | 151 | </local:MyCard> |
139 | 152 |
|
140 | | -<local:MyCard Title="登入失败、Failed to login 或 Bad login" CanSwap="True" IsSwaped="True"> |
| 153 | +<local:MyCard Title="登入失败、Failed to login 或 Bad login" CanSwap="True" IsSwapped="True"> |
141 | 154 | <StackPanel Margin="25,40,23,11"> |
142 | 155 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
143 | 156 | Text="原因:离线玩家尝试登录正版服务器。" /> |
|
146 | 159 | </StackPanel> |
147 | 160 | </local:MyCard> |
148 | 161 |
|
149 | | -<local:MyCard Title="Invalid characters in username" CanSwap="True" IsSwaped="True"> |
| 162 | +<local:MyCard Title="Invalid characters in username" CanSwap="True" IsSwapped="True"> |
150 | 163 | <StackPanel Margin="25,40,23,11"> |
151 | 164 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
152 | 165 | Text="原因:用户名包含中文或特殊字符。" /> |
|
155 | 168 | </StackPanel> |
156 | 169 | </local:MyCard> |
157 | 170 |
|
158 | | -<local:MyCard Title="Outdated server 或 Outdated client" CanSwap="True" IsSwaped="True"> |
| 171 | +<local:MyCard Title="Outdated server 或 Outdated client" CanSwap="True" IsSwapped="True"> |
159 | 172 | <StackPanel Margin="25,40,23,11"> |
160 | 173 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
161 | 174 | Text="原因:您的 Minecraft 版本与服务器不匹配。" /> |
|
164 | 177 | </StackPanel> |
165 | 178 | </local:MyCard> |
166 | 179 |
|
167 | | -<local:MyCard Title="You are not white-listed on this server" CanSwap="True" IsSwaped="True"> |
| 180 | +<local:MyCard Title="You are not white-listed on this server" CanSwap="True" IsSwapped="True"> |
168 | 181 | <StackPanel Margin="25,40,23,11"> |
169 | 182 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
170 | 183 | Text="原因:不在服务器白名单内。" /> |
|
173 | 186 | </StackPanel> |
174 | 187 | </local:MyCard> |
175 | 188 |
|
176 | | -<local:MyCard Title="You are banned from this server" CanSwap="True" IsSwaped="True"> |
| 189 | +<local:MyCard Title="You are banned from this server" CanSwap="True" IsSwapped="True"> |
177 | 190 | <StackPanel Margin="25,40,23,11"> |
178 | 191 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
179 | 192 | Text="原因:被服务器封禁。" /> |
|
182 | 195 | </StackPanel> |
183 | 196 | </local:MyCard> |
184 | 197 |
|
185 | | -<local:MyCard Title="Internal server error" CanSwap="True" IsSwaped="True"> |
| 198 | +<local:MyCard Title="Internal server error" CanSwap="True" IsSwapped="True"> |
186 | 199 | <StackPanel Margin="25,40,23,11"> |
187 | 200 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
188 | 201 | Text="原因:服务器内部错误。" /> |
|
191 | 204 | </StackPanel> |
192 | 205 | </local:MyCard> |
193 | 206 |
|
194 | | -<local:MyCard Title="End of Stream" CanSwap="True" IsSwaped="True"> |
| 207 | +<local:MyCard Title="End of Stream" CanSwap="True" IsSwapped="True"> |
195 | 208 | <StackPanel Margin="25,40,23,11"> |
196 | 209 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
197 | 210 | Text="原因:客户端 Mod 出错,或频繁加入服务器。" /> |
|
200 | 213 | </StackPanel> |
201 | 214 | </local:MyCard> |
202 | 215 |
|
203 | | -<local:MyCard Title="Server closed" CanSwap="True" IsSwaped="True"> |
| 216 | +<local:MyCard Title="Server closed" CanSwap="True" IsSwapped="True"> |
204 | 217 | <StackPanel Margin="25,40,23,11"> |
205 | 218 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
206 | 219 | Text="原因:服务器已关闭。" /> |
|
209 | 222 | </StackPanel> |
210 | 223 | </local:MyCard> |
211 | 224 |
|
212 | | -<local:MyCard Title="Server is full" CanSwap="True" IsSwaped="True"> |
| 225 | +<local:MyCard Title="Server is full" CanSwap="True" IsSwapped="True"> |
213 | 226 | <StackPanel Margin="25,40,23,11"> |
214 | 227 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
215 | 228 | Text="原因:服务器已满。" /> |
|
218 | 231 | </StackPanel> |
219 | 232 | </local:MyCard> |
220 | 233 |
|
221 | | -<local:MyCard Title="Internal Exception: io.netty.handler.timeout.ReadTimeoutException" CanSwap="True" IsSwaped="True"> |
| 234 | +<local:MyCard Title="Internal Exception: io.netty.handler.timeout.ReadTimeoutException" CanSwap="True" IsSwapped="True"> |
222 | 235 | <StackPanel Margin="25,40,23,11"> |
223 | 236 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
224 | 237 | Text="原因:客户端无法读取服务器传输的数据包(数据包过大)或服务器状态不佳。" /> |
|
227 | 240 | </StackPanel> |
228 | 241 | </local:MyCard> |
229 | 242 |
|
230 | | -<local:MyCard Title="java.lang.IllegalArgumentException: Packet too big" CanSwap="True" IsSwaped="True"> |
| 243 | +<local:MyCard Title="java.lang.IllegalArgumentException: Packet too big" CanSwap="True" IsSwapped="True"> |
231 | 244 | <StackPanel Margin="25,40,23,11"> |
232 | 245 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
233 | 246 | Text="原因:客户端无法读取服务器传输的数据包,因为数据包过大。你有可能被禁人塔、禁人书等造成的大量数据阻塞在服务器外。" /> |
|
236 | 249 | </StackPanel> |
237 | 250 | </local:MyCard> |
238 | 251 |
|
239 | | -<local:MyCard Title="Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException" CanSwap="True" IsSwaped="True"> |
| 252 | +<local:MyCard Title="Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException" CanSwap="True" IsSwapped="True"> |
240 | 253 | <StackPanel Margin="25,40,23,11"> |
241 | 254 | <TextBlock Margin="0,0,0,4" LineHeight="17" |
242 | 255 | Text="原因:Mod 导致错误。" /> |
|
246 | 259 | </StackPanel> |
247 | 260 | </local:MyCard> |
248 | 261 |
|
249 | | -<local:MyHint Margin="0,0,0,15" Text="作者:柚子柚子、风释清然SC、龙腾猫跃、Enigma_Soul" IsWarn="False" /> |
| 262 | +<local:MyCard Title="Connection throttled! Please wait before reconnecting." CanSwap="True" IsSwapped="True"> |
| 263 | + <StackPanel Margin="25,40,23,11"> |
| 264 | + <TextBlock Margin="0,0,0,4" LineHeight="17" |
| 265 | + Text="原因:短时间内多次尝试连接服务器,触发了服务器的连接速率限制(即防刷连接机制)。该机制用于防止异常连接请求或恶意重复登录。" /> |
| 266 | + <TextBlock Margin="0,0,0,4" LineHeight="17" |
| 267 | + Text="解决方法:请等待数秒后再尝试重新连接服务器。若您是服务器管理员,可在 Bukkit、Spigot、Paper、Leaves 等服务端的 bukkit.yml 配置文件中,将 settings 中的 connection-throttle 参数设置为 0 或 -1 以关闭此限制。" /> |
| 268 | + <TextBlock Margin="0,0,0,4" LineHeight="17" |
| 269 | + Text="注意:若关闭该功能,可能增加服务器遭受恶意连接或刷包攻击的风险,请谨慎调整。" /> |
| 270 | + </StackPanel> |
| 271 | +</local:MyCard> |
| 272 | + |
| 273 | +<local:MyHint Margin="0,0,0,15" Text="作者:柚子柚子、虾米逃生计划、龙腾猫跃、Enigma_Soul、卡带酱" IsWarn="False" /> |
0 commit comments