Hi, looks like you ran into some error right after CDRcache showing
a message that the CD-ROM driver reported a disk change. Strange. You
can configure CDRcache to more or less verbosity, maybe this helps.
Try
echo ? > CDRCACH$
(or however you called the device) to get help about how to do that.
Normally the driver reports a disk change if it does not know whether
the disk changed and you have not accessed it for a few seconds. So
you can try accessing the disk short before starting the game, or you
can try using another CDROM,SYS which is able to detect disk changes
more reliably.

Exception 14 is a page fault if you were using a DOS extender or EMM386.
Did you use one? Which? It is possible that your XMS driver cannot be
used properly while your game is running, which would explain why CDRcache
gets into troubles. In that case you should try without CDRcache, or with
another version of the XMS driver or the DOS extender, e.g. http://dos32a.sf.net/
instead of DOS4GW.

Your segments are all multiples of 8, which is typical for priviledge
level 0 (highest privs) programs running in protected mode. Because the
register dump only is 16 bit, you were maybe using a 16 bit DOS extender.
Flags look like IOPL3, overflow, parity. Interesting that AX has the same
value. 

[Exception 14, error 2, AX=flags=3006 BX=A7A CX=278 DX=0 SP=63E BP=634
 SI=21A7 DI=A2E DS=ES=10 SS=19C8 CS=8 IP=23DB, happened right after the
 second "CDRcache flush: IOCTL read media change 00ff message...]
<- the SP value is suprisingly high, maybe still inside the local stack
   of CDRcache? You can use MEM to find out where CDRcache got loaded.

Eric.



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freedos-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to