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

Vanguard blocks inpout64x.syx #413

Closed
ottobaer opened this issue Nov 13, 2023 · 2 comments
Closed

Vanguard blocks inpout64x.syx #413

ottobaer opened this issue Nov 13, 2023 · 2 comments

Comments

@ottobaer
Copy link

It seems like Vanguard (that Riot spyware thingy) is blocking one of the kernel drivers used by OHM.

image

It seems like a know issue in OHM and has something to do with Fancontrol/Gigabyte MB it seems ?

Rem0o/FanControl.Releases#1694

Also it seems this is some generic kernel mode driver that is used to get direct memory access

https://starkeblog.com/windows/kernel/driver/2021/05/15/inpoutx64.sys-windows-driver-analysis.html

Is there a way to disable the loading of this file in the first place - since it's either used for fancontrol or some Gigabyte Mainboards.

Thank You,

@nickbabcock
Copy link
Owner

Have you tried disabling the hardware with the ohmgraphite config?

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="/motherboard/enabled" value="false" />
    <add key="/controller/enabled" value="false" />
  </appSettings>
</configuration>

@ottobaer
Copy link
Author

Thanks, I tried that and the error went away.
I could even re-enable both again afterwards - I still get that message once, but it let's me play.

No idea what is happening here, but it seems to be fixed somehow.

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

2 participants