Skip to content

fix: resolve GTA IV freeze and capture issues with D3D9Ex support and…#3

Merged
op30mmd merged 1 commit into
mainfrom
fix-gta-iv-freeze-9294808648611066424
May 9, 2026
Merged

fix: resolve GTA IV freeze and capture issues with D3D9Ex support and…#3
op30mmd merged 1 commit into
mainfrom
fix-gta-iv-freeze-9294808648611066424

Conversation

@op30mmd

@op30mmd op30mmd commented May 9, 2026

Copy link
Copy Markdown
Owner

… logging

  • Fixed GTA IV freeze by increasing initialization delay and avoiding factory Release() deadlocks.
  • Resolved capture failure in GTA IV by implementing hooks for IDirect3DDevice9Ex::PresentEx and ResetEx.
  • Added a centralized logging system that outputs to OutputDebugStringA and C:\d3d9capture\debug.log for easier troubleshooting.
  • Instrumented all core modules with detailed logs for initialization, hook status, and capture errors.
  • Enhanced robustness with redundant patch protection in the vtable patcher.

… logging

- Fixed GTA IV freeze by increasing initialization delay and avoiding factory Release() deadlocks.
- Resolved capture failure in GTA IV by implementing hooks for IDirect3DDevice9Ex::PresentEx and ResetEx.
- Added a centralized logging system that outputs to OutputDebugStringA and C:\d3d9capture\debug.log for easier troubleshooting.
- Instrumented all core modules with detailed logs for initialization, hook status, and capture errors.
- Enhanced robustness with redundant patch protection in the vtable patcher.

Co-authored-by: op30mmd <152014555+op30mmd@users.noreply.github.com>
@op30mmd op30mmd merged commit 72fac89 into main May 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant