View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002977 | MMW v4 | Player | public | 2007-04-04 15:42 | 2007-04-05 20:00 |
Reporter | jiri | Assigned To | |||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0002977: Windows login screen can cause freeze of MM | ||||
Description | As reported in http://www.mediamonkey.com/forum/viewtopic.php?p=84036#84036 , if user presses Win+L shortcur while playing some music in MM, it freezes as soon as new track playback starts. | ||||
Additional Information | Technical: By debugging I found out that the problem happens on mpos := Mouse.CursorPos; in FormInfoPopWin.pas because Windows.GetCursorPos(Result) in TMouse.GetCursorPos fails. It seems to be a standard Windows 'feature' to fail in this case and so we have to find out how to make an workaround. I suppose that the standard try...except..end; would work fine, but I wonder whether we shouldn't remove Win32Check() from TMouse.GetCursorPos() - since it can cause problems in some other cases as well? | ||||
Tags | No tags attached. | ||||
Fixed in build | 1027 | ||||