Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Does FED has a bug? Date: Thu, 28 Oct 1999 17:28:44 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Forsberg Sakari writes: >> Did you recompile FED yourself, or does it also crash with the >> version of the executable from my website? > > As I told you before [:-)], Internet mail delivery is not instant: I'm replying to the message that I'm quoting, and won't yet have seen other of your posts that were in response ot other parts of the thread. > your package contains version 2.14 > executable. So I compiled a version 2.15 from your sources. I think you must be somehow running a wrong version there: I just checked downloading a new zip from talula.demon.co.uk, and it most certainly is 2.15 (as confirmed in the about box and help page). > At first time it worked fine. Then I copied fed.exe to my dos dir. > After that it won't work, because (i think so) that > configuration file. I have saved my settings which tell > fed to open a screen with 43 lines. (if I recall right) > > If I drive it different folder that fed.cfg is, it works > if I drive it in same folder than fed.cfg from WINDOWS > dosbox (whole screen), it works fine. > If I drive it in same dir than fed.cfg, IT CRASHES. So the pattern is that whenever you put in somewhere where it will be finding this 43 line config file, and run it in DOS mode, it crashes. I'm fairly sure that this is not a specific fault to FED: if you want to investigate, you could try making some standalone test programs that set a 43 line screen mode and see whether these work ok. Also if you grab the conio.c from djgpp libc sources, you can include that when building FED to get proper debug information for it, so that symify would show more details about exactly where it is dying. Shawn Hargreaves.