View Issue Details

IDProjectCategoryView StatusLast Update
0000291FS Upgrade Project (Media VPs)Mission Relatedpublic2009-08-20 22:39
ReporterThe EAssigned ToZacam 
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Version3.6.10 
Target VersionFixed in Version 
Summary0000291: CoOpSM3-06: Invalid message name
DescriptionFred gives me this error:
---------------------------
Error
---------------------------
Error in mission event "#4 Low Hull": Invalid message name

In sexpression: ( when
   ( < ( hits-left "Sulla" ) 50 )
   ( send-message
      "Sulla"
      "High"
      "Sulla L H"
   )
)
(Error appears to be: Sulla L H)
---------------------------
OK Cancel
---------------------------
---------------------------
Error
---------------------------
Error in mission event "#4 Critical Hull": Invalid message name

In sexpression: ( when
   ( < ( hits-left "Lambda 1" ) 10 )
   ( send-message
      "Sulla"
      "High"
      "SullaCH"
   )
)
(Error appears to be: SullaCH)
---------------------------
OK Cancel
---------------------------
---------------------------
Error
---------------------------
Error in mission event "Scipio Lost but not last": Invalid message name

In sexpression: ( when
   ( and
      ( is-destroyed-delay 0 "Lambda 1" )
      ( or
         ( not
            ( is-destroyed-delay 0 "Sulla" )
         )
         ( not
            ( is-destroyed-delay 0 "Lambda 2" )
         )
         ( not
            ( is-destroyed-delay 0 "Vesalius" )
         )
      )
   )
   ( send-message
      "#Command"
      "High"
      "Scipio Lost"
   )
)
(Error appears to be: Scipio Lost)
---------------------------
OK Cancel
---------------------------

The first two are easily fixed; and should be fixed in the attached mission, but that last one has me scratching my head. There is no Scipio in this mission.
TagsNo tags attached.

Activities

The E

2009-08-20 22:09

developer   ~0000275

Final fixx0red mission is now attached.

2009-08-20 22:20

 

CoOpSM3-06.fs2 (82,526 bytes)

Issue History

Date Modified Username Field Change
2009-08-20 21:43 The E New Issue
2009-08-20 21:43 The E Status new => assigned
2009-08-20 21:43 The E Assigned To => Zacam
2009-08-20 21:43 The E File Added: CoOpSM3-06.fs2
2009-08-20 22:09 The E Note Added: 0000275
2009-08-20 22:19 The E File Deleted: CoOpSM3-06.fs2
2009-08-20 22:20 The E File Added: CoOpSM3-06.fs2
2009-08-20 22:39 The E Status assigned => resolved
2009-08-20 22:39 The E Resolution open => fixed