Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE35C1E9B@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Help please.... my game only works on one PC :-( Date: Mon, 1 Mar 1999 12:08:12 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com David Morgan writes: > I'm having trouble with a game I've written using DJGPP and Allegro. > It works fine on my PC, but when I transfer it to another PC (I've > tested it on four completely different systems running NT, Windows 95 > and Windows 98) it either crashes out with (I think) a segmentation > fault or locks the computer up completely. Allegro programs are never going to work properly under NT. As for the other platforms, either there is a bug in your code that just doesn't show up on your machine for some reason, or perhaps Allegro is having problems with the hardware on these other platforms. Try running some of the Allegro test programs, eg. test.exe, play.exe, and setup.exe. Do these work when using the same modes and drivers as your program? Shawn Hargreaves.