VOGONS


First post, by beej

User metadata
Rank Newbie
Rank
Newbie

http://dosbox.sourceforge.net/comp_list.php?l … l&submit=Search shows that other people have been able to get psycho pinball working. with a default dosbox.conf and dragging and dropping the _p_.exe executable on the dosbox.exe, i don't get beyond the DOS/4GW banner 🙁

anybody have a recipe?

Reply 3 of 9, by beej

User metadata
Rank Newbie
Rank
Newbie

tkcmd: thanks for the pointer! adding
SET DOS4GVM=VIRTUALSIZE#16384 SWAPNAME#c:\DOS4GVM.SWP NODELETESWAP
to my batch file definitely changed the bahavior. now it crashes dosbox completly. there's a bunch of stuff about the crash printed to the screen, but i'm not sure how to capture it. adding -noconsole to the dosbox call put the following in stdout.txt:
CONFIG:Loading settings from config file dosbox.conf
MIDI:Opened device:win32
Exit to error: Pagefault didn't correct page

Qbix: think you can try firing this game up on your system and see if your latest version works before i try and figure out how to get CVS and compile?

Reply 4 of 9, by Srecko

User metadata
Rank Member
Rank
Member

Have you tried running game in a subdirectory inside dosbox?
e.g if your game is in c:\games\psycho

(run dosbox)
mount c: c:\games
cd psycho
_p_ (or psycho.bat)

Last edited by Srecko on 2004-02-05, 11:58. Edited 1 time in total.

Reply 6 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

odd. I was quite sure i fixed this bug before the release of 0.61
Well. I got psycho Pinball. So I'll take a look at it in the future.

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

Reply 8 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

well it's a bug in psycho pinball.
it doesn't like to be started from the root of the directory structure.

(e.g. c:\)
int's fine when started from a directory.
c:\pinbal\

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