This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6210 - Tagnavi_custom.config causing freezes
Attached to Project:
Rockbox
Opened by Reza (afruff23) - Friday, 20 October 2006, 00:39 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 30 April 2008, 16:37 GMT+2
Opened by Reza (afruff23) - Friday, 20 October 2006, 00:39 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 30 April 2008, 16:37 GMT+2
|
DetailsI am using an iAudio X5 with the latest CVS build(19 Oct 18:03). I ahve tagcache set to load to ram and dircache is on. My tagcache DB is in proper order with no corrupt files so it is not that. When I edit the tagnavi.config file itself, then it works with no problems. If I create a tagnavi_custom.config file, then it freezes whenever I select a menu item within tagcache.
Try the attached non-default tagnavi.config file. It works. Now rename it to tagnavi_custom.config file and put back the default tagnavi.config file. It freezes. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 30 April 2008, 16:37 GMT+2
Reason for closing: Wont Fix
Additional comments about closing: As was mentioned.. the problem was you are recursivly including the tagnavi_custom.config file which isnt a smart thing to do (and wrong from the databse POV).
So, yes, it could be called a bug, but the fix would be messy and not worth the effort.
Wednesday, 30 April 2008, 16:37 GMT+2
Reason for closing: Wont Fix
Additional comments about closing: As was mentioned.. the problem was you are recursivly including the tagnavi_custom.config file which isnt a smart thing to do (and wrong from the databse POV).
So, yes, it could be called a bug, but the fix would be messy and not worth the effort.
You included your tagnavi_custom.config inside tagnavi_custom.config causing a recursive loop. I am not sure if this is a bug, but it's probably true it shouldn't crash.