This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11277 - iPod Video crashes at start up
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Sunday, 16 May 2010, 00:30 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 24 May 2010, 12:06 GMT+2
Opened by Andree Buschmann (Buschel) - Sunday, 16 May 2010, 00:30 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 24 May 2010, 12:06 GMT+2
|
DetailsAs reported on irc the current iPod Video (32MB) builds crash at startup. A downloaded r26070 crashes with "undefined construction at 000A7F4C", a local build based on r26060 crashed somewhere in settings_list.o
When building r26050 the iPod starts fine. Because of my "settings_list.o"-findings I assume that r25051/52/53 is the cause of this problem. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Monday, 24 May 2010, 12:06 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r26246.
Monday, 24 May 2010, 12:06 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r26246.
Hmmm....that update wasn't supposed to change even one instruction for anything but Gigs. Then again I found places where #includes of audio.h/audiohw.h were placed after files that now or were supposed to depend on proper setting of audio caps (like settings_list). If audiohw.h or sound.h is included too late it could change things.
Try r26074 or above and see if that helps.