Work around DIC path issue #35

Closed
opened 2026-01-29 16:08:08 +00:00 by claunia · 1 comment
Owner

Originally created by @mnadareski on GitHub (Jun 17, 2018).

Work around the fact that DIC does not like when there are . characters in the inputted path unless they're for the extension. Most likely all but the last instance of the . character will have to be replaced by the _ character, for safety.


Old Info

From antimatter:

"I tested a Xbox One game with DICUI 1.06 & it dumped when the path was set to the root D: not D:\ReDump\DCUI_1.06"
"Now i'm wondering if the path issue is because of the . in DICUI_1.06"
"yes & just retested & thats the problem
can't have a . in the path"

Originally created by @mnadareski on GitHub (Jun 17, 2018). Work around the fact that DIC does not like when there are `.` characters in the inputted path unless they're for the extension. Most likely all but the last instance of the `.` character will have to be replaced by the `_` character, for safety. ------------------ **Old Info** From antimatter: "I tested a Xbox One game with DICUI 1.06 & it dumped when the path was set to the root D: not D:\ReDump\DCUI_1.06" "Now i'm wondering if the path issue is because of the . in DICUI_1.06" "yes & just retested & thats the problem can't have a . in the path"
claunia added the enhancementbuggood first issue labels 2026-01-29 16:08:08 +00:00
Author
Owner

@mnadareski commented on GitHub (Jun 20, 2018):

When this gets attempted, try to do #59 as well since both are path issues.

@mnadareski commented on GitHub (Jun 20, 2018): When this gets attempted, try to do #59 as well since both are path issues.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#35