EDIT: Originally reported for 1240
Launching this script causes:
On a regular-launched MM instance:
Error #424 - Microsoft VBScript runtime error
Object required: 'fout'
File: "C:\Program Files\MediaMonkey\Scripts\ExportM3Us.vbs", Line: 85, Column: 6
then
Error happened during script execution:
Object required: 'fout'
On a Run As.. -launched MM instance:
Error #-2147418113 - SongsDB.SDBApplication
Could not register SHChangeNotify
File: "C:\Program Files\MediaMonkey\Scripts\ExportM3Us.vbs", Line: 43, Column: 2
then
Error happened during script execution:
Could not register SHChangeNotify
EDIT: On 1256, the regular-launched instance does not fail, but the Run As...-launched instance still does.
EDIT: Tracked at http://www.ventismedia.com/mantis/view.php?id=5855
EDIT: Not reproduced in 1281.
1256 Script "Export all playlists" fails with error [#5855]
Moderator: Gurus
Re: 1240 Script "Export all playlists" fails with error
Chris,
Thanks. Can you tell me what OS you were testing on?
-Rusty
Thanks. Can you tell me what OS you were testing on?
-Rusty
Re: 1240 Script "Export all playlists" fails with error
Chris,
This can occur if MM cannot create the m3u file in the specified location.
Does this error always occur, or is it dependent on where you choose to save m3u files? If the latter, what paths are causing the problem?
Thanks.
-Rusty
This can occur if MM cannot create the m3u file in the specified location.
Does this error always occur, or is it dependent on where you choose to save m3u files? If the latter, what paths are causing the problem?
Thanks.
-Rusty
Re: 1240 Script "Export all playlists" fails with error
> This can occur if MM cannot create the m3u file in the specified location.
Location looks fine e.g. C:\x\ where e.g. Export as .m3u playlist works fine.
> Does this error always occur, or is it dependent on where you choose to save m3u files?
Always.
And even when Playlists is empty.
Location looks fine e.g. C:\x\ where e.g. Export as .m3u playlist works fine.
> Does this error always occur, or is it dependent on where you choose to save m3u files?
Always.
And even when Playlists is empty.
Chris
Re: 1240 Script "Export all playlists" fails with error
Chris,
Is this still happening with 1251 (regularly launched instance of MM) ?
-Rusty
Is this still happening with 1251 (regularly launched instance of MM) ?
-Rusty
Re: 1240 Script "Export all playlists" fails with error
> Is this still happening with 1251 (regularly launched instance of MM) ?
Not today
Was it knowingly fixed?
Not today
Was it knowingly fixed?
Chris
Re: 1240 Script "Export all playlists" fails with error
NoWas it knowingly fixed?
-Rusty
Re: 1240 Script "Export all playlists" fails with error
FWIW, the Run As... case still fails:


EDIT: but not when launch is in that user actually logged on.
I would guess MM has a lurking bug in the creation of a resource path reference.


EDIT: but not when launch is in that user actually logged on.
I would guess MM has a lurking bug in the creation of a resource path reference.
Chris
Re: 1256 Script "Export all playlists" fails with error [#5855]
Not reproduced in 1281.chrisjj wrote:EDIT: Originally reported for 1240
Launching this script causes:
On a regular-launched MM instance:
Error #424 - Microsoft VBScript runtime error
Object required: 'fout'
File: "C:\Program Files\MediaMonkey\Scripts\ExportM3Us.vbs", Line: 85, Column: 6
then
Error happened during script execution:
Object required: 'fout'
On a Run As.. -launched MM instance:
Error #-2147418113 - SongsDB.SDBApplication
Could not register SHChangeNotify
File: "C:\Program Files\MediaMonkey\Scripts\ExportM3Us.vbs", Line: 43, Column: 2
then
Error happened during script execution:
Could not register SHChangeNotify
EDIT: On 1256, the regular-launched instance does not fail, but the Run As...-launched instance still does.
EDIT: Tracked at http://www.ventismedia.com/mantis/view.php?id=5855
Chris