Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add common and更改服务器通用错误 #221

Merged
merged 12 commits into from
Feb 16, 2024
3 changes: 2 additions & 1 deletion .github/reviewer-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ groups:
- Big-Cake-jpg
- bingxin666
- XieXiLin2
- HRxiaohu
- HRxiaohu
- bingling-sama
42 changes: 0 additions & 42 deletions .github/workflows/gh-pages.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/pr-check.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const themeConfig: DefaultTheme.Config = {
nav: [
{ text: "主页", link: "/" },
{ text: "崩溃分析工具", link: "/analyzer" },
{ text: "通用问题", link: "/commons" },
{
text: "客户端崩溃",
activeMatch: "/client/*",
Expand Down
17 changes: 17 additions & 0 deletions docs/commons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 双端通用问题

## 内存溢出

解释:JVM 内存溢出,导致游戏崩溃。

解决方案:更新显卡驱动,64 位系统用户请确保使用 64 位 Java ,32 位系统用户请调低你的 Minecraft 使用内存

显卡驱动下载:[Intel](https://www.intel.cn/content/www/cn/zh/search.html#sort=relevancy&f:@tabfilter=[Downloads]&f:@stm_10385_zh=[%E6%98%BE%E5%8D%A1]) | [AMD](https://www.amd.com/zh-hans/support) | [Nvidia](https://www.nvidia.cn/geforce/drivers/)

64 位 Java 下载:[Java 8](https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u402%2B7/bellsoft-jre8u402+7-windows-amd64-full.msi) | [JDK 17](https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/17.0.10%2B13/bellsoft-jdk17.0.10+13-windows-amd64.msi)

关键词:

```
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb5c7288a1, pid=25504, tid=25880
```
12 changes: 12 additions & 0 deletions docs/server/shared.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ You need to agree to the EULA in order to run the server. Go to eula.txt for mor
```
Perhaps a server is already running on that port?
```

## 1 tick 执行时间过长

解释:服务器 1 tick 执行时间过长导致崩溃

解决方案:修改 `server.properties` 文件,将 `max-tick-time` 值调高或设为 `-1`

关键词:

```
java.lang.Error: Watchdog
```