X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Grevious RHIDE fault Date: Sun, 19 Feb 2006 21:35:09 CST Organization: Rice University, Houston, TX Lines: 14 Message-ID: <43f938ed.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1140407414 917 128.42.105.3 (20 Feb 2006 03:50:14 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Mon, 20 Feb 2006 03:50:14 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I have a real nasty in my DGJPP programming environment. I work on a > Windows 2000 laptop > ebp=002edaec esp=002edab4 program=d:\djgpp\Files\Serial\slave.exe > cs: sel=01a7 base=01cc0000 limit=7e32ffff Your program (or RHIDE) is linked with an older version of djgpp which doesn't know about NT/W2K/XP's issues with address wrap (W2K silently changes the limit requested to the one above). The date on all binaries should be dated December 2001 or newer. I'm not sure if this will fix all of your problems, but it would be something to fix first.