VOGONS


First post, by isafos

User metadata
Rank Newbie
Rank
Newbie

I'm trying to get Callahan's Crosstime Saloon working with voice, because I'm a huge fan of Spider Robinson. I'm running .72 under Mac OS X. This is what I do and what I get:

MIDI Music and Digital audio are both set to "Creative Labs Sound Blaster or 100% Compatible".

Upon attempting to run the executable I get:

"ERROR: Unable to allocate memory for the sound/voice directory cache."

Incidentally, if I set it to MIDI Music only, the game loads fine, but without voice.

Help would be nice if anyone knows how to fix this so I can play with voice.

Reply 1 of 14, by collector

User metadata
Rank l33t
Rank
l33t

It works fine for me, though I am on Windows. I don't think that sould make much of a difference with DOSBox, though. Here is what I have in my dosbox.conf [autoexec] section. every thing else is set to defaults:

mount c "C:\Adventure\CCS\" 
c:
CCS.EXE
exit

You would, of course, mount the C: drive as where you have your game files. I have all of the files from the CD copied to my CCS folder.

My LEGEND.INI has

KEYBOARD=NORMAL
MOUSE=MOUSE
PICDATA=.\
VOCDATA=.\
SAVEDATA=.\
QDATA=.\

The .\ makes the game look to its own folder for its resources.

My DIG.INI has

;
;Miles Design Audio Interface Library V3.03 of 18-Jun-95
;

DEVICE Creative Labs Sound Blaster 16 or AWE32
DRIVER SB16.DIG
IO_ADDR 220h
IRQ -1
DMA_8_BIT -1
DMA_16_BIT -1

and my MDI.INI has :

;
;Miles Design Audio Interface Library V3.03 of 18-Jun-95
;

DEVICE Creative Labs Sound Blaster or 100% compatible
DRIVER SBLASTER.MDI
IO_ADDR 220h
IRQ -1
DMA_8_BIT -1
DMA_16_BIT -1

Try copying all the files from the CD to the game's folder on your HDD and edit the config files as above.

Reply 2 of 14, by isafos

User metadata
Rank Newbie
Rank
Newbie

Edited LEGEND.INI accordingly and created a DIG.INI file with that contents in the Callahan folder (there wasn't one for whatever reason), but still getting the same problem.

Also tried turning off MIDI music and leaving voice on, same thing happened.

Reply 4 of 14, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

turn ems on (ems on) on the prompt before starting the game

Water flows down the stream
How to ask questions the smart way!

Reply 5 of 14, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

[MOVED]

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 6 of 14, by isafos

User metadata
Rank Newbie
Rank
Newbie

Yep, copied all the files.

May I ask what ems are?

Reply 7 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Check your dosbox configuration file.
Or type "ems true" before starting the game along with "ems" alone
to check that the setting was accepted.

Reply 8 of 14, by isafos

User metadata
Rank Newbie
Rank
Newbie

Ok, tried that, same thing happened. 🙁

Reply 9 of 14, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Post the content of your ini files as well as the output of MEM when
typed right before you start the game.

Reply 10 of 14, by isafos

User metadata
Rank Newbie
Rank
Newbie

Which is the MEM output?
Also, on OS X, how does one locate the DOSbox config file? (Trying to install C&C: Red Alert at the same time)

LEGEND.INI
KEYBOARD=NORMAL
MOUSE=MOUSE
PICDATA=.\
VOCDATA=.\
SAVEDATA=.\
QDATA=.\

MDI.INI

;
;Miles Design Audio Interface Library V3.03 of 18-Jun-95
;

DEVICE Creative Labs Sound Blaster or 100% compatible
DRIVER SBLASTER.MDI
IO_ADDR 220h
IRQ -1
DMA_8_BIT -1
DMA_16_BIT -1

DIG.INI

;
;Miles Design Audio Interface Library V3.03 of 18-Jun-95
;

DEVICE Creative Labs Sound Blaster or 100% compatible
DRIVER SBLASTER.DIG
IO_ADDR 220h
IRQ 7
DMA_8_BIT 1
DMA_16_BIT -1

Reply 12 of 14, by MiniMax

User metadata
Rank Moderator
Rank
Moderator
isafos wrote:

Also, on OS X, how does one locate the DOSbox config file?

Depends.... See the bottom of this thread:
60 seconds guide to getting your game to run in DOSBox

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 13 of 14, by GaidinBDJ

User metadata
Rank Newbie
Rank
Newbie

I'm having the exact problem. Runs fine without sound, but that error pops up if sound is configured. The INI files match collector's in the second post. Output of MEM is:

634 Kb free conventional memory
63 Kb free upper memory in 1 blocks (largest UMB 63 Kb)
15280 Kb free extended memory
15280 Kb free expanded memory

Reply 14 of 14, by GaidinBDJ

User metadata
Rank Newbie
Rank
Newbie

Ok. Nevermind. I found the source of the problem. Missed some of the files. xcopy FTW. Works great now.