VOGONS

Common searches


First post, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie

Jazz Jackrabbit (GOG version) freezes with black screen and blinking cursor on startup. This happens in DOS 7.1 from Windows 98, but the game works fine when run from Windows 98.
I tried changing the sound settings, even with no sound but nothing changes.

Pentium MMX 233 MHz, AWE 64, TNT2 M64.

Most DOS games work with no issues. Well, except Prehistorik 1 which also freezes in DOS after few seconds of gameplay, and also works fine in Windows… this may be a related issue or just a coincidence.

(I'll post my autoexec.bat/config.sys later)

Reply 1 of 3, by dominusprog

User metadata
Rank Oldbie
Rank
Oldbie

Post the content for config.sys and autoexec.bat.

Duke_2600.png
A-Trend ATC-1020 V1.1 ❇ Cyrix 6x86 150+ @ 120MHz ❇ 32MiB EDO RAM (8MiBx4) ❇ A-Trend S3 Trio64V2 2MiB
Aztech Pro16 II-3D PnP ❇ 8.4GiB Quantum Fireball ❇ Win95 OSR2 Plus!

Reply 3 of 3, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie
konc wrote on 2024-09-23, 06:47:

Boot clean in DOS holding shift down as a test, does it work? Remove/comment things out in config and autoexec to find the culprit. My bet is on the memory manager

Yes it works in clean configuration, and now I realized the only thing I need to change is NOEMS to RAM in EMM386 and the game works.
Does Jazz require EMS memory? (I don't think so…)

[menu]
menuitem=WINDOWS
menuitem=DOS
menudefault=WINDOWS,3

[common]
dos=high,umb,noauto
files=20
buffers=10
lastdrive=f
stacks=9,256
fcbs=1,0
device=c:\windows\himem.sys
Country=048,852,C:\WINDOWS\COMMAND\country.sys

[WINDOWS]
device=c:\windows\ifshlp.sys
device=c:\windows\emm386.exe ram
devicehigh=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)

[DOS]
device=c:\windows\emm386.exe noems
devicehigh=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
devicehigh=c:\windows\command\ebd\oakcdrom.sys /d:cdrom01
@echo off
set temp=c:\
SET SOUND=C:\PROGRA~1\CREATIVE\CTSND
SET MIDI=SYNTH:1 MAP:E MODE:0
SET BLASTER=A220 I5 D1 H5 P330 E620 T6
mode con rate=32 delay=1
goto %config%

:windows
mode con codepage prepare=((852) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=852
lh keyb pl,,C:\WINDOWS\COMMAND\keybrd4.sys
lh C:\windows\command\doskey.com
lh c:\windows\smartdrv.exe
win
goto end

:dos
mode con codepage prepare=((852) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=852
lh keyb pl,,C:\WINDOWS\COMMAND\keybrd4.sys
lh C:\windows\command\doskey.com
lh c:\windows\smartdrv.exe 1024
lh d:\utils\ctmouse.exe
c:\windows\ctcm.exe
%sound%\aweutil.com /s /r:50 /c:25
lh c:\windows\command\mscdex.exe /d:cdrom01 /l:e
d:\utils\mixerset.exe /q
goto end

:end