-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issues with CORE_INTERNAL_NAME for some cores #57
Comments
Aside: The error messages come from the shell and do not contain the word 'error' like other errors. Makes them hard to spot. |
I found a 4th one in the cheats installation: error: cannot create /media/fat/cheats/TGFX16/Ranma ? (CD)(Jpn) [].zip Invalid argument I believe all 4 invalid arguments are due to using characters not allowed. |
@Firebrandx I reported that one here: |
Since it's the same type of error (invalid argument), I figured it didn't need a separate report. No worries either way. |
The issue is indeed with the value assigned to the CORE_INTERNAL_NAME variable: The non-greedy/lazy matching in the regular expression of the grep command seems to be unsupported and causes the issue (despite the -E (PATTERN is an extended regexp) option). Example command that reproduces the issue: A possible fix could be avoiding non-greedy/lazy matching in the regular expression of the grep command, e.g.: |
The fixes from @cdewit have been merged, I think this issue can be closed @stefanerwinmayer |
SD card created with: Mr. Fusion v2.2
There seems to be an issue with how the internal names of cores are built (Line 809 presumably the culprit). Running the updater for the first time on a new sd card produces partially the following in the logs:
Thank you very much for all your efforts!
The text was updated successfully, but these errors were encountered: