VOGONS


First post, by calamar

User metadata
Rank Newbie
Rank
Newbie

Hello everyone!

I'm using DOSbox 0.70 on Windows Vista and I'm having problems installing some games from CDROM.

First of all I mount source and destination folders as drives C and D:

mount c c:\sistemas\dosbox-0.70\drive
mount d e:\ -t cdrom

And when game starts to install on drive C, it seems to go quite slow on reading, when CD drive works perfectly in Windows.

Which could be the problem?

Thanks!

Reply 1 of 7, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Hmm.. No idea why it is slow. Does it help if you add an -ioctl option to the mount command for the CD-ROM (I don't think it will, but you can try)?

You can also try to create an image of the CD (create a BIN/CUE image if possible) and mount the image as drive D in DOSBox:

imgmount D C:\path\to\image.cue -t iso

That should be very fast.

Last edited by MiniMax on 2007-06-27, 16:22. Edited 1 time in total.

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 2 of 7, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

WELCOME TO THE FORUM.

Just a shot in the dark. Are you using dynamic core calamar?

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

Reply 3 of 7, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

-t cdrom doesn't do anything fancy. (currently)
game probably acces the files in an inefficient way.

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

Reply 4 of 7, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Installers might be real-mode and thus crawl along at 3000 cycles with the default settings.

1+1=10

Reply 5 of 7, by calamar

User metadata
Rank Newbie
Rank
Newbie

In my dosbox.conf, this are my parameters for CPU config:

core=auto
cycles=auto
cycleup=500
cycledown=20

Maybe so low cycles? Which would be the best value for cycles?

I tried "-ioctl" option in the cdrom mount command but it's as slow as without it.

Sorry but I'm very newbie with DOSbox.

Reply 6 of 7, by Freddo

User metadata
Rank Oldbie
Rank
Oldbie
h-a-l-9000 wrote:

Installers might be real-mode and thus crawl along at 3000 cycles with the default settings.

Aye, some installers go much more quickly if you use higher cycles.

I think the best thing to do is to create a bin/cue image of the CD and then use the IMGMOUNT to mount it. It's easy to make images with MagicDisc, which is free.

Reply 7 of 7, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Just type "core dynamic" and "cycles max 80%" at the DOSBox Z:\> prompt (without quotes) before running the installer. Try again.

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