This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9707 - some further bugs in chessclock
Attached to Project:
Rockbox
Opened by Johannes Linke (Jaykay) - Wednesday, 24 December 2008, 15:16 GMT+2
Last edited by Teruaki Kawashima (teru) - Sunday, 01 November 2009, 15:36 GMT+2
Opened by Johannes Linke (Jaykay) - Wednesday, 24 December 2008, 15:16 GMT+2
Last edited by Teruaki Kawashima (teru) - Sunday, 01 November 2009, 15:36 GMT+2
|
Detailsvery similar to http://www.rockbox.org/tracker/task/9383:
1. start the game with 3 or more players. 2. delete one of them i.e. p3. 3. the time is now running for p1. 4. press right to go to p2, press it again and the player is frozen. some more things: if you start the game with 0 players, it still creates one player. with the e200 you can increase the number of players with the scrollwheel to 1, any further scrollwheel actions are ignored. you can start a "game" with 0 players (it still creates one), max time=0 and max round time = 0, which makes no sense. if it says TIME OUT and you go to the menu, select total time and press select, it shows "total time" and below this "TIME OUT!" if it says "TIME OUT!" and you go to the menu, go to a random menu-option and then press power to quit the menu, it'll show the menu point (i.e. delete player) and below this "TIME OUT!" if it says time out and you select round time in rthe menu, it says (very short) 00:-4. sometimes also -5 and -7 appeared. i also saw -1:-4, it seems to be random. then it says as expected "rount time 00:00 (m:s)", if you presss select, it shows again the random numbers. if you go to the menu while the time is running, wait 5 secs and then select restart round, it'll start from the round time - 5 secs (i.e. from 15s when the round time is 20s). if you dont wait in the menu, it'll show the right time. the backlight will turn off after the default time (while the chessclock-time is running), and go on again after ~secs. the down-button-actions are very strange sometimes nothing happens, sometimes it adds 8secs, after the time is out it adds 25 secs, a second press will set the time to 27 secs. if you press it a few times in a row, it'll remain a few second at the 27secs and then count down again. in short: chessclock only works if you do nothing or if you only use left/right to change the players :) |
This task depends upon
FS#9383.- if you start the game with 0 players, it still creates one player.
- if it says TIME OUT and you go to the menu, select total time and press select, it shows "total time" and below this "TIME OUT!"
- if it says "TIME OUT!" and you go to the menu, go to a random menu-option and then press power to quit the menu, it'll show the menu point (i.e. delete player) and below this "TIME OUT!"
- if it says time out and you select round time in rthe menu, it says (very short) 00:-4. sometimes also -5 and -7 appeared. i also saw -1:-4, it seems to be random. then it says as expected "rount time 00:00 (m:s)", if you presss select, it shows again the random numbers.
- if you go to the menu while the time is running, wait 5 secs and then select restart round, it'll start from the round time - 5 secs (i.e. from 15s when the round time is 20s). if you dont wait in the menu, it'll show the right time.
My patch file is
FS#9383's patch incorporated.changes:
- When some players delete, the previous player is not displayed. (Report thanks, Kawashima)
* you can start a "game" with 0 players (it still creates one), max time=0 and max round time = 0, which makes no sense.
* if it says TIME OUT and you go to the menu, select total time and press select, it shows "total time" and below this "TIME OUT!"
* if it says "TIME OUT!" and you go to the menu, go to a random menu-option and then press power to quit the menu, it'll show the menu point (i.e. delete player) and below this "TIME OUT!"
* if it says time out and you select round time in rthe menu, it says (very short) 00:-4. sometimes also -5 and -7 appeared. i also saw -1:-4, it seems to be random. then it says as expected "rount time 00:00 (m:s)", if you presss select, it shows again the random numbers.
* if you go to the menu while the time is running, wait 5 secs and then select restart round, it'll start from the round time - 5 secs (i.e. from 15s when the round time is 20s). if you dont wait in the menu, it'll show the right time.
as for backlight issue, it seems intended behavior that backlight is turned on when remaining time becomes 00:10 and after round up or time out.