VOGONS


First post, by trist007

User metadata
Rank Member
Rank
Member

The sound works great, but the music, for some reason, does not play.

I have a Soundblaster AWE64 GOLD with 20MB. The computer is a Pentium 2 333Mhz with 64MB of RAM. I have windows 98SE so I think I'm running DOS 6.22. I setup the FM and the sample to Sound Blaster in the D:\install.exe script. When I run the soundblaster utility diagnose, I can hear music and sound working fine. Here's my config.sys and autoexec.bat

CONFIG.SYS

DEVICE=HIMEM.SYS
rem DEVICE=EMM386.EXE RAM FRAME=E000 I=B000-B7FF D=48
DEVICE=EMM386.EXE RAM D=48
rem DEVICE=EMM386.EXE RAM
DOS=HIGH,UMB
DEVICE=C:\SB16\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
DEVICE=C:\SB16\CTMMSYS.SYS
DEVICEHIGH=C:\ATAPICD.SYS /D:MSCD000
LASTDRIVE=Z

AUTOEXEC.BAT

@ECHO OFF
SET TMP=C:\
SET TEMP=C:\
SET PROMPT=$p$g
SET winbootdir=C:\WINDOWS
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\SB16
SET BLASTER=A220 I5 D1 H5 P330 E620 T6
SET SOUND=C:\PROGRA~1\CREATIVE\CTSND
SET MIDI=SYNTH:1 MAP:E MODE:0
LOADHIGH SMARTDRV
LOADHIGH CTCM
LOADHIGH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD000
rem LOADHIGH C:\UHCI.EXE
LOADHIGH C:\MOUSE\MOUSE

[/code]

Reply 1 of 2, by AdamP

User metadata
Rank Member
Rank
Member

You need to run AWEUTIL (should be in your sound directory) to initialise the FM synthesiser.

And Windows 98 uses DOS 7.1, not 6.22.

Reply 2 of 2, by trist007

User metadata
Rank Member
Rank
Member

Awesome thank you!!