Pull Request Overview
- Opened on September 18, 2026
- Status Open
- Commit count 0
Total Delta
Open Days
Test Delta
How long has this pull request spent in each phase of its lifecycle?
Data pending calculation for pull request
[TESTERS NEEDED] Fix ISO device paths
On an ISO and with some system code page (e.g. for language chinese used in https://github.com/RPCS3/rpcs3/pull/19528), RPCS3 dies the instant a game asks the file system for a path holding a character Windows refuses in a name (*, :, β¦). The crash is caused by std::filesystem.
So, inside an ISO archive, simply avoid to use the unsafe (and avoidable) std::filesystem and replace it with an equivalent solution.
Related to #19528 (similar issue on installation paths)
fixes #18570
No comments have been left on this PR.