Skip to content

RE5 Gold Fix Wizard V1.4

Latest

Choose a tag to compare

@Igloo-Garage Igloo-Garage released this 06 Aug 22:35

RE5 Gold Fix Wizard — V1.4 Release Notes

English | 中文


English

RE5 Gold Fix Wizard v1.4 — the all-in-one repair tool for Resident Evil 5 (Gold Edition) on modern Windows.

This release fixes the startup crashes that Capcom's 2009 MT Framework engine never outgrew — including the new D3D9 Display Mode Proxy that solves the 4K / high-refresh / DSR / VSR 0x0000007e crash at the engine level.

⬇️ Choose the right package below — one for Windows 10/11, one for Windows 7.

📦 Package 1 — Windows 10 / 11

RE5-Gold-Fix-Wizard V1.4.zip (≈120 MB)

The complete fixer for modern systems. Includes:

  • Fix Wizard menu (options 0–10) with the new Display Mode Proxy (Option 9)
  • DXVK (Vulkan) mode, FusionFix, 4GB LAA patch, runtime checker & cleanup tools
  • Bundled runtimes: VC++ 2010, DirectX 9.0c (Jun 2010), Vulkan Runtime
  • Auto-elevating launcher (RE5_Fixer.bat)

Install: unzip → run RE5_Fixer.bat → follow the menu. That's it.

🧰 Package 2 — Windows 7 (extra)

RE5-Gold-Fix-Wizard--Win7 Patch+Runtime.zip

Required only for Windows 7 systems. Adds:

  • Win7 launcher (RE5_Fixer for win7.bat) with execution-policy bypass
  • .NET Framework 4.8 (offline installer)
  • Windows Management Framework 5.1 (KB3191566, x86 & x64)

Install: unzip → copy RE5_Fixer for win7.bat into this folder → run it. If the game won't start, install the runtimes first.

v1.4 What's New

  • NEW — D3D9 Display Mode Proxy (Option 9/10): native C++ proxy DLL (~32 KB) that hooks Direct3DCreate9 / GetAdapterModeCount / EnumAdapterModes and trims the display-mode list to ≤200. Fixes the engine's hardcoded 256-entry array overflow that crashes with 0x0000007e on 4K high-refresh displays, NVIDIA DSR / AMD VSR supersampling, and TVs with excessive EDID modes. No Vulkan/DXVK required.
  • Option 10 to cleanly uninstall (fully reversible; every patch auto-backs-up the original file first)
  • English localization of the whole wizard

How to use

  1. Pick the package for your OS.
  2. Unzip anywhere.
  3. Run .bat. The wizard auto-detects your game folder from Steam.
  4. Start with Option 1 (4GB patch), then Option 9 if you're on 4K / high-refresh.

Known issues

  • Some antivirus products may flag d3d9.dll / modified re5dx9.exe — this is expected for a game patcher. Whitelist the game folder if needed.
  • DXVK mode and the Display Mode Proxy are mutually exclusive (both use the d3d9.dll slot). Use Option 6 to clean before switching.

Thanks

  • Lyall/RE5Fix — FOV, ultrawide & resolution fixes
  • The RE5 community — for 15 years of keeping a great game playable

中文版

RE5 黄金版修复向导 v1.4 —— 专为现代 Windows 打造的一体化《生化危机 5 黄金版》环境修复工具。

本版本修复了 Capcom 2009 年 MT Framework 引擎至今仍未解决的启动崩溃问题,包括全新的 D3D9 显示模式代理,在引擎层面根治 4K 高刷 / DSR / VSR 超采样导致的 0x0000007e 崩溃。

⬇️ 请按系统选择下面的安装包 —— 一个给 Win10/11,一个给 Win7。

📦 安装包一 —— Windows 10 / 11

RE5-Gold-Fix-Wizard V1.4.zip(约 120 MB)

现代系统完整修复包,包含:

  • 修复向导菜单(选项 0–10),含全新的 显示模式代理(选项 9)
  • DXVK(Vulkan)模式、FusionFix、4GB 内存扩展、运行库检测与深度清理
  • 内置运行库:VC++ 2010、DirectX 9.0c(2010 年 6 月版)、Vulkan 运行库
  • 自动提权启动器(RE5_Fixer.bat

安装: 解压 → 运行 RE5_Fixer.bat → 按菜单操作即可。

🧰 安装包二 —— Windows 7(附加)

RE5-Gold-Fix-Wizard--Win7 Patch+Runtime.zip

Win7 系统需要,补充:

  • Win7 版启动器(RE5_Fixer for win7.bat,带执行策略绕过)
  • .NET Framework 4.8(离线安装包)
  • Windows Management Framework 5.1(KB3191566,x86 与 x64)

安装: 解压 → 把 RE5_Fixer for win7.bat 复制进本文件夹 → 运行。若游戏无法启动,请先安装文件夹内的运行库。

v1.4 新增内容

  • 全新 —— D3D9 显示模式代理(选项 9/10): 原生 C++ 代理 DLL(约 32 KB),拦截 Direct3DCreate9 / GetAdapterModeCount / EnumAdapterModes,将显示模式列表裁切到 ≤200 种。修复引擎硬编码 256 项数组溢出导致的 0x0000007e 崩溃(常见于 4K 高刷屏、N 卡 DSR / A 卡 VSR 超采样、EDID 模式过多的电视)。无需 Vulkan/DXVK 运行库。
  • 新增选项 10 可干净卸载(完全可逆;所有补丁均先自动备份原文件)
  • 全界面英文本地化

使用方法

  1. 按系统选择安装包。
  2. 解压到任意位置。
  3. 运行.bat 启动器。向导会自动从 Steam 注册表定位游戏目录。
  4. 建议先执行选项 1(4GB 扩展),4K/高刷屏用户再执行选项 9

已知问题

  • 部分杀毒软件可能误报 d3d9.dll 或被修改的 re5dx9.exe —— 游戏补丁工具普遍如此,如有需要请将游戏目录加入白名单。
  • DXVK 模式与显示模式代理互斥(两者都占用 d3d9.dll 槽位)。切换前请先用选项 6 清理。

致谢

  • Lyall/RE5Fix —— FOV、超宽屏与分辨率修复
  • RE5 社区 —— 十五年来一直让这款好游戏保持可玩