It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Pinball Dreams 1+2 start and run on my computer. But Pinball Fantasies and Pinball Illusions just crash without an error! :-( I noticed that the file structure of the later ones are quote different to PD 1+2. Is ther some better DosBox configuration? I gues the lines

------------------
mount C "."
mount D ".\DATA" -t cdrom
c:
cls
@D:\ILLUSION\ILLUSION.EXE C:\ILLUSION.CFG /%1 %2 %3 %4 %5
------------------

are problematic in my case. (?)
Got Pinball Fantasies running: I had to change

-------------------------------
mount C "."
#mount D ".\DATA" -t cdrom
mount D "./DATA" -t cdrom
-------------------------------

in dosboxPFD.conf. ALso had to change

prebuffer=1000

to resolve audio stuttering.


But Pinball Illusions was harder:


-------------------------------
mount C "."
#mount D ".\DATA" -t cdrom
mount D "./DATA" -t cdrom
c:
cls
#@D:\ILLUSION\ILLUSION.EXE C:\ILLUSION.CFG /%1 %2 %3 %4 %5
D:\ILLUSION\ILLUSION.EXE ILLUSION.CFG /%1 %2 %3 %4 %5
-------------------------------

But unlike PD1+2 and Pinball Fantasies, Pinball Illusions is hardly playable as the graphics and sound stutters extremly and is too slow. :-(
Post edited February 26, 2011 by outcast1