Quote Originally Posted by kung foo man View Post
By the IP, it might be gsc_utils_ClientCommand() which is crashing, can you test it without this callback?

Can you specify where it is crashing? Is libcod able to print some messages before crash or can't it start at all?
When i comment my persistence gsc out of my callbacksetup then it doesn't give me a segmentation fault. But when i add:

Code:
std\io::print("TEST");
Then it crashes again.