Quote from: Crimson Wizard on Fri 25/08/2017 02:41:10
@AGD2, regarding the console problem you are having, do you actually build your game in debug mode? Just wanted to double check that.
Also, I do not remember if I asked before, have you tried replacing font 0 to something else (another TTF or WFN font) and see if that would work?
Interesting. I had been compiling the game with debug mode off, but I have a keycode in-game that allows me to set game.debug_mode to true, so that I can enable/disable it at will, while testing.
I just tried changing the "Enable Debug Mode" setting to "true" in the editor, and then re-compiling. This fixed the issue. (I didn't need to re-import or change any fonts). So I can confirm that the problem only surfaces if you compile with debug mode off and then turn it on in-game and then invoke the console... which is still an issue.