designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

crash on map load only in debug mode #78

Open dankadank opened 4 years ago

dankadank commented 4 years ago

When loading into a map, just as it's about to finish loading, the game crashes. The issue only occurs when compiled in debug mode. I'm injecting using manual mapping with xenos, with the ignore TLS option selected as without that option selected it doesn't inject.

Attaching debugger spits out this:

Exception thrown at 0x43496694 in csgo.exe: 0xC0000005: Access violation reading location 0x00000004.

prevismatias commented 3 years ago

use release this is because debug mode has the std latest error and if you're not using std latest the cheat wont work. In other words just use release

ghost commented 3 years ago

use release this is because debug mode has the std latest error and if you're not using std latest the cheat wont work. In other words just use release

if this is true, u can modify the debug in properties to the latest std, correct? which should be the fix if u want debug mode.

dankadank commented 3 years ago

use release this is because debug mode has the std latest error and if you're not using std latest the cheat wont work. In other words just use release

if this is true, u can modify the debug in properties to the latest std, correct? which should be the fix if u want debug mode.

Just tried this, still crash on map load.

iraizo commented 3 years ago

build in release with debug symbols still included