cant find warzone2100.rpt file
-
knowall
- Greenhorn
- Posts: 6
- Joined: 10 Oct 2009, 12:29
cant find warzone2100.rpt file
I would like to send in a dump file so I could get some help with game crashing but I can not locate this file in the warzone folder.... I feel so noob right now -_-
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: cant find warzone2100.rpt file
Are you running Windows? It should be in:
C:/Program Files/Warzone 2100/warzone2100.RPT
Don't worry if it's not there; not all crashes produce the crashdump.
C:/Program Files/Warzone 2100/warzone2100.RPT
Don't worry if it's not there; not all crashes produce the crashdump.
-
knowall
- Greenhorn
- Posts: 6
- Joined: 10 Oct 2009, 12:29
Re: cant find warzone2100.rpt file
yes i am running windows...
so if it is not creating a crash file then i should run degug in the command prompts and that would give me info in stderr?
so if it is not creating a crash file then i should run degug in the command prompts and that would give me info in stderr?
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: cant find warzone2100.rpt file
If the game "crashes" and there is no dump file, and no error logs, then the fault is almost always in drviers. Most likely, video drivers, but could be sound, and it could also be system issues. (like overheating...)knowall wrote:yes i am running windows...
so if it is not creating a crash file then i should run degug in the command prompts and that would give me info in stderr?
Doing --debug all will give you a TON of info, but usually, when a error happens in the codebase, we give a error reason, and it writes that to stderr. So there is no real reason to use that, unless your looking for something specific.
(like for network games, we need --debug net)
and it ends here.