csgoGlow icon indicating copy to clipboard operation
csgoGlow copied to clipboard

Crashing a lot since the new scrimmage update.

Open jakobe15 opened this issue 5 years ago • 1 comments

Ever since the new update everytime I launch the glow it stays on for one round then comes off the players and when I die csgo just crashes and this has been happening continually ever since the update.

jakobe15 avatar Aug 05 '19 16:08 jakobe15

@jakobe15 I had a similar experience but I noticed that there were memory leaks in the program and since I patched those up it still occasionally craches but a lot less.

in main.cpp add a mainPid update call in the while loop so that the program exits when csgo exits. also at the end of the program you should call delete on the g_cProc and mem and the clientScanner. you can also replace the exit(0) with a simple return 0.

Fricker95 avatar Dec 10 '19 22:12 Fricker95