You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling XLaunchXBE with a path that starts with d: or D: fails to launch the XBE.
Passing an explicit expanded path (i.e., prefixing with \Device\CdRom0) works, as does passing a path with no drive prefix at all).
Calling XLaunchXBE with a path that starts with
d:
orD:
fails to launch the XBE.Passing an explicit expanded path (i.e., prefixing with
\Device\CdRom0
) works, as does passing a path with no drive prefix at all).I'm guessing this is due to the table at https://github.com/XboxDev/nxdk/blob/master/lib/hal/fileio.c#L15 that expands the
d:
prefix to\??\D:\
.Example project to repro the issue at abaire/nxdk_launch_test
The text was updated successfully, but these errors were encountered: