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

Failure to load files falls through #9

Open
mirh opened this issue Apr 6, 2024 · 1 comment
Open

Failure to load files falls through #9

mirh opened this issue Apr 6, 2024 · 1 comment

Comments

@mirh
Copy link

mirh commented Apr 6, 2024

err:   d3d9.dll loading failed: 126

Long story short I downloaded an rtx-remix debug build, and eventually I figured it wasn't working because I was missing the bunch of MSVC debug libraries needed by dxvk's d3d9 and usd_ms dlls.
But this took me longer to figure out than I'd have liked because the "Direct3D is not available due to an unknown error" dialog the game was throwing at me made me shift my attention to some whatever stupid specific incompatibility of its.

Not saying you should go the whole hog and plus with diagnosing, but something this dead fundamental should be given more notability.

@mirh
Copy link
Author

mirh commented Oct 2, 2024

err:   RegisterExitCallback() failed with error code 87

Sigh, meanwhile this happened when I accidentally deleted the .trex folder from the rtx-remix official package to replace it with the updated stuff from just the dxvk-remix repo (i.e. but completely forgetting that I was still missing the bridge's own NvRemixBridge.exe).

Nothing is particularly obvious from the outside, until you start to log the api calls preceding the silent crash.

@mirh mirh changed the title Failure to load ANY d3d9.dll falls through Failure to load files fall through Oct 2, 2024
@mirh mirh changed the title Failure to load files fall through Failure to load files falls through Oct 2, 2024
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

No branches or pull requests

1 participant