View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018959 | MMW 5 | Playback | public | 2022-04-03 18:42 | 2022-04-04 14:08 |
Reporter | drakinite | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | random |
Status | closed | Resolution | duplicate | ||
Product Version | 5.0.3 | ||||
Target Version | 5.0.3 | ||||
Summary | 0018959: Crash/stall when playing YouTube while MM is minimized | ||||
Description | Info from user: "If the video from youtube is minimized it will desync the entire GUI. This is not noticeable until the main program is reopened. As long as the program is minimized, it will play and may even continue playing, when maximized, the rest of the current song" Crash ID: E1CE0DEE To reproduce: 1. Play YouTube online video. 2. Minimize MediaMonkey while playing 3. Allow time to pass (3-5 minutes) 4. Restore MediaMonkey will then hang indefinitely once you interact with the window. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
I cannot reproduce at all, tried for 20 minutes and even with VSCode and no problem. But according to the log, it is not related to YT playback at all, the crash was probably in UPnP, Luděk fixed something there, please check it. I think, YT playback and VSCode was only some coincidence. |
|
Based on the log E1CE0DEE it is UI thread freeze on this line: _this.requestIdle(() => window.setMoveableArea(_this.getMoveableArea()), 'WindowMoveArea'); in windowtitle.js i.e. I guess it freezes either in getMoveableArea or setMoveableArea? Is the bug still reproducible, can the user submit another log? |
|
It seems the reason could be the same like in 0018957 (as user was doing the same), but both crash logs show different state, the only common thing is the freeze of UI thread. |
|
Resolving as dup of 0018957 and let's continue in 0018957 to get more info re this UI freeze. |