Skip to content
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

Custom ELF bug #123

Closed
carl0sjt opened this issue Jul 29, 2018 · 5 comments
Closed

Custom ELF bug #123

carl0sjt opened this issue Jul 29, 2018 · 5 comments

Comments

@carl0sjt
Copy link

Pointing a Custom ELF thats inside a folder or sub-folder gives white screen.

e.g. "cdrom:\MGS\NET\MGS3_N.ELF" custom elf set as "MGS\NET\MGS3_N.ELF"

Custom ELF only works if the ELF is in root of ISO.

@BatRastard
Copy link
Contributor

Keep in mind that OPL is case sensitive so upper and lower case characters must match in the PATH ...

@carl0sjt
Copy link
Author

carl0sjt commented Jul 30, 2018

i already checked that. ISO9660 filenames may only consist of uppercase letters A-Z, digits, dots, and underscores and i doubt OPL cares about the UDF file system of the ISO tbh.

And i studied the behavior of Custom ELF a bit, and if your set a file name in lowercase and save it, OPL automatically converts/save it as upppercase letters.

@TnA-Plastic
Copy link

Yes, AFAIK it does only care for ISO9660!
You are right about that issue!
I am however not sure, what causes it...

The 'text-parser to backend-part', seems to be likely tho', or the path-passing, or etc.

@sp193
Copy link
Contributor

sp193 commented Jan 12, 2019

It may be fixed in the upcoming pull request. #171

@carl0sjt
Copy link
Author

Fixed in caaeafb!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants