Open dpermar opened 1 year ago
Are you sure the version was set? If version 7.1 is not set, you will not be able to mount a 8GB image, as it will be FAT32.
can you try to folder mount the current directory and check if you can see the hdd.img file? e.g.,
mount c .
dir c:
Also, since you are using the flatpak version, where in the host filesystem are you when you do the imgmake/imgmount operations? By default the flatpak can only access your home folder.
Are you sure the version was set? If version 7.1 is not set, you will not be able to mount a 8GB image, as it will be FAT32.
Yes. Already copied above the output of command ver:
ver
DOSBox-X version 2022.12.26 (SDL2). Reported DOS version 7.10.
mount c .
Drive C is mounted as local directory ./
dir c:
Volume in drive C has no label
Volume Serial Number is 0000-1234
Directory of C:\
. <DIR> 03/20/2023 11:06a
.. <DIR> 03/20/2023 1:00a
250MB IMG 252,370,944 03/202023 11:06a
8GB IMG 8,414,461,440 03/202023 10:55a
HDD IMG 8,414,461,440 03/202023 9:47a
3 File(s) 17,081,293,824 Bytes
2 Dir(s) 255,96 G Bytes free
So apparently the files are there and everything AFAIK fine. Willing to do more testing if it helps :-) D.
Sorry for closing the issue for a while. It was an accident. :-(
I don't know what is going on on your side, but this is what I get with the current flatpak:
Can you try to run the flatpak from the CLI and post the log output that will be printed on the console?
e.g.:
flatpak run com.dosbox_x.DOSBox-X
Also take into account that paths supplied to MOUNT/IMGMOUNT are case sensitive on a case sensitive filesystem (default on Linux). In your original example you use lower case, but the directory listing shows upper case.
There seems to be something weird with your DIR output. If you are running with DOS version set to 7.1, you should see both the 8.3 filename at the beginning (which will be upper-case), and at the end of the line there should be the long-filename in actual case. But from your output, it seems that you are not set to 7.1 or that LFN is specifically disabled.
Here you can see the DIR output of ver set to the default 5.0 and then again with ver set to 7.1:
Hello,
Seems to be a flatpak permissions issue. Shoud have used a path inside my home I guess. However I had little space left on device so I used another path. I solved it overriding flatpak filesystem (as stated here):
sudo flatpak override "com.dosbox_x.DOSBox-X" --filesystem=<path of your choice>
So it works now. BTW, could DOSBox-X check permissions so if there is an issue of this type explicitly show it?
Thanks for helping, D.
@BridgeHeadland please don't hijack other peoples threads. In any case, as stated on the wiki, if you encounter issues, make sure you are running the installer with core=normal
.
@rderooy Sorry. I didn't know it wasn't right.
Describe the bug
Trying to install Windows98 following the wiki guide.
My system:
Following the wiki guide to install windows 98:
I have already checked:
Is there a way to downgrade to a working flatpak?
This is (read it in the issues) supposedly repaired, but it is not as far as I know.
Greetings, D.
Steps to reproduce the behaviour
Expected behavior
Image file recently created should mount without any problem
What operating system(s) this bug have occurred on?
Linux myhostname 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
What version(s) of DOSBox-X have this bug?
DOSBox-X 2022.12.26 (installed via flatpak)
Used configuration
Output log
Additional information
No response
Have you checked that no similar bug report(s) exist?
Code of Conduct & Contributing Guidelines