Bug 342 - Timer bar not moving when playing
Summary: Timer bar not moving when playing
Status: RESOLVED FIXED
Alias: None
Product: Limited Linking Kindergarten
Classification: Unclassified
Component: Timer (show other bugs)
Version: V3.0
Hardware: PC Windows
: High major
Assignee: Sun Chengyu
URL:
Depends on:
Blocks:
 
Reported: 2019-12-05 10:53 HKT by qihuadong2-c
Modified: 2019-12-09 20:33 HKT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qihuadong2-c 2019-12-05 10:53:50 HKT

    
Comment 1 qihuadong2-c 2019-12-05 11:15:57 HKT
Steps to reproduce:
1, Run main game
2, Enter the name and submit
3, Click start
4, Quickly connect a successful pair and wait

Actual result:
The timer bar is not moving and eventually the notification of "failed" showed while the timer bar was still there.


Expected result:
The timer bar is moving by time and eventually the notification of "failed" showed with time bar just used up.
Comment 2 dehezhang2-c 2019-12-05 12:35:27 HKT
The problem might be caused by the busy CPU. Please try to rebuild the program and relaunch it.
Comment 3 Sun Chengyu 2019-12-05 22:29:09 HKT
This issue has been confirmed on Eclipse Version: 2019-06 (4.12.0), Build id: 20190614-1200 on Windows 10.
Comment 4 Sun Chengyu 2019-12-05 22:30:51 HKT
Fixing is in progress. A very possible cause of this issue would be interruption of current TimerThread thread when current process is switching or changing on OS.
Comment 5 Sun Chengyu 2019-12-06 21:50:49 HKT
This issue seems to be fixed by setting priority of the TimerThread. Testing needs to be done to make sure that this is resolved.
Comment 6 qihuadong2-c 2019-12-09 20:33:03 HKT
Test finished.