On Sat, Nov 20, 2021 at 12:43 PM Mateusz Viste <[email protected]> wrote:

> On 20/11/2021 18:25, Jim Hall wrote:
> > That's not to say that FreeDOS is perfect. For the life of me, I cannot
> > get the Wolfenstein 3D installer (1wolf14.zip) to run on FreeDOS. Even
> > with nothing loaded, INSTALL.EXE aborts with "Runtime error 200 at
> > 0774:0091"
>
> Does not sound like a FreeDOS problem, but rather a variation of the CRT
> "CPU too fast" bug, where a division by 0 occurs because the CPU is so
> fast it executed all timing loops without any noticeable time passing.
>
> Have you tried slowing down your PC? There is a lot of tools that can
> help with that. Sometimes the binary can be also patched (the TPP patch
> worked for me on the Jazz Jackrabbit game eons ago).


And that was the solution. Running SLOWDOWN /X slows down my PC enough that
the installer is able to install Wolfenstein 3D. ("/X" is "XT" speed, so
it's *really* slow. Probably overkill.)

But like the report on BTTR, I can't run Wolfenstein 3D. I've tried a
number of different combinations: (I am running RC5 on QEMU on Linux)

. With and without SLOWDOWN (attempted SLOWDOWN /MHz486:66 and /MHz486:133,
and SLOWDOWN /A)
. With and without JEMM
. With and without FDXMS
. With and without loading any drivers[see note]


The results are the same: the program flips into graphics mode, then sits
there. It's like it's frozen.

I haven't tried running Wolfenstein in many years, so I can't remember when
(if?) I ran this before on FreeDOS. But I think I must have, at some point.

Jim




[note]

The default config I've been trying most of the time has nothing loaded. My
FDCONFIG.SYS:

SET DOSDIR=C:\FDOS
!COUNTRY=001,858,C:\FDOS\BIN\COUNTRY.SYS
!LASTDRIVE=Z
!BUFFERS=20
!FILES=40
!MENUCOLOR=15,1
***and some menu stuff here .. but I'm just showing the lines that get
run***
SHELL=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\EMPTY.BAT


And my EMPTY.BAT:

PATH C:\FDOS\BIN
_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to