Linux MS DOS discussions
 help / color / mirror / Atom feed
* problems with dune2 :(
@ 2002-04-29 13:29 Thomas Weidner
  2002-04-29 13:44 ` Grigory Batalov
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Weidner @ 2002-04-29 13:29 UTC (permalink / raw)
  To: linux-msdos

Hi,

i tried to run dune2 in dosemu,but after a short while dosemu 
exits,because the logfile becomes bigger than 10M. It seems to me,that 
always the same bug is reported. pls help:
Dosemu 1.1.3+sb patch
debian linux 2.4.18
----------------------------------------------------------------------------------

Running unpriviledged in low feature mode
kernel CPU speed is 1533118000 Hz
Running on CPU=586, FPU=1
using stderr for debug-output
debug flags: -a+c
CONF: Enabling use of pentium timer
CONF: dosbanner on
CONF: timint on
CONF: CPU set to 486
CONF: 4096k bytes XMS memory
CONF: 4096k bytes EMS memory
CONF: EMS-frame = 0xe000
CONF: dosemu running on _xterm
CONF: Keyboard-layout keyb-user
CONF: Keyboard-layout auto
device: /dev/fd0 type 2 h: 0  s: 0   t: 0 floppy A:
CONF: DPMI-Server on
CONF: not allowing speaker port access
CONF: IPX support off
CONF(LPT0) f: (null)   c: lpr  o: -Plp %s  t: 20  port: 378
device: /home/thomas/dosemu/freedos type 4 h: -1  s: -1   t: -1 drive C:
CONF: config variable c_system unset
CONF: not enough privilege to define config variable c_user
CONF: Keyboard-layout auto
CONF: Forceing neutral Keyboard-layout, X-server will translate
CONF: mostly running as USER: uid=1000 (cached 1000) gid=1000 (cached 1000)
CONF: Keyboard-layout auto
CONF: Forceing neutral Keyboard-layout, X-server will translate
CONF: mostly running as USER: uid=1000 (cached 1000) gid=1000 (cached 1000)
CONF: reserving 640Kb at 0x00000 for 'd' (Base DOS memory (first 640K))
CONF: reserving 64Kb at 0xF0000 for 'r' (Dosemu reserved area)
major = 136 minor = 2
CONF: reserving 128Kb at 0xA0000 for 'v' (Video memory)
CONF: reserving 64Kb at 0xE0000 for 'E' (EMS page frame)
TIME: using 9154 usec for updating ALRM timer
BUG: AC,ID set; flags changed to 000b0202
BUG: AC,ID set; flags changed to 00030046
BUG: AC,ID set; flags changed to 00030046
BUG: AC,ID set; flags changed to 000b0202
BUG: AC,ID set; flags changed to 000b0202
BUG: AC,ID set; flags changed to 000b0202
[....]
Exceeded maximum logfile limit of 10485760 bytes.  Exiting.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problems with dune2 :(
  2002-04-29 13:29 problems with dune2 :( Thomas Weidner
@ 2002-04-29 13:44 ` Grigory Batalov
  0 siblings, 0 replies; 2+ messages in thread
From: Grigory Batalov @ 2002-04-29 13:44 UTC (permalink / raw)
  To: Thomas Weidner

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

On Mon, 29 Apr 2002 15:29:55 +0200
"Thomas Weidner" <yasea@gmx.net> wrote:

> i tried to run dune2 in dosemu,but after a short while dosemu 
> exits,because the logfile becomes bigger than 10M. It seems to me,that 
> always the same bug is reported. pls help:
> Dosemu 1.1.3+sb patch
> debian linux 2.4.18
> ----------------------------------------------------------------------------------
<skip>
> BUG: AC,ID set; flags changed to 000b0202
> [....]
> Exceeded maximum logfile limit of 10485760 bytes.  Exiting.

  You may disable that "BUG:" message with simple patch.
  (See attachement)

--
 Grigory Batalov.

[-- Attachment #2: dosemu-1.1.3-do_vm86.patch --]
[-- Type: text/plain, Size: 526 bytes --]

diff -ruN dosemu-1.1.3.orig/src/emu-i386/do_vm86.c dosemu-1.1.3/src/emu-i386/do_vm86.c
--- dosemu-1.1.3.orig/src/emu-i386/do_vm86.c	Tue Mar 19 00:58:13 2002
+++ dosemu-1.1.3/src/emu-i386/do_vm86.c	Tue Mar 19 23:51:43 2002
@@ -477,7 +477,7 @@
     /* This will protect us from Mr.Norton's bugs */
     if (_EFLAGS & (AC|ID)) {
       _EFLAGS &= ~(AC|ID);
-      dbug_printf("BUG: AC,ID set; flags changed to %08x\n",_EFLAGS);
+    /*  dbug_printf("BUG: AC,ID set; flags changed to %08x\n",_EFLAGS); */
     }
 #endif
     if (

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-29 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-29 13:29 problems with dune2 :( Thomas Weidner
2002-04-29 13:44 ` Grigory Batalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox