- Status New
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.7.1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11847 - Rockbox tries to open files "-.kbd", "-.sbs" and "-.rsbs"
r28936, sim build for iriver H120, fresh installation folder, i.e. no file “config.cfg”
I modified the function “sim_open” to ouput what files it’s opening, and got the following output (see attached text file). Note that there are files “-.kbd”, “-.sbs” and “-.rsbs”. I think these files should not be opened, even tried.
This isnt really a bug, and yes you are probably right.
There should be logic in the settings load code to check for ‘-’ or NULL for the string which apparently isnt fully working.
The fixes for .kbd and .colours have been committed as r28948 and r28949.