Script Errors when loading/playing tracks

Beta Testing for Windows Products and plugins

Moderator: Gurus

judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Script Errors when loading/playing tracks

Post by judas »

Hi,

since v.3.0.2.1131 i've been getting errors when opnening the monkey...the installation was done over 3.0.2.1129...the errors I get are:

Code: Select all

Error #429 - Microsoft VBScript runtime error
ActiveX comonent can't create object: 'SongsDB.SDBApplication'
File "C:\Program Files\Mediamonkey\Scripts\Auto\ExternalTools.vbs", Line:20, Column:10
and then

Code: Select all

Error Happened during script execution:
ActiveX comonent can't create object: 'SongsDB.SDBApplication'
This also happens with ScrobblerDJ auto script

The thing is this worked perfectly on 3.0.2.1129...and if I revert and install that version over the two newer ones it works flawlessly again.

Edit: Changed the topic's subject
Last edited by judas on Sun Mar 09, 2008 7:49 pm, edited 2 times in total.
Cheers, judas
Peke
Posts: 17457
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Check Windows permissions for MediaMonkey as something is Blocking it to access Windows Scripting Host.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

But is it normal that 3.0.2.1129 works perfectly but neither .1131 nor .1132 work?
Cheers, judas
Peke
Posts: 17457
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Yes, windows phishing can be tricky sometimes and on Vista even more. Also problems can be even more tricky if you have some sort of antivirus app that do not follow MM versions update correctly :) Zone Alarm have Trusted flag so that App is checked only by Filename and Path and not by CRC/MD5/Size/... :)
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

I have zonealarm...checked the program permissions and it seems ok to mediamonkey....any ideas on what i can do????
Cheers, judas
Peke
Posts: 17457
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Check under "Program Control" What is set for each MediaMonkey version and see if something is different for last two updates?
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

Hey Peke, thanks for the replies!! (I'm here, 4:45 am supporting your countryman Novak Djokovic on the Aus Open Final!)

I've been playing around with the settings, permissions, etc. on ZoneAlarm and it didn't make any change so far....29 works but .31 and .32 don't. I think I can discard the problem and think ZoneAlarm isn't the culprit, cause even when it's shut off the problem is still happening.

Any ideas where to look from here? Windows settings? will a debug log helo at all? Anything will be appreciated
Cheers, judas
Peke
Posts: 17457
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

THX for supoort. I've been watching also.

I have almost identical setup like yours including Zone Alarm and have no problems at all :(

I don't think that MM debug will be helpful but who knows.

Can you try to do this simple script start outside of MM, but while MM is started and playing (If Need delete all Scripts from Mm folder)?

Code: Select all

Dim SDB
Set SDB = CreateObject("SongsDB.SDBApplication")
SDB.Player.Play
That way we will see if MediaMonkey is the problem.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

Thanks Peke!

So here's what I Did:

1. Deleted The scripts folder,..made a new one which only had an empty scripts.ini file and an empty auto folder.

2. Opened MMv.3.0.2.1132...no errors appeared on launch, as expected.

3. Placed the example script as example.vbs on the (previously empty) scripts folder.

4. played a song on MM

5. Executed the script from windows explorer

6. Got an error:

Code: Select all

Windows Script Host
-----------------------              
Script:      C:\Program Files\MediaMonkey\Scripts\Example.vbs
Line:         2
Char:         1
Error:        ActiveX component can't create object: 'SongsDB.SDBApplication'
Code:         800A01AD
Source:       Microsoft VBScript runtime error
So,...i don't know if that helps, or even if the steps i followed were what i was siupposed to do? or if that means the problem isn't MM related...ideas?
Cheers, judas
Peke
Posts: 17457
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

It helps, your Scripting Host is Damaged Try to reinstall it.
This Simple script checks if WSH can be initialized Correctly.
Search Windows Scripting Host Download on Form I know that there should be links to download.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

Will do reinstall the script host...however, I still don't understand why if i follow the same steps with MM 3.0.2.1129 there is no error....the song i'm playing simply restarts and that's all! Very strange, isn't it? do you know what can be happening?
Cheers, judas
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

I installed 3.0.2.1134 (RC3) and I can confirm I'm still having the same problems. Please Help me!! :-)...also, couldn't find where to download the WSH for Vista (did find v5.7 for Server 2003 and XP though...)
Cheers, judas
Guest

Post by Guest »

I'm having a similar problem with MM 1127. When I launch MM with an external vb script it launches fine. However when I run the same script again I get the above error.

If I launch MM from the explorer then I can run the script as many times as I want with no problems.

Here is the script:

Code: Select all

Dim SDB : Set SDB = CreateObject("SongsDB.SDBApplication")
SDB.ShutdownAfterDisconnect = false
SDB.Player.Next()
I notice that when I launch it from the script the Parent process is svchost.exe as opposed to explorer.exe. Perhaps there's a clue here?

Process explorer shows the command line for launching MM when under svchost.exe as C:\PROGRA~1\MEDIAM~1\MEDIAM~2.EXE -Embedding

-Shehryar
Peke
Posts: 17457
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

@Guest
Install Debug version and let MM Send us Debug Logs on Crash.

@Judas
Vista came with 5.7 actually 5.7.18000.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
judas
Posts: 572
Joined: Thu Jun 02, 2005 11:26 pm
Location: Bogotá, Colombia

Post by judas »

still lost on this one...can´t find the installer of the wsh for vista, the one for XP won't install...still can't use MM without getting the errors at launch...any help would be greatly greatly appreciated!!
thanks
Cheers, judas
Post Reply