View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003302 | MMW v4 | Other | public | 2007-07-17 11:22 | 2007-07-23 04:23 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0003302: gen_toaster can't be started | ||||
Description | As 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 . | ||||
Tags | No tags attached. | ||||
Fixed in build | 1051 | ||||
|
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. |
|
Fixed. Will be in 1051. |
|
Verified 1051. |