Giter VIP home page Giter VIP logo

Comments (4)

maron2000 avatar maron2000 commented on September 25, 2024

I tried booting PC-DOS2000.
It properly loads the CD-ROM driver and MSCDEX with the drive empty, but crashes when loading an ISO from GUI.
So not only Windows but same thing occurs when booting DOS.
It works on native DOSBox-X.

from dosbox-x.

cjr118a avatar cjr118a commented on September 25, 2024

I am having the same issue with this. Just crashes after a second after selecting the image

from dosbox-x.

m-p-3 avatar m-p-3 commented on September 25, 2024

Just one inconsistency I noted

IMGMOUNT D empty -t iso -ide 2m
is mentioned in the bug description

Then it says

IMGMOUNT D empty -t cdrom -ide 2m

in the [autoexec]

For reference, running imgmount -help gives the following output

Mounts floppy, hard drive and optical disc images.
IMGMOUNT drive file [-ro] [-t floppy] [-fs fat] [-size ss,s,h,c]
IMGMOUNT drive file [-ro] [-t hdd] [-fs fat] [-size ss,s,h,c] [-ide controller]
IMGMOUNT driveNum file [-ro] [-fs none] [-size ss,s,h,c] [-reservecyl #]
IMGMOUNT drive file [-t iso] [-fs iso]
IMGMOUNT drive [-t floppy] -bootcd cdDrive (or -el-torito cdDrive)
IMGMOUNT drive -t ram -size size
IMGMOUNT -u drive|driveNum (or  IMGMOUNT drive|driveNum file [options] -u)
 drive               Drive letter to mount the image at.
 driveNum            Drive number to mount, where 0-1 are FDDs, 2-5 are HDDs.
 file                Image filename(s), or IMGMAKE.IMG if not specified.
 -t iso              Image type is optical disc iso or cue / bin image.
 -t hdd|floppy|ram   Image type is hard disk (inc. VHD/HDI)|floppy|RAM drive.
 -fs iso             Filesystem is ISO 9660 (auto-assumed for .iso/.cue files).
 -fs fat             Filesystem is FAT - FAT12, FAT16 and FAT32 are supported.
 -fs none            Do not detect filesystem (auto-assumed for drive numbers).
 -reservecyl #       Report # number of cylinders less than actual in BIOS.
 -ide controller     Specify IDE controller (1m, 1s, 2m, 2s) to mount drive.
 -size size|ss,s,h,c Specify the size in KB, or sector size and CHS geometry.
 -bootcd cdDrive     Specify the CD drive to load the bootable floppy from.
 -o partidx=#        Specify a hard disk partition number to mount as drive.
 -ro                 Mount image(s) read-only (or leading ':' for read-only).
 -u                  Unmount the drive or drive number.
 -examples           Show some usage examples.

So the correct command would be IMGMOUNT D empty -t iso -ide 2m

However I can also report that attempting to use the DOS > Change the current CD image... option in the GUI while running Win9x does crash Dosbox-x

image

Also, I initially tried to do it by following this guide and I don't think the syntax is correct)

from dosbox-x.

yllekz avatar yllekz commented on September 25, 2024

Same issue here. Not only does it crash, it crashes with no error and no warning. The workaround is to directly IMGMOUNT a random ISO and then change it out later.

My workaround config (the commented out part is the bit that causes crashes. The IMGMOUNT line under it works without crashing):

[autoexec]
IMGMOUNT 0 empty -fs none -t floppy
IMGMOUNT 1 empty -fs none -t floppy -size 512,15,2,80
IMGMOUNT C /Users/me/dosbox-x/Win95.img -ide 1m
#IMGMOUNT D empty -t iso -ide 2m
IMGMOUNT D /Users/me/dosbox-x/HBG3.iso -t iso -ide 2m
BOOT C:

from dosbox-x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.