View Issue Details

IDProjectCategoryView StatusLast Update
0017823MMW 5Extensions frameworkpublic2021-05-12 21:46
Reporterdrakinite Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version5.0.1 
Target Version5.0.1 
Summary0017823: (Regression) Creating SongsDB5.SDBApplication object when MM5 is not running does not open MM5 [COM]
DescriptionCreating a SongsDB.SDBApplication object, when MM4 is not running, simply opens MM4. This is very useful for external programs that rely on MM4 being open.
However, creating a SongsDB5.SDBApplication object when MM5 is not running simply causes a runtime error in VBS.
TagsNo tags attached.
Fixed in build

Relationships

related to 0017174 closedpetr Issues with SDBApplication.Player getters and methods [COM] 

Activities

petr

2021-05-06 13:11

developer   ~0063067

For me it start MM5 correctly. Maybe for some reason COM model wasn't correctly registered ? Can you try to run manually 'MediaMonkey.exe /RegComServer' ?

drakinite

2021-05-08 18:21

developer   ~0063108

Yep, you're right, that was my mistake.
Previously, I had installed a non-portable version in a different directory (to test something else), and that presumably caused the COM model to register to that installation. Then I had deleted that directory, causing COM to not be able to access the program. Re-running the non-portable installer fixed it for me.

drakinite

2021-05-12 21:46

developer   ~0063159

Closing.