VOGONS


First post, by UJIbU4

User metadata
Rank Newbie
Rank
Newbie

Hi.
The game is: Star command: Revolution / Deluxe.
I've tried different DosBox versions (0.74, clean SVN, daum, DosBox X ...), but could not get the video playback work, though the game runs ok. The videos are in .smk format which is playable with RAD game tools. When starting, the DosBox window (windowed mode) got resized to 320x200 (video size) with "Error opening file: movies\logo.smk" for a second, then the main menu shown. Windows 98 machine can run this game with videos.
Thanks in advance.

Reply 2 of 7, by UJIbU4

User metadata
Rank Newbie
Rank
Newbie

Yes, I've installed from mounted cd image (full install, movies are on the hard drive). Just copying files from cd does the same.

Reply 3 of 7, by IIGS_User

User metadata
Rank Oldbie
Rank
Oldbie
UJIbU4 wrote:

"Error opening file: movies\logo.smk"

How is it seen inside DOSBox?

Klimawandel.

Reply 4 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator
UJIbU4 wrote:

Yes, I've installed from mounted cd image (full install, movies are on the hard drive). Just copying files from cd does the same.

And did you keep the same mountings for installing and playing?

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 5 of 7, by UJIbU4

User metadata
Rank Newbie
Rank
Newbie

Yes, same mountings.

How is it seen inside DOSBox?

DosBox outputs the error opening file for a sec or less in a resized window (if windowed).

Reply 6 of 7, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The error message is misleading; the actual problem is a DPMI memory allocation error. The error happens when the game shells out to run the SMACKPLY.EXE player program, but not when you run the player at the prompt with the same parameters. The player program uses the Causeway DOS extender, but it is not a linear executable that can be bound to a different extender, so you're stuck with Causeway.

You can work around the problem by loading the JEMM memory manager available here. Set xms=false ems=false umb=false in the DOSBox settings and run JEMM with the command: JEMMEX FRAME=E000 LOAD

Reply 7 of 7, by UJIbU4

User metadata
Rank Newbie
Rank
Newbie

Videos are now working with JEMM! Big thanks for a rapid help everyone!