VOGONS


First post, by DoomWarrior

User metadata
Rank Newbie
Rank
Newbie

hi
first DSA2 (german titel for Realms of Arkania 2) installation works perfekt from cd. (i mount it with mount D /mnt/cdrom1 -t cdrom -usecd 0)
then i want to play. But i got the error message:
"Bitte Sternenschweif-CD in Laufwerk D: einlegen und Taste drücken."
that means he can't find the cd, but the cd is in drive !

i got the debug error:
310707258: MISC:MSCDEX: Unsupported IOCTL OUTPUT Subfunction 02

looks like dsa2 use a unsupported call for the detection 🙁

Reply 2 of 18, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

did you try giving it the apriate cd label ( is a mount option)

It doesn't have to fail under win2k as they have another cd-rom emulation option (-ioctl) that one is missing in linux.

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

Reply 3 of 18, by DoomWarrior

User metadata
Rank Newbie
Rank
Newbie

yes i try. nothing change 🙁
but on Win it fails too, because the reason for my try : somebody posts that he couldn't start the game with Windows XP.

Reply 4 of 18, by Finster

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Unsupported IOCTL OUTPUT Subfunction 02 is a cd drive reset. nothing critical and it doesnt cause the error.
Problem with DSA2 is that it tries to read the vtoc which is only working if the -ioctl or -aspi option is used. That means it only works on windows system atm.

Reply 5 of 18, by DoomWarrior

User metadata
Rank Newbie
Rank
Newbie

hmmm. Don't understand why ioctl don't work with Linux. But found a intressting vtoc documentation for SCO Unix:
http://uw713doc.sco.com/en/man/html.7/vtoc.7.html

Reply 8 of 18, by DoomWarrior

User metadata
Rank Newbie
Rank
Newbie

I have to say thank you ! In the new Version (0.61)...
Sternenschweif works with Linux too !

like Finster say, just add -aspi and it run 😁

ok crashs if i choose a soundcard, but maybe i choose the wrong card 😉

Reply 9 of 18, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Hehe 😀 Linux has automaticly integrated -ioctl support 😉
No need for -aspi under linux 😀

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

Reply 10 of 18, by DoomWarrior

User metadata
Rank Newbie
Rank
Newbie

yeah thats true...

but i found out. If i choose "play music from CD" dosbox crash.
debug message:
334318972: FILES:file open command 0 file SBPDIG.ADV
334322834: FILES:file open command 0 file SBPDIG.ADV
334327077: FILES:file open command 0 file SBPFM.ADV
334330876: FILES:file open command 0 file TANDY.ADV
334334673: FILES:file open command 0 file WAVE.ADV
355284920: FILES:file open command 0 file STAR.FN
355287364: INT10:Set Video Mode 13
355306041: MISC:MSCDEX: INT 2F 1500
355306058: MISC:MSCDEX: INT 2F 150C
355306080: MISC:MSCDEX: INT 2F 150B
355306200: FILES:file open command 0 file STAR.FN
355306441: FILES:file open command 0 file STAR.DAT
355306964: FILES:file open command 0 file ..\CTEMP\SONGTABL.DAT
355307075: FILES:file open command 0 file STAR.DAT
355307271: FILES:file open command 0 file STAR.DAT
355307960: MISC:MSCDEX: INT 2F 1510
355307960: MISC:MSCDEX: Driver Function 03
355307960: MISC:MSCDEX: IOCTL INPUT Subfunction 06
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Reply 12 of 18, by cathal

User metadata
Rank Newbie
Rank
Newbie

Hi,

I use this command to mount my CD-Rom it works fine with Realms of Arcania 2 (I use the German 2 CD Version)
mount d y:\ -t cdrom -ioctl
y is my DVD-Rom in Windows XP SP2
I Use Dosbox 0.61

But it works only for the first CD somwere in the Game i have to insert CD 2 but the Game do not accept it ;(

it looks like dosbox don't notice the CD Change. Is it possible to change this ?

Cathal

Reply 14 of 18, by sairence

User metadata
Rank Newbie
Rank
Newbie

Okay, I just tried to Start Sternenschweif with Dosbox 0.70 and I get this error message:

"Das in PATH.CFG angegeben Laufwerk ist kein CD-ROM -Laufwerk"

roughly translated it tells me that the drive, saved in the file PATH.CFG, is no CD-drive.... I checked thouhh and the file points to the correct CD-drive..Everything's properly installed I got this message right when I entered the last command to run the game

Reply 15 of 18, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Please tell us your mount commands.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 16 of 18, by sairence

User metadata
Rank Newbie
Rank
Newbie

I went according to this site

http://dosbox.sourceforge.net/wiki/index.php? … ation+of+DosBox

mount D D:\Games
D:
cd Schweif
Schweif.exe

d being the partition of my harddrive where the whole thing is installed on, Games the folder where the game is and Schweif obviously being the game directory as well as the name of the exe-file

first time I'm trying to use Dosbox btw

Reply 17 of 18, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Please install the game within dosbox, that is:
create some empty directory on your harddisk (say c:\oldgames\cdrive)
set up the mounting of dosbox like
mount c c:\oldgames\cdrive
mount d f:\ -t cdrom
(assuming f is your real cdrom drive)
then (still in dosbox) type d: and then "install" or "setup"
to install the game

Reply 18 of 18, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator
mount D D:\Games D: cd Schweif Schweif.exe […]
Show full quote

mount D D:\Games
D:
cd Schweif
Schweif.exe

Just to recap a bit what wd said. From your mountings I assume you did NOT install the game from within Dosbox but some other way. You did not mount your CD-Rom so it is not found by the game.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper