View Issue Details

IDProjectCategoryView StatusLast Update
0003302MMW v4Otherpublic2007-07-23 04:23
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0003302: gen_toaster can't be started
DescriptionAs reported in http://www.mediamonkey.com/forum/viewtopic.php?t=19158, gen_toaster plug-in can't be started in MM. MM immediatelly crashes upon start up - using the plug-in from http://www.winamp.com/plugins/details/138586 .
TagsNo tags attached.
Fixed in build1051

Relationships

related to 0003039 closedpeke Regression: Many Winamp plug-ins stopped working in MM 3.0 (audioscrobbler) 

Activities

jiri

2007-07-17 11:28

administrator   ~0009818

Debugging in Delphi shows that the problem is that two methods are recursively infinitely called in MM - and obviously a stack-overflow error happens.

The methods are TControlHook.HookWndProc() from te_forms.pas and StdWndProc() from classes.pas. We need to somehow prevent this recursion in a suitable way.

petr

2007-07-17 15:33

developer   ~0009829

Fixed. Will be in 1051.

rusty

2007-07-23 04:23

administrator   ~0009886

Verified 1051.