This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6334 - Star plugin locks up device after selecting play.
Attached to Project:
Rockbox
Opened by Douglas Valentine (Dwyloc) - Wednesday, 15 November 2006, 19:01 GMT+1
Last edited by Antoine Cellerier (dionoea) - Tuesday, 16 October 2007, 10:05 GMT+1
Opened by Douglas Valentine (Dwyloc) - Wednesday, 15 November 2006, 19:01 GMT+1
Last edited by Antoine Cellerier (dionoea) - Tuesday, 16 October 2007, 10:05 GMT+1
|
DetailsThe Star plugin locks up my player when I select play and a reboot is required to exit the plugin.
Tested with the current ipod nano CVS build from 15 Nov 17:29. steps to reproduce. 1. reboot ipod nano and clear config settings on bootup. 2. Open the menu and select star plugin from the Browse plugins menu. 3. Press select to start playing At this stage the game status bar will be displayed and the player will lockup and require a reboot to exit. |
This task depends upon
Closed by Antoine Cellerier (dionoea)
Tuesday, 16 October 2007, 10:05 GMT+1
Reason for closing: Fixed
Tuesday, 16 October 2007, 10:05 GMT+1
Reason for closing: Fixed
Running r13725-070627
iPod Nano 2GB.
After selecting Play my iPod was frozen on the menu and disconcertingly heating up. I could hear no music (wasn't playing any but I read in another bug report that there was music playing although the plugin was frozen).
I had trouble rebooting it too managed to get it rebooted after a few hours.
So the issue is worked round in SVN by disabling the screen translation effect on the other effected targets but for some reason it has not been disabled for the nano.
The only thing which must be different on the real target is the rb->lcd_update_rect call. Could you try adding a bunch of { int fd = rb->open( "/star_debug.txt", O_CREAT|O_WRONLY|O_APPEND ); rb->fdprintf( fd, __FILE__ " %s %d: %d %d %d %d %d\n", __func__, __LINE__, center_x, x, center_y, y, step ); rb->close( fd ); } in the star_transition_update function, lines 539 to 544 and paste the contents of the star_debug.txt file if it looks interesting ? (I'm guessing that the x or y values must somehow overflow an authorised range ... although it'd be weird that this would cause a crash)
http://www.rockbox.org/irc/reader.pl?date=20071012 at 21:46 as the problem seems to effect a number of other targets as well.
I can have a look at it next weekend if its still required when I will hopefully have time to setup my new laptop with VMWare.