Re: ver. 4.0 WIN98 Binaries
- Posted by bernie Sep 13, 2008
- 1552 views
please anyone, give some details about what you were trying to do when a crash happens.
could there be a replace(), insert() or remove() in the program? they have been known to crash and have been fixed recently.
give the dev's something to work with, post the smallest bit of program or test that crashes if you can.
or is it as jim asks, always crash on any program at startup?
if you see the svn number banner, it could not have been a non managed mem compile I think. they are quite crash happy on win9x.
Looks like you are running a binary that has managed mem disabled (simple malloc turned on).
I assume this error occurs immedately as soon as you run exw or exwc, before it gets to
the prompt where it asks you for a file name to run?
This program has an invalid page fault in module EXW.EXE at 0167:0040ab3d. If the problem persists, contact the program vendor. EXW caused an invalid page fault in module EXW.EXE at 0167:0040ab3d. Registers: EAX=005c64ec CS=0167 EIP=0040ab3d EFLGS=00010213 EBX=00000008 SS=016f ESP=0063f640 EBP=0063f6a8 ECX=00000000 DS=016f ESI=00000000 FS=510f EDX=800b8c9c ES=016f EDI=00000000 GS=0000 Bytes at CS:EIP: 8b 3c fd 00 00 00 00 8b 7f 0c 81 ff ff ff ff bf Stack dump: 00000020 00473ef6 00000008 00001733 800d2b5f 00000000 00000000 00000000 00000019 0000173b 800d2b5f 00000000 00000000 00000000 00000000 00000000
The program crashs during the parse of a large program and I don't know
where it is crashing; all I get is the above error.
The problem is that the binary zip file was suppose to be SVN 1159.
The binaries inside the zip file were SVN 1160.
Therefore I have no idea what SVN include files were used to compile
the binaries; I have been always using the SVN include files that match
the binaries SVN and not had any problem.
What you don't seem to realize is that it is IMPORTANT that if you compile
binaries that the SVN of the binaries MUST match the SVN of the include
files because I can not guess what include files were used.
If I use newer or older include files I will get error's because
of feature changes and bug fixes.
The easiest solution is to please make new WIN98 binaries using the
same SVN include files.