js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

Games with mounted cd-rom crash

Open byrongamatos opened this issue 10 months ago • 3 comments

Whenever i use imgmount or mount commands to mount a cd-rom image, the command is succesful, but the game crashes at the first instance that the cd-rom is accessed with Program terminated with exit(0) . This behavior is consistent with all cd-rom games i have tried. This does not happen when an image needs to be mounted to a floppy.

Example game

byrongamatos avatar Jan 02 '25 20:01 byrongamatos

i cant reproduce this error -> i mount a mini.iso and it works nice; yet my game doesnt load data from CD -> it only checks some filesizes...

Benman2785 avatar Feb 18 '25 22:02 Benman2785

Whenever i use imgmount or mount commands to mount a cd-rom image, the command is succesful, but the game crashes at the first instance that the cd-rom is accessed with Program terminated with exit(0) . This behavior is consistent with all cd-rom games i have tried. This does not happen when an image needs to be mounted to a floppy.

Example game

Probably something wrong with your images, try to use iso for example. I tried your bundle with native dosbox-x it also didn't work.

First you need to make it work in native dosbox-x, you can test like this:

  1. Extract your bundle
  2. Go to extracted folder
  3. Run dosbox-x -conf .jsdos/dosbox.conf

I my case dosbox-x also didn't start the game.

caiiiycuk avatar Feb 19 '25 08:02 caiiiycuk

https://hoffmeister.li/js-dos/PROE.html (588mb) as you can see -> we can "imgmount d PROEmini.iso"

Benman2785 avatar Feb 21 '25 21:02 Benman2785