View Issue Details

IDProjectCategoryView StatusLast Update
0007049MMW v4Main Panelpublic2011-02-12 22:39
Reporterjiri Assigned To 
PriorityimmediateSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
PlatformWindowsOS7OS Version-
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0007049: Pressing Play button can cause AV
DescriptionWhen 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).
TagsNo tags attached.
Fixed in build1340

Activities

Ludek

2010-12-22 12:34

developer   ~0022039

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?

jiri

2010-12-22 13:01

administrator   ~0022040

Problem is in TFMainWindow.CheckHotkeyCanBeApplied() where ActiveControl.Name is accessed, even though it's nil in this particular case.

Ludek

2010-12-22 15:46

developer   ~0022044

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.

peke

2011-02-12 22:39

developer   ~0023026

Verified 1348