We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like Vanguard (that Riot spyware thingy) is blocking one of the kernel drivers used by OHM.
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,
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
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.
No branches or pull requests
It seems like Vanguard (that Riot spyware thingy) is blocking one of the kernel drivers used by OHM.
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,
The text was updated successfully, but these errors were encountered: