-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checks
- I have checked existing issues for duplicates and found none
- I am using a build downloaded from this repository
Describe the issue
Setup:
- PS2BBL built with HDD and MX4SIO support
- HDD MBR configured to launch PS2BBL
- Highest-precedence PS2BBL config located in hdd0:__sysconf/PS2BBL/CONFIG.INI
Two observations, probably the same issue:
- The launched program's argv[0] starts with
hdd0:__sysconf:, followed by something more likely to be the real path (may require same IRX load order). As a concrete example, I had a program namedps2_test_app_usb.elfin the root of a USB key, and launching it getshdd0:__sysconf:mass:/ps2_test_app_usb.elfinstead of justmass:/ps2_test_app_usb.elf. - The CWD as returned by
getcwdreturns paths with an unexpectedhdd0:__sysconf:prefix. For the same example program, I gethdd0:__sysconf:mass:as the CWD.
I confirmed that this happens for both USB (always present) and MX4SIO (optional) storage devices.
Console model
SCPH-39001
Program version (if possible, also provide hash)
Custom build - including #73
System modifications
No response
What kind of boot method are you using to run the bootloader?
HDD MBR
Context and extra information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working