Error while reading file from CDROM #714
Unanswered
VinegarLove
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an ELF Executable with some data files and I would like it to be packaged into an ISO readable by the emulator.
I'm currently facing the problem of loading files into memory only when the ELF is packaged inside the ISO.
Using PCSX2 and enabling host filesystem, I can successfully load the file via SDL2 API.
However, when I try to read from the packed ISO with the following line, the file won't load correctly.
I've attached the logs.
You may notice that there's an instruction that says "cdrom0:DATATEST.TXT" without the "/", but the file gets load correctly while using the host filesystem.
Trying to read anything from cdrom0: result in the same error.
"is not a regular file or pipe"
While accessing to "host:" related path gives just
"No such file or directory"
It seems like the cdrom0 FS isn't mounted for some reason.
EDIT:
The iso is formatted with this command.
Any help is appreciated 🙏
Thanks.
pcsx2_log.txt
Beta Was this translation helpful? Give feedback.
All reactions