| Summary: | Timer bar not moving when playing | ||
|---|---|---|---|
| Product: | Limited Linking Kindergarten | Reporter: | qihuadong2-c |
| Component: | Timer | Assignee: | 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
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. The problem might be caused by the busy CPU. Please try to rebuild the program and relaunch it. This issue has been confirmed on Eclipse Version: 2019-06 (4.12.0), Build id: 20190614-1200 on Windows 10. 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. This issue seems to be fixed by setting priority of the TimerThread. Testing needs to be done to make sure that this is resolved. Test finished. |