networkMe / missinghud2

Binding of Isaac: Rebirth/Afterbirth Statistics HUD
Apache License 2.0
339 stars 54 forks source link

Unable to Commit Memory #13

Closed Deathlazer closed 8 years ago

Deathlazer commented 8 years ago

When I try running MissingHud2, I get this prompt: [2015-11-01 07:50:10 PM] [TID: 16108] [INFO ] ========== Missing HUD 2 v1.3.0 ========== [2015-11-01 07:50:10 PM] [TID: 16108] [INFO ] Starting DLL injection monitor thread. [2015-11-01 07:50:10 PM] [TID: 12960] [INFO ] BoI process found, time to inject... [2015-11-01 07:50:11 PM] [TID: 12960] [ERROR] Injection thread error occured: [HookBoIProcess] Unable to commit memory into the active BoI process. (Error Code: 0) [2015-11-01 07:50:11 PM] [TID: 16108] [INFO ] GitHub reported no updates available. [2015-11-01 07:50:14 PM] [TID: 16108] [INFO ] Missing HUD 2 exiting with exit code 0. [2015-11-01 07:50:14 PM] [TID: 16108] [INFO ] Stopping DLL injection monitor thread.

I've uninstalled and reinstalled the game and redownloaded the files for MissingHud2, but it didn't fix the issue. I also have all the patches for Afterbirth so I don't know what's wrong.

networkMe commented 8 years ago

This error is not specific to Isaac or Missing HUD 2.

This is happening due to something on your machine blocking the most common way to inject a DLL. It is most likely your anti-virus (what MHUD2 does is actually a commonly used masking technique for malware). But it honestly could be anything that dislikes DLL injection; it's likely security orientated.

Running Missing HUD 2 as administrator could possibly get around it. Otherwise, you're going to have to figure out what program your computer is running that is blocking it.

Deathlazer commented 8 years ago

Will do. Thank you