VOGONS

Common searches


First post, by danielc

User metadata
Rank Member
Rank
Member

Heya guys

Well I fired up one of my old games, I can't get cd audio to work which previously worked fine. Nothing changed software wise but I did reinstall a newer build of Windows 7 - the DOSBox install and the game are the same. Something has broken CD audio in all DOSBox games I try, they just dont play anymore.

The BIN/CUE formatted files are correct, i'm using the right IMGMOUNT command. Copying the same DOSBox + game (Redneck Rampage Family Reuinion in this example) pack to another Windows XP machine works fine.

Is there a way I can turn on "verbose logging" or something for DOSBox 0.73? Maybe the MSCDEX output will help if I could see it? 😕

Thanks in advance for any help 😀

Regards,
CosmicDan

Reply 2 of 7, by danielc

User metadata
Rank Member
Rank
Member

OK so.... what else can I check? Playing a physical music CD in my DVD-RW drive works fine too. Could it be a 64-bit issue? Or is it more likely I have borked codec/driver/os install (willing to admit that). Just thought there might be something i've missed or can check out.

Regards,
CosmicDan

Reply 3 of 7, by HunterZ

User metadata
Rank l33t++
Rank
l33t++

Check that:
- the CUE file mentions the audio tracks
- the BIN file actually contains the audio track data
- you are mounting the CUE file and not the BIN file
- the image is mounting correctly in DOSBox
- you have configured the game's audio and DOSBox's audio settings properly on the Win7 machine

Reply 4 of 7, by danielc

User metadata
Rank Member
Rank
Member

I've checked everything you mentioned and every random thing I can think of (disabling CD drives, running under administrator, etcetera). I'm 99.9% sure there's nothing simple I've missed - mounting the original CD with MOUNT -ioctl_dx works fine - as does mounting this same BIN/CUE with D-Tools Lite. Here's a copy of the Cue Sheet for Disc1 of Redneck Rampage Family Reunion:

FILE "RR_1.bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
TRACK 02 AUDIO
INDEX 01 27:36:34
TRACK 03 AUDIO
INDEX 01 31:19:57
TRACK 04 AUDIO
INDEX 01 31:29:70
TRACK 05 AUDIO
INDEX 01 35:30:12
TRACK 06 AUDIO
INDEX 01 39:52:08
TRACK 07 AUDIO
INDEX 01 40:02:21
TRACK 08 AUDIO
INDEX 01 42:59:60
TRACK 09 AUDIO
INDEX 01 46:13:47
TRACK 10 AUDIO
INDEX 01 52:39:28

I'm going to go ahead and make a new MODE1/2048 cuesheet copy with a bare ISO and MP3-compressed track numbers, as per the example on the Wiki entry. If it doesn't work, then I suppose i'll have to make do with mounting in Daemon Tools Lite every launch and accept that my PC is fruited somewhere 😅

I'll post back how it goes, if anyone has any more ideas please do share. Thanks!

Last edited by danielc on 2009-09-03, 16:10. Edited 1 time in total.

Regards,
CosmicDan

Reply 5 of 7, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
danielc wrote:

Is there a way I can turn on "verbose logging" or something for DOSBox 0.73?

There's always Process Monitor from http://www.sysinternals.com , though that would only be useful if you're using an ISO and separate MP3 tracks.

Reply 6 of 7, by danielc

User metadata
Rank Member
Rank
Member

Thanks for that tip Jorpho, I assume you can use that to check if dosbox.exe is actually opening handles to the MP3 file to verify that cd audio is at least being loaded.

As soon as I figure out how to make a MODE1/2048 Bin/Cue with MP3-compressed tracks i'll give that a go to make sure. Cheers.

Regards,
CosmicDan

Reply 7 of 7, by danielc

User metadata
Rank Member
Rank
Member

It's working now. It would appear my ghost in the machine doesn't like Mode2/XA images and prefers Ogg tracks. Here's the working cuesheet:

FILE "RR1_T01.ISO" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "RR1_T02.OGG" MP3
TRACK 02 AUDIO
PREGAP 00:02:00
INDEX 01 00:00:00
FILE "RR1_T03.OGG" MP3
TRACK 03 AUDIO
INDEX 01 00:00:00
FILE "RR1_T04.OGG" MP3
TRACK 04 AUDIO
INDEX 01 00:00:00
FILE "RR1_T05.OGG" MP3
TRACK 05 AUDIO
INDEX 01 00:00:00
FILE "RR1_T06.OGG" MP3
TRACK 06 AUDIO
INDEX 01 00:00:00
FILE "RR1_T07.OGG" MP3
TRACK 07 AUDIO
INDEX 01 00:00:00
FILE "RR1_T08.OGG" MP3
TRACK 08 AUDIO
INDEX 01 00:00:00
FILE "RR1_T09.OGG" MP3
TRACK 09 AUDIO
INDEX 01 00:00:00
FILE "RR1_T10.OGG" MP3
TRACK 10 AUDIO
INDEX 01 00:00:00

If anyone comes across this, make sure the filenames are all caps and 8.3 if mounting in the guest path - and keep Track1 as an ISO, don't rename it to BIN.

Thanks for all the help! 😁

Regards,
CosmicDan