- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#7549 - .gbc files (Rockboy) not recognized as supported
Only .gb files (original GameBoy) are now recognized as supported in Rockbox. Previously, both .gbc (GameBoy Color) and .gb files were recognized as supported.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I confirm this bug on H120 too. The current builds (latest checked r14227) starting from some build between r14207 and 14216 are missing some lines in viewers.config. The file in the SVN is complete. See http://svn.rockbox.org/viewvc.cgi/trunk/apps/plugins/viewers.config?view=log
Is there any processing applied on the file before including it into the zip archive?
Could not the change of plug-in paths in the revision 14214 cause disappearance of some of the lines?
Below are the missing lines. Comparison was made between r14227 zip and the file from the same revision from SVN.
$ diff viewers.config viewers-zip/viewers.config
3d2
< nfo,viewers/viewer,1
6,9d4
< jpe,viewers/jpeg,2
< jpeg,viewers/jpeg,2
< ucl,viewers/rockbox_flash,3
< rvf,viewers/video,4
14,15d8
< gbc,viewers/rockboy,6
< sgb,viewers/rockboy,6
18,19d10
< rmi,viewers/midiplay,7
< rsp,viewers/searchengine,8
25d15
< wav,viewers/wavplay,10
27,28d16
< wav,viewers/test_codec,-
< bmp,apps/rockpaint,11
30d17
< mpeg,viewers/mpegplayer,4
33,35d19
< sna,viewers/zxbox,12
< tzx,viewers/zxbox,12
< z80,viewers/zxbox,12
37d20
< colours,apps/text_editor,11
bugger, it seems I broke buildzip.pl and viewers.config (buildzip.pl removes unused plugins from the .config), if you know perl I would very much appreciate a patch, my perl skills are crap :p
either way, ill look into this asap