Mail Archives: djgpp/2000/02/08/03:51:03
On Mon, 7 Feb 2000, Sahab Yazdani wrote:
> By doesn't work I mean that: You select your
> Tanks and give yourselves names and etc. but as soon as it gets to
> drawing the battle field it gives either a GPF or a Page Fault... and
> the bad thing is that I can't duplicate the error on my computer.
You might find section 9.3 of the FAQ useful. It explains how can you
use a crash message generated on another machine to find a place where
the program crashes. All you need is to run the program with its stderr
redirected, on the machine where it crashes, like this:
redir -e error.txt prog
(redir.exe is part of djdev203.zip). Then ask the person who runs the
program like this to send you the file error.txt.
- Raw text -