View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006007 | MMW v4 | Framework: Scripts/Extensions | public | 2009-10-03 15:39 | 2009-10-16 13:02 |
Reporter | Ludek | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Target Version | 3.1.2 | Fixed in Version | 3.1.2 | ||
Summary | 0006007: Possible COM error during Windows shutdown | ||||
Description | One user complained here: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=43076&p=224999#p224999 That the COM error is displayed before his script is even able to handle the OnShutDown event. Although we haven't been able to repro this we can use suggestion from here: http://blog.delphi-jedi.net/2008/07/01/com-server-tells-you-sth-about-opened-client-connections/ | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=43076&p=224999#p224999 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1272 | ||||
|
Fixed in 1271. |
|
Re-opened, because it hasn't been fully resolved. |
|
Tested with the MonkeyFlow script and solution is to set up ComServer.UIInteractive to false This can be done via new GET/LET property I have added: ISDBApplication.ComServerUIActive Added in build 1272. |
|
Documented here: http://www.mediamonkey.com/wiki/index.php/SDBApplication and here: http://www.mediamonkey.com/wiki/index.php/ISDBApplication::ComServerUIActive |
|
Finally I decided to set the property to FALSE by default in order to prevent the annoying messages, because it seems to be safe, see: http://www.blong.com/Conferences/DCon2002/Speech/SAPI4HighLevel/SAPI4.htm Fixed in build 1272. |
|
Verified 1274 |