From: "DeHackEd" References: <3504E689 DOT 1D0EF1B AT mailbox DOT uq DOT edu DOT au> Subject: Re: my program crashes Date: Wed, 11 Mar 1998 20:25:36 -0500 Lines: 28 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk There's a problem. 800*600*2 > 1024*1024 (video memory needed > 1 mb). Other than that, you should give exact details about the error. Always check any pointer that comes your way. Always check the return value of a function that returns something on error. Follow these rules, and you are less likely to crash. -- "DeHackEd" EMail address not given out due to low-life spammers. Konstanty wrote in message <3504E689 DOT 1D0EF1B AT mailbox DOT uq DOT edu DOT au>... >I have made a game called puzzle >(http://www.uq.edu.au/~csmbialk/puzzle.zip) > >It works fine on my computer but when i asked someone else to try it, it >crashes after displaying a screen of cyan stuff > >I got the code to it and will show it if needed. > >It uses (16-bit colour mode at 800x600 and 1024x768) >using allegro > >I have a 2Mb Cyris Logic card and it works > >One of the ppl who tried it has a 1Mb video card >