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

Mod suddenly stopped working #14

Open
MrHowlett opened this issue Dec 12, 2021 · 12 comments
Open

Mod suddenly stopped working #14

MrHowlett opened this issue Dec 12, 2021 · 12 comments

Comments

@MrHowlett
Copy link

MrHowlett commented Dec 12, 2021

I downloaded and extracted the files to the game folder as instructed and everything worked perfectly. After 4 days I came back to the game and suddenly the mod stopped working. The option to disable full screen optimizations is unchecked at the DXHRDC.exe, DirectX 11 is enabled in the game menu, not using any other mod besides DXHRDC-GFX and I am not using MSI Afterburner or RivaTuner. I've completely uninstalled the game, deleted the game registry, re-installed the game and mod and it's still not working. Nothing happens when I press F11 as it used to work before... :(

OS: Windows 10 Home x64 Build 19044.1348
GTX 1660 SUPER (Driver 497.09)
Ryzen 5 3600
16GB DDR4 (2x8) 3600Mhz

@CookiePLMonster
Copy link
Owner

I was going to suggest FS optimizations but I see you already checked that - it's odd, I have no other ideas as to why it'd break. Is it possible for you to check if the ASI is even loaded in the game, either with a debugger or Process Explorer?

@MrHowlett
Copy link
Author

MrHowlett commented Dec 13, 2021

Yea, it's possible. I just don't know how to check so maybe I need a little help with this.

@CookiePLMonster
Copy link
Owner

With Process Explorer (downloadable from sysinternals) you can find the game process much like in Task Manager, and then pressing Ctrl+D will bring up a DLLs view, so you can check if the mod's ASI is on that list:
image

@MrHowlett
Copy link
Author

Just checked here and theres no DXHRDC-GFX.asi in the list. I've tried also turning off Windows Defender real-time protection but still same...
Screenshot
.

@CookiePLMonster
Copy link
Owner

I see - what about winmm.dll? There should be two loaded - one from system32, one from the game directory.

@MrHowlett
Copy link
Author

Theres only one winmm.dll being loaded and is the one from the SysWOW64 folder.
Screenshot

@CookiePLMonster
Copy link
Owner

In that case this is the issue - you can check if it helps if you rename winmm.dll in the game directory to wininet.dll or version.dll. IIRC one of those is supported by the ASI Loader too.

@MrHowlett
Copy link
Author

MrHowlett commented Dec 16, 2021

Renaming to wininet.dll made it to work again, thanks! Now I'm trying to find out why the mod was working with winmm.dll and stopped working a couple of days later.

@CookiePLMonster
Copy link
Owner

Please let me know if you find out! I have similar issues with winmm.dll with Far Cry and I've been unable to reproduce them, so it'd be good to know what can interfere.

@Cimmerian-Iter
Copy link

Hello, does this work on linux?

I have tried to use winmm.dll, wininet.dll and version.dll but neither of those 3 actually display the in game config pannel.

Is there any way I can debug this? Thanks

@CookiePLMonster
Copy link
Owner

It should work - but you need to follow some extra steps as outlined HERE.

@Cimmerian-Iter
Copy link

Thank you it works perfectly

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

3 participants