Bex wrote:Sorry for my lengthy absence....
Regarding:
User with problems wrote:Error #9 - Microsoft VBScript runtime error
Subscript out of range: '[number: 4]'
File: "C:\Programs\MediaMonkey\Scripts\Auto\AdvancedDuplicateFindFixMM3.vbs, Line: 483, Column: 4
I don't now why this happens but to get rid of it, simply uninstall the script and
make sure you remove its settings, then install the script again and it should work fine. Unfortunately, you will lose your settings, so you need to set them up again.
For other issues reported, I'll soon start to work on this script and make it work better for MM4. But other scripts is higher up in the queue.
I fixed this problem but it's very strange solution. I've check the source code and I found problem is in MediaMonkey.ini:
1. Install script. Close error message.
2. Close MM.
3. Backup your MediaMonkey.ini file. (Win7: c:\Users\<<username>>\AppData\Roaming\MediaMonkey\)
4. Open MediaMonkey.ini for editing (Notepad++, etc.).
5. Find section [AdvDupeFindFix] and CPMDefault0 key.
6. In his value you could see a couple of strings delimited with "@{Ł\" <- here is the problem.
7. Script expects "@{£\" so replace all "@{Ł\" with "@{£\" <- 145 occurences were in my .ini file.
8. Save ini file.
9. Run MM.
after this "fix" i've tried uninstall script and install him again and this problem was no longer possible to simulate. hope this helps.