-
Notifications
You must be signed in to change notification settings - Fork 25
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
Replace d3d10.dll/dxgi.dll absolute path with relative #34
Comments
This is strange because CryRenderD3D10.dll has both d3d10.dll and dxgi.dll as its dependencies (dxgi.dll indirectly via d3d10.dll): However, it also loads them explicitly ( |
Some developers do that, no idea why. But Crysis Warhead doesn't have such behavior. |
Implemented. Can you test that it works with DXVK now? Here are the EXEs. Or you can take those big ones from CI/CD artifacts. I should finally implement CI/CD builds with VS2005 compiler to automatically build small EXEs as well. |
Works great, thank you. |
No problem. Thanks for the test and for reporting the issue. |
CryRenderD3D10.dll loads d3d10.dll and dxgi.dll directly from C:\Windows\System32 which causes problems when using some dll wrappers such as DXVK (doitsujin/dxvk#551 (comment)).
The text was updated successfully, but these errors were encountered: