Bug 342

Summary: Timer bar not moving when playing
Product: Limited Linking Kindergarten Reporter: qihuadong2-c
Component: TimerAssignee: Sun Chengyu <chengysun3-c>
Status: RESOLVED FIXED    
Severity: major CC: dehezhang2-c, ruikangli2-c
Priority: High    
Version: V3.0   
Hardware: PC   
OS: Windows   

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.