spirthack / CSGOSimple

A simple base for CS:GO internal hacks
http://csgosimple.eu
MIT License
400 stars 151 forks source link

Config crashing game #117

Closed elgato69 closed 4 years ago

elgato69 commented 4 years ago

I'm using csgosimple to develop my hack but i cant seem to get the config system to work every time i click save it crashes with some error in the file xstring

https://imgur.com/a/0mDE04L

any ideas?

notaila commented 4 years ago

show the full debug info (call stack)

elgato69 commented 4 years ago

Here you go https://imgur.com/a/e70CE1w

The fout works cause the config file gets created in my game folder so my guess is it's the bytestostring function, i have no idea though

elgato69 commented 4 years ago

Solved the problem, i had a uint32_t in my options which was causing the exception. Replaced with regular int and problem went away