-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 更新服务端崩溃文档 * 统一文案 * 添加客户端通用问题 * 添加客户端通用问题
- Loading branch information
柚子柚子
authored
Aug 18, 2023
1 parent
ef06b00
commit 155b7db
Showing
10 changed files
with
67 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 客户端问题 | ||
# 客户端介绍 | ||
|
||
## 基础知识 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 通用问题 | ||
|
||
## 手动触发调试崩溃 | ||
|
||
解释:玩家通过在游戏中按住 `F3 + C` 触发崩溃。 | ||
|
||
解决方案:不要按住 `F3 + C`…… | ||
|
||
关键词: | ||
|
||
``` | ||
Manually triggered debug crash | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# 服务端介绍 | ||
|
||
:::info WIP | ||
即将到来 | ||
正在阅读本文档的玩家您好,您可能在搭建服务器时遇到了问题。 | ||
|
||
这个部分将会帮助您解决服务端**后台**的崩溃。有关客户端问题,请阅读[客户端介绍](https://crashmc.com/client/)。 | ||
|
||
:::warning 注意 | ||
这个部分是服务端**后台**的崩溃解决方案,而不是无法连接到服务器 / 游玩服务器时掉线的解决方案。 | ||
|
||
如果您在连接到服务器时出错,请自行根据报错文案上网搜索或求助他人。 | ||
::: | ||
|
||
## 日志文件的位置 | ||
|
||
客户端的崩溃通常会由启动器自动打包崩溃报告,但是服务端没有启动器,需要您自行寻找日志文件。 | ||
|
||
一般而言,最新的日志文件在 `logs\latest.log`,而崩溃报告在 `crash-reports` 目录下。 | ||
|
||
得到日志文件后,就可以根据后续的文档处理崩溃了。您也可以使用[崩溃分析工具](https://crashmc.com/analyzer.html),将日志文件打包成 zip 并上传尝试分析。祝您成功解决问题! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters