Hello Dypsis,
actually only functioning scripts should be available for selection in the MM add-ons.
I solved the problem - I deleted it from the extensions and won't be using it.
Best regards
Backup 6.0 - Updated 01/07/2014
-
- Posts: 636
- Joined: Tue Jun 13, 2017 8:47 am
- Location: Vienna
Re: Backup 6.0 - Updated 01/07/2014
Aktuelle Softwarestände:
MMW 4.1.31.1919 Gold-Standardinstallation auf WIN 10-64Bit Pro Vers. 20H2 | Meine Einstellungen
MMA 1.4.3.0950 Free Beta-Tester auf Huawei Mate 20 Pro 128 GB Android 11 | USB-Kabel-Sync
MMW 4.1.31.1919 Gold-Standardinstallation auf WIN 10-64Bit Pro Vers. 20H2 | Meine Einstellungen
MMA 1.4.3.0950 Free Beta-Tester auf Huawei Mate 20 Pro 128 GB Android 11 | USB-Kabel-Sync
Path not found at launch
At launch, I get the following error:
Error #76 - Microsoft VBScript runtime error
Path not found
File: "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs", Line: 1730, Column 2
https://drive.google.com/file/d/1JZTbQF ... sp=sharing
What path is it looking for?
Thanks!
Error #76 - Microsoft VBScript runtime error
Path not found
File: "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs", Line: 1730, Column 2
https://drive.google.com/file/d/1JZTbQF ... sp=sharing
What path is it looking for?
Thanks!
-
- Posts: 286
- Joined: Mon Apr 03, 2006 9:11 am
- Location: Denver, CO
Re: Path not found at launch
Getting the same error after a reformat of my drive and reinstallation of MM4.compupix wrote: ↑Sat Dec 05, 2020 7:56 pm At launch, I get the following error:
Error #76 - Microsoft VBScript runtime error
Path not found
File: "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs", Line: 1730, Column 2
https://drive.google.com/file/d/1JZTbQF ... sp=sharing
What path is it looking for?
Thanks!
MM 4.1.28.1905
MMA 1.3.7.0906
MM Gold since 2006
MMA 1.3.7.0906
MM Gold since 2006
Re: Backup 6.0 - Updated 01/07/2014
Hi,
Have you opened "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs" in notepad and check what path plugin searches.
Also check plugin options for invalid paths.
Have you opened "C:\Users\{me}\AppData\Roaming\MediaMonkey\Auto\Backup.vbs" in notepad and check what path plugin searches.
Also check plugin options for invalid paths.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying


How to add SCREENSHOTS to forum
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying


How to add SCREENSHOTS to forum
-
- Posts: 286
- Joined: Mon Apr 03, 2006 9:11 am
- Location: Denver, CO
Re: Backup 6.0 - Updated 01/07/2014
Just installing it after deleting all Backup files, it appears that the error exists in this part:
Code: Select all
Sub CleanUp(par,del) '0=ask 1=yes 2=all
Dim fol,fil
If del < 2 Then
Dim res : res = SDB.MessageBox("Backup - delete folder '"&par.Path&"\'?",3,Array(0,1,3))
Select Case res
Case 6 'mrYes
del = 1
Case 10 'mrYesToAll
del = 2
Case Else
Exit Sub
End Select
End If
For Each fol In par.SubFolders
Call CleanUp(fol,del)
Next
For Each fil In par.Files
Call fil.Delete(True)
Next
Call par.Delete(True)
End Sub
Code: Select all
For Each fol In par.SubFolders
Call CleanUp(fol,del)
EDIT: Welp, I couldn't get it to work, so I'm installing MM5.
MM 4.1.28.1905
MMA 1.3.7.0906
MM Gold since 2006
MMA 1.3.7.0906
MM Gold since 2006