I'm using this script for a long time.. but some days ago, it suddenly stopped working.
When I try to start the script, I'm getting the following messages in the Script Debugger:
quote:
Script is starting
Error: Automation server can't create object.
Line: 324. Code: -2146827859.
Script has failed to start
So I opened the Script Editor and searched the lines 324 in the several files. I think the problem is in window.js, which line 324 is:
quote:
var fso = new ActiveXObject('Scripting.FileSystemObject');
I searched the internet for this error, and didn't find a working solution. What I've tried:
- Reinstalling Messenger, Plus! and the script
- Reinstalling Windows Script
- Adjusting IE Security settings for ActiveX controls
Anyone who has another thing I can try? Thanks in advance!