Console doesn't print when game is reset?

When my game is reset, the console no longer prints anything that I tell it to print in the scripts. Is this normal? Can I change this, if so… how?

What do you mean with “reset”?

That should not happen, it’s redirecting the stdout somewhere else, probably a bug. My guess is that the new process is open on a new virtual terminal, with new stdin/out and then it’s closed. More than likely there is a complicated python solution (if my guess is correct) but you’ll be better reporting the bug and waiting for a fix (try UPBGE, the Blender Foundation is not working on BGE bugs anymore).

Thanks, I’m pretty sure it was a bug. It’s not happening anymore, and I have no idea why.