Page 1 of 1

error log

Posted: Thu Sep 05, 2013 8:12 am
by b_o
Is there an error log feature for stratagus/wargus so that if you have something that crashes the game it will go to a log file?

Re: error log

Posted: Thu Sep 05, 2013 8:38 pm
by jarod42
stderr.txt (for error) and stdout.txt (for normal output, but may also contains some error messages).
but it is possible that it was deactivated in release :-/ or need some compile option.

Re: error log

Posted: Thu Sep 05, 2013 8:53 pm
by Big Daddy
oh, it is definitely deactivated in the release binaries, after the switch to CMAKE

much lamentation was had

Re: error log

Posted: Thu Sep 05, 2013 9:46 pm
by jarod42
On windows, adding to CMake invocation

Code: Select all

ENABLE_STDIO_REDIRECT=ON
The logging to files should be activated.

I agree that I would prefer that it was the default behaviour.

Re: error log

Posted: Mon Apr 13, 2015 6:14 pm
by idunknow45
I've also noticed that my Wargus 2.2.7 install with WIP 1.7 crashes on boot with OpenGL enabled?