-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cannot create drive from file" while it works in the original DOSBox #4434
Comments
PR #4900 may fix the problem, however, the floppy image should be justified that it is really dumped correctly. |
Thanks! It seems you linked the issue to itself, so you may want to edit (update: thanks for fixing!). Regarding the "however", what do you mean "justified"? It's likely corrupted on purpose as a type of copyright protection. So basically did you add extra protection over DOSBox until with this PR took it down a notch? |
The image size of disk2.img converted is 900kB, which I think is incorrect. |
Well, since I can't test it, can you try to install the installer from disk1, and swap to disk when requested, then see if the game works after the installation? |
You can try the developer builds from here, they have the latest code. |
Any idea why does one must log in in order to download? |
Can you reopen? |
While it wasn't re-opened it just made it to production. Now you can proceed to disk2 only to end up with "FATAL installation error FF44", which opens the debugger at "DOS fatal memory error: Corrupt MCB chain". All I can say is that it does work if instead of using KryoFlux's official converter one uses DOSBox-TC's |
A new production version was released, and took us back in time. Meanwhile, I've noticed after it beeps (instead of asking to switch to disk2) it doesn't get fully stuck but lets you click escape. If you do this, you get taken back to DOS where it states |
Describe the bug
DOSBox-X fails to run
IMGMOUNT a
over a certain IMG file, while it does work in the original DOSBox.Steps to reproduce the behaviour
kryoflux_3.00_windows\dtc\DTC_x64\
dtc -f"WWF European Rampage Tour (Disk 1)(Ocean)(1992)(3,5'')\track00.0.raw" -i0 -fdisk1.img -i4 -m1
dtc -f"WWF European Rampage Tour (Disk 2)(Ocean)(1992)(3,5'')\track00.0.raw" -i0 -fdisk2.img -i4 -m1
00.0 : Bad sector found
00.0 : Read operation failed
00.1 : Bad sector found
00.1 : Read operation failed
01.0 : Bad sector found
01.0 : Read operation failed
01.1 : Bad sector found
01.1 : Read operation failed
02.0 : Bad sector found
02.0 : Read operation failed
02.1 : Bad sector found
02.1 : Read operation failed
03.0 : Bad sector found
03.0 : Read operation failed
03.1 : Bad sector found
03.1 : Read operation failed
04.0 : Bad sector found
04.0 : Read operation failed
04.1 : Bad sector found
04.1 : Read operation failed
imgmount a disk2.img
cannot create drive from file
Expected behavior
Drive A should be loaded and usable
What operating system(s) this bug have occurred on?
Windows 10 22H2 64-bit
What version(s) of DOSBox-X have this bug?
Used configuration
No response
Output log
LOG: No geometry
Additional information
-t floppy
(which isn't required by DOSBox-X but is by DOSBox)WWF.2
:Have you checked that no similar bug report(s) exist?
Code of Conduct & Contributing Guidelines
The text was updated successfully, but these errors were encountered: