Mail Archives: djgpp/2006/02/21/19:15:18
"Charles Sandmann" <sandmann AT clio DOT rice DOT edu> wrote in message
news:43f938ed DOT sandmann AT clio DOT rice DOT edu...
> > 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.
>
Well, Folks, I have re-installed DJGPP, RHIDE and all other files
recommended by the Zip picker - and I wish I hadn't.
My PC: Toshiba Tecra 8200 laptop
OS: Win2000 SP4
256MByte RAM.
I followed the installation instructions, unzipping with unzip32.exe, and
telling it to overwrite everything. When I ran RHIDE, I found that it would
exit to DOS if I pressed F1, or did a number of other things. I checked
that the Environmental variables and path were still set, and they were.
I deleted everything from the DJGPP directory and verified it was empty,
then re-downloaded the files from delorie.com and re-installed everything,
but I still have exactly the same fault.
If I press F1, RHIDE exits, and on the screen, I have
SHELL=
COMSPEC=C:\WINNT\SYSTEM32\COMMAND.COM
DJSYSFLAGS=
My problem is the following:
============================
RHIDE internal error. Please send a description of this situation
as most as possible detailed to the author together with the version
you are using. AND VERY IMPORTANT IS THE NEXT TRACEBACK!!!!
Exiting due to signal SIGABRT
Division by Zero at eip=0000b2d1, x87 status=4000
eax=000000c8 ebx=00391c24 ecx=00000000 edx=0000000a esi=00391c08
edi=0002ba53
ebp=00391ba0 esp=00391b78 program=D:\DJGPP\BIN\RHIDE.EXE
cs: sel=01a7 base=01cc0000 limit=003fffff
ds: sel=01af base=01cc0000 limit=003fffff
es: sel=01af base=01cc0000 limit=003fffff
fs: sel=01bf base=00000000 limit=0010ffff
gs: sel=01bf base=00000000 limit=0010ffff
ss: sel=01af base=01cc0000 limit=003fffff
App stack: [00391db0..00311db0] Exceptn stack: [003114e0..0030f5a0]
Call frame traceback EIPs:
0x0000b2d1
0x0023d6e7
0x0023d085
0x0004c179
0x0002be42
0x0002bfdc
0x0002bdca
0x0000739d
0x00226d82
0x002264e0
0x0000ba5e
0x00289d58
D:\djgpp\Files\MIGRAT~1>
If I use Alt-F, O to open a file, it brings up the open file box - I select
a file and press Enter. It instantly exits and gives me
LANGUAGE=
SHELL=
COMSPEC=C:\WINNT\SYSTEM32\COMMAND.COM
DJSYSFLAGS=
My problem is the following:
============================
RHIDE internal error. Please send a description of this situation
as most as possible detailed to the author together with the version
you are using. AND VERY IMPORTANT IS THE NEXT TRACEBACK!!!!
Exiting due to signal SIGABRT
Division by Zero at eip=0000b2d1, x87 status=4000
eax=000000c8 ebx=003918d4 ecx=00000000 edx=0000000a esi=003918b8
edi=00391930
ebp=00391850 esp=00391828 program=D:\DJGPP\BIN\RHIDE.EXE
cs: sel=01a7 base=01cc0000 limit=003fffff
ds: sel=01af base=01cc0000 limit=003fffff
es: sel=01af base=01cc0000 limit=003fffff
fs: sel=01bf base=00000000 limit=0010ffff
gs: sel=01bf base=00000000 limit=0010ffff
ss: sel=01af base=01cc0000 limit=003fffff
App stack: [00391db0..00311db0] Exceptn stack: [003114e0..0030f5a0]
Call frame traceback EIPs:
0x0000b2d1
0x0023d6e7
0x0023d085
0x0004c179
0x0002aa49
0x0000bc12
0x00008ba7
0x00226d94
0x002264e0
0x0000ba5e
0x00289d58
D:\djgpp\Files\MIGRAT~1>
I know that the package works elsewhere.
What am I doing wrong?
Mike.
- Raw text -