I'm trying to run a simple image plan with RGBL filters on my simulated setup. I'm using Planner 4.2.1 with TheSky X (ver. 10.1.9). The plan fails with the following message:

**Script Error**
Source: Microsoft JScript compilation error
Message: Syntax error at line 3 column 1.
Offending code:
; This plan was generated by ACP Planner 4.2.1

Here is the plan text:

;
; --------------------------------------------
; This plan was generated by ACP Planner 4.2.1
; --------------------------------------------
;
; For: Bill
; Location: New Mexico Skies
; Coords: Lat = 32° 54' 16" Lon = 105° 31' 24"
; Targets: 1
; Start Imaging: 17-Oct-2010 14:33:44 (local)
; Total Time: 00:28:20
; Autofocus at start of run.
; Autofocus every 30 minutes.
;
; ---------------------------------------------
;
#autofocus
#afinterval 30
;
; === Target M 13 ===
;
#waituntil 1, 17-Oct-2010 20:33:44 ; UTC (14:33:44 local)
#count 1,1,1,1
#filter Red,Green,Blue,Clear
#interval 300,300,300,300
#binning 1,1,1,2
M 13 16:41:41.50 36° 27' 39.0"
;
; -----------
; END OF PLAN
; -----------
;

This seems to be a problem with this particular target. Other plans run with other targets. This plan ran OK:

#startsetnum 2 ; Persistent set numbering added by ACP
;
; --------------------------------------------
; This plan was generated by ACP Planner 4.2.1
; --------------------------------------------
;
; For: Bill
; Location: New Mexico Skies
; Coords: Lat = 32° 54' 16" Lon = 105° 31' 24"
; Targets: 1
; Start Imaging: 17-Oct-2010 15:23:19 (local)
; Total Time: 00:28:20
; Autofocus at start of run.
; Autofocus every 30 minutes.
;
; ---------------------------------------------
;
#autofocus
#afinterval 30
;
; === Target M 92 ===
;
#waituntil 1, 17-Oct-2010 21:23:19 ; UTC (15:23:19 local)
#count 1,1,1,1
#filter Red,Green,Blue,Clear
#interval 300,300,300,300
#binning 1,1,1,2
M 92 17:17:07.30 43° 08' 13.0"
;
; -----------
; END OF PLAN
; -----------
;

I don't see any difference in the offending text line. The M 13 plan does not have "#startsetnum 2 ; Persistent set numbering added by ACP" at the start.

Bill Woodward