Date: Tue, 8 Feb 2000 09:39:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sahab Yazdani cc: djgpp AT delorie DOT com Subject: Re: program works on my comp but not on others... In-Reply-To: <389F6F62.9463C4FC@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.