View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007049 | MMW v4 | Main Panel | public | 2010-12-21 16:45 | 2011-02-12 22:39 |
Reporter | jiri | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | 7 | OS Version | - |
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0007049: Pressing Play button can cause AV | ||||
Description | When I press keyboard Play/Pause button, it results in an AV if a Video is playing in full-window mode (and possibly in other cases as well, haven't tried). | ||||
Tags | No tags attached. | ||||
Fixed in build | 1340 | ||||
|
I cannot reproduce, tested on Win XP, both skinned and skinless versions. Could you at least partially debug it or to catch a debug log? |
|
Problem is in TFMainWindow.CheckHotkeyCanBeApplied() where ActiveControl.Name is accessed, even though it's nil in this particular case. |
|
Fixed in 1340 although I couldn't reproduce, because in case of full screen video the following condition Screen.ActiveForm = FullScreenPlayer is true in my case. |
|
Verified 1348 |