btw:Is that you Ant?
Yep.
btw:Is that you Ant?
Yep.
I'm also getting "Invalid Pointer" messages again on the Automation 2 Playlist which has only 1 Player assigned.In which situation?
I’ll have a look.
I was able to get rid of the Invalid Pointer Operation errors. Should be fixed in 2.1.9.
Regarding the Range Check Error in the playlist load script - can you please confirm that it’s exactly v2.1.6 in which it stopped working? v2.1.5 and before are ok?
Torben
Torben,
I’m afraid that “Range Check Error” goes all the way back to 2.1.0 - However, it’s quite clearly an Event Scheduler issue as scripts fired from the “Actions” button are all OK.
begin
CurrentPlaylist.LoadFromM3U('D:\mAirList Files\Playlists\' + FormatDateTime('ddd dd mmm - hh', now + 0.04166) + '.m3u', false);
Sorted out now. It’s caused by CurrentPlaylist, which assumes a false index for the playlist object. Will be sorted out in 2.1.9. In the meantime, you can replace “CurrentPlaylist” by “Playlist(0)” (or whatever index applies).
Torben