error log

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.
Post Reply
User avatar
b_o
Posts: 328
Joined: Sun Jan 01, 2012 12:07 pm

error log

Post 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?
User avatar
jarod42
Posts: 101
Joined: Fri Jan 20, 2012 7:43 pm

Re: error log

Post 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.
User avatar
Big Daddy
Posts: 118
Joined: Sun Jan 08, 2012 11:23 pm

Re: error log

Post by Big Daddy »

oh, it is definitely deactivated in the release binaries, after the switch to CMAKE

much lamentation was had
User avatar
jarod42
Posts: 101
Joined: Fri Jan 20, 2012 7:43 pm

Re: error log

Post 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.
idunknow45
Posts: 1
Joined: Mon Apr 13, 2015 5:41 pm

Re: error log

Post by idunknow45 »

I've also noticed that my Wargus 2.2.7 install with WIP 1.7 crashes on boot with OpenGL enabled?
Post Reply