dretax/GarHal_CSGO

Controller crash on launch

webinsh opened this issue · 6 comments

Controller is crashing, when trying to launch it. Error - ReadRequest was corrupted
https://prnt.sc/ufd33j

@webinsh Thanks for the report, I haven't tested the latest commit. I'll take a look today.

Please apply this small change to the driver.
d54a9f1
I wonder if the current state is causing It.

Tried to apply those changes. Nothing changed.
Steps, I have done
1 -> Unloaded previous .sys driver
2 -> Applied changes and recompiled
3 -> Loaded driver using OSR Loader
4 -> Opened Cs:Go
5 -> Opened controller

Error -> https://prnt.sc/ufhcye

Thanks, I'll take a look today.

I can't confirm your issue. The driver compiles with either changes.
The controller works. I used kdmapper to map the driver.
I also launched the controller as admin. @webinsh

@webinsh I think the problem is that you are building a debug build. I just checked your image better.
Try compiling on release, furthermore always compile "stable" programs in release.
Are you on 32 or 64bit?
If you mapped the driver, did you compile with /GS-?