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 msvc runtime #169

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/zh/advanced/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ banner: https://opengraph.snapgenshin.cn/generate?url=https://hut.ao/zh/advanced

- 需要打开 `%appdata%/../Local/Packages`
- 并在文件夹中找到 `60568DGPStudio.SnapHutao_wbnnev551gwxy` 文件夹并删除(如果权限不足请考虑使用 `NSudo_LG` 解决,详情请百度)

## 提示 0x8007007E 或 找不到指定的文件/找不到指定的模块

缺少 MSVC 运行库所致,请安装最新版 **MSVC 运行库**。

下载链接:[MSVC 运行库(x64)](https://aka.ms/vs/17/release/vc_redist.x64.exe)|[MSVC 运行库(x86)](https://aka.ms/vs/17/release/vc_redist.x86.exe)
6 changes: 6 additions & 0 deletions docs/zh/features/game-launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ description: 胡桃工具箱内的游戏启动器相较于官方启动器,不

### 解锁帧率上限

::: warning
在使用本功能前,请务必确认你**已安装了最新的 MSVC 运行库**,否则解锁帧率功能将无法正常运行。

下载链接:[MSVC 运行库(x64)](https://aka.ms/vs/17/release/vc_redist.x64.exe)|[MSVC 运行库(x86)](https://aka.ms/vs/17/release/vc_redist.x86.exe)
:::

::: caution
- [Unlocker 项目](https://github.com/DGP-Studio/Unlocker)仅作用于 UnityPlayer 本身,即直接作用于 Unity3D 引擎,与游戏本体不发生直接关系,本质上与移动端中“120帧率”等设置无异,但您仍应谨慎使用并自行阅读[用户协议](../statements/tos.md#总则)
:::
Expand Down
8 changes: 7 additions & 1 deletion docs/zh/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ banner: https://img.alicdn.com/imgextra/i1/1797064093/O1CN01FkOS5H1g6e1z8LCaD_!!
| **最低可运行系统版本** | Windows 10 Build 19045 (22H2)<br/> Windows 11 Build 22621 (22H2) |
| **推荐系统版本** | Windows 11 Build 22621 (22H2) 或更高版本 |
| **必要组件** | Windows Update, App Installer |
| 可选组件 | WebView2 Runtime |
| 可选组件 | WebView2 Runtime, **MSVC 运行库** |

**不支持的系统版本**:

Expand Down Expand Up @@ -149,6 +149,12 @@ WebView2 运行时由微软提供,其允许胡桃在程序内低开销地启

您可以点击[此链接](https://aka.ms/SegoeFluentIcons)以直接下载字体压缩包。请在解压后右键安装以将字体安装到系统。

### <img src="/images/202409/Microsoft-logo.svg" width="20" height="20"> MSVC 运行库(MSVCRT)

MSVC 运行库是解锁帧率功能的必须组件,如遇解锁帧率时提示“缺少 XXX.dll”或“缺少 XXX 组件”,请先尝试安装最新版的 MSVCRT 库。**此项需要您手动安装。**

下载链接:[MSVC 运行库(x64)](https://aka.ms/vs/17/release/vc_redist.x64.exe)|[MSVC 运行库(x86)](https://aka.ms/vs/17/release/vc_redist.x86.exe)

## <HopeIcon icon="iconfont icon-adduser" size="1.7rem" color="rgb(7, 163, 161)" /> 添加第一个米游社账号

在进入胡桃工具箱主界面后,点击左下角文档按钮和设置按钮中间的账号面板。在弹出的米游社账号面板中,根据你的账号类型选择对应的登录按钮。
Expand Down