Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GooRingX committed Nov 18, 2024
1 parent ed4bd67 commit ce18aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import DocCard from '@theme/DocCard';
### Android 开启连接频繁闪退
- 将 设置-TUN-网络栈 改成其他值再重试连接

### Android 连接报错: <a class="anchor" id="1023853913">process is bad</a>
### <a class="anchor" id="1023853913"></a>Android 连接报错: process is bad
- 改为从控制中心启动连接

### 打开Google.com,会跳转到Google.cn等
Expand All @@ -109,14 +109,14 @@ import DocCard from '@theme/DocCard';
### Windows系统,开启连接(TUN)报错:A required privilege is not held by the client
- 系统权限设置错误,解决方案参考 https://answers.microsoft.com/en-us/insider/forum/all/error-0x80070522-build-10074-a-required-privilege/516f87a8-80a6-4acb-a278-8866b2080460

### Windows系统, 开启连接报错: "launch process C:\\Program Files\\Karing\\karingService.exe failed: exception ProcessException: Access is denied.\r\n\n Command: \"C:\\Program Files\\Karing\\karingService.exe\""
### Windows系统, 开启连接报错: launch process karingService.exe failed: exception ProcessException: Access is denied.
- karingService.exe 的启动被系统或其他软件限制,尝试将Karing重新安装到其他目录

### Windows系统, 每次开启都报错: service start timeout
- 备份导出后,通过telegram发送将备份的zip文件给开发者,以便排查问题原因


### 启动连接报错:"check port failed:SocketException: Failed to create server socket (OS Error: The shared flag to bind() needs to be `true` if binding multiple times on the same (address, port) combination.), address = 127.0.0.1, port = 3067"
### 启动连接报错:check port failed:SocketException: Failed to create server socket (OS Error: The shared flag to bind() needs to be `true` if binding multiple times on the same (address, port) combination.), address = 127.0.0.1, port = 3067
- Karing用到的3067端口被占用,如果是Windows系统,请到任务管理器里检查是否有karingService.exe进程残留,如果有,强杀该进程后重试连接
- 如果是非Windows系统,可以尝试重启设备,或者到Karing-设置-端口,找到上面错误信息的端口,改成其他端口(建议端口号>4000),重试连接

Expand Down

0 comments on commit ce18aed

Please sign in to comment.