View Issue Details

IDProjectCategoryView StatusLast Update
0003136MMW v4Playerpublic2007-07-13 21:34
Reporterjiri Assigned To 
PriorityimmediateSeveritymajorReproducibilityrandom
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0003136: Player can disappear sometimes
DescriptionAs reported in http://www.mediamonkey.com/forum/viewtopic.php?t=17019 , player can disappear sometimes. Based on the description it looks like the problem is caused by some threading issue (as it was in MM 2.5), i.e. where some VCL drawing occurs in other than the main thread.
TagsNo tags attached.
Fixed in build1046

Activities

jiri

2007-06-22 14:17

administrator   ~0009535

Assigning to Petr to review whether there can be another reason for the problem. If no, I'd suggest to add code like:

Assert( GetCurrentThreadID = MainThreadID);

to several places of drawing (either player skin, or skin in general) so that we could find out whether it's really related to skinning.

petr

2007-06-23 15:39

developer   ~0009550

I've make some prevent changes (but can't reproduce this error). Will be in 1046.

rusty

2007-07-13 21:34

administrator   ~0009726

Closing--haven't seen this occur in 1047.