View Issue Details

IDProjectCategoryView StatusLast Update
0001008FS Upgrade Project (Media VPs)Mission Relatedpublic2015-01-09 10:45
ReporterjuristiAssigned ToZacam 
PrioritynormalSeveritycrashReproducibilityalways
Status assignedResolutionopen 
Product Version3.7.x 
Target VersionFixed in Version 
Summary0001008: CoOpSM1-03.fs: Invalid message source (Alpha 3)
DescriptionUsing MediaVPs 2014.

Alpha 3 is missing from the ships in CoOpSM1-03.fs, but is still referenced in the Intro Dialogue.

Log:
Invalid message source.

In sexpression: ( when
   ( <
      ( distance
         "Iceni"
         "Jump Destination:1"
      )
      700
   )
   ( send-message-list
      "Iceni"
      "High"
      "Efforts to Intercept"
      9000
      "Alpha 2"
      "High"
      "Damn Bosch escaped."
      11000
      "#Command"
      "High"
      "Acknowledged, pilot"
      2750
      "Alpha 2"
      "High"
      "You let them escape"
      4000
      "#Command"
      "High"
      "You're out of line, pilot!"
      2000
      "Alpha 2"
[...]
(Error appears to be: Alpha 3)ERROR: Invalid message source.


Steps To Reproduce- Create a co-op multiplayer game
- Either start the FS2 co-op campaign or just the CoOpSM1-03 mission
- The game crashes to desktop when loading the SM1-03 mission
Additional InformationI hacked this on my installation by merging the Alpha 3 from the original mission file to the squadron. After that the mission could successfully be played.

Did not find a repository where to send the fix proposal, so here's the diff:

--- CoOpSM1-03.orig.fs2 2014-12-15 12:29:36.105906500 +0200
+++ CoOpSM1-03.fs2 2014-12-15 12:55:54.674747600 +0200
@@ -273,6 +273,35 @@
 +Group: 0
 +Score: 10

+$Name: Alpha 3
+$Class: GTF Myrmidon
+$Team: Friendly
+$Location: 1200.406250, 621.719543, 1600.798706
+$Orientation:
+ 0.999953, 0.000000, -0.009738,
+ 0.000000, 1.000000, -0.000001,
+ 0.009738, 0.000001, 0.999953
+$IFF: IFF 1
+$AI Behavior: None
++AI Class: General
+$AI Goals: ( goals ( ai-chase "Iceni" 80 ) ( ai-chase "Capricorn 1" 50 ) ( ai-guard "Alpha 1" 21 ) )
+$Cargo 1: XSTR("Nothing", 13)
++Initial Hull: 100
++Subsystem: Pilot
++Primary Banks: ( "Subach HL-7" "Subach HL-7" )
++Secondary Banks: ( "Rockeye" "Rockeye" "Tempest" )
+$Arrival Location: Hyperspace
+$Arrival Cue: ( false )
+$Departure Location: Hyperspace
+$Departure Cue: ( false )
+$Determination: 10
++Flags: ( "cargo-known" "player-start" "locked" )
++Flags2: ( )
++Respawn priority: 0
++Orders Accepted: 97 ;! note that this is a bitfield!!!
++Group: 0
++Score: 10
+
 $Name: Capricorn 1 ;! Object #2
 $Class: GTFr Triton
 $Alt: NTFr Triton
@@ -1109,9 +1138,10 @@
    "Exit Approved"
    3
 )
-$Ships: ( ;! 2 total
+$Ships: ( ;! 3 total
        "Alpha 1"
        "Alpha 2"
+ "Alpha 3"
 )
 +Hotkey: 0
 +Flags: ( )
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-01-09 10:45 juristi New Issue
2015-01-09 10:45 juristi Status new => assigned
2015-01-09 10:45 juristi Assigned To => Zacam