Open AquariusPower opened 4 years ago
Isn't there some conversion from festring to char? I think I've seen similarly messed up strings when I had a festring and tried to convert it to char without using the CChar() method.
mmm... it is using std::string and not festring!!! let me try something..
run ivan with a debugger (like nemiver), load a game then: open the dev console with Ctrl+` type: help and hit enter
devcons.cpp at
They evaluate correctly at that line above as: strFullCmd="help" strCmd="help" strParams=""
but crashes with: looks like from ::AddMessage() to __IO_vsprintf something breaks 2 strings that become "\?\?UUU" and at that point I have absolutely no idea anymore, what could be happening?