Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: akenbosch on September 01, 2007, 04:12:26 pm

Title: ingame join bugs
Post by: akenbosch on September 01, 2007, 04:12:26 pm
i mostly get errors like

Error: Invalid ship/wing name.

In sexpression: ( and
   ( is-event-true-delay "Jump okay" 0 )
   ( is-destroyed-delay 0 "Lambda 1" )
   ( is-destroyed-delay 0 "Lambda 2" )
)
(Error appears to be: Lambda 1)
File:J:\src\cvs\fs2_open_3_6_9.final\code\Mission\MissionParse.cpp
Line: 5798
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------

maybe its not loading the mission properly with ingmae joining (client). hope this helps you fix it :p

the mission im trying to join is capmis-mo1.fs2
Title: Re: ingame join bugs
Post by: akenbosch on September 01, 2007, 04:14:51 pm
heres a new one. invalid point!:

Error: Invalid point.

In sexpression: ( <
   ( distance "Nebtuu" "center:1" )
   1700
)
(Error appears to be: Nebtuu)
File:J:\src\cvs\fs2_open_3_6_9.final\code\Mission\MissionParse.cpp
Line: 5798
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------

more!

Error: Invalid ship/wing name.

In sexpression: ( goals ( ai-chase "Nebtuu" 50 ) )
(Error appears to be: Nebtuu)
File:J:\src\cvs\fs2_open_3_6_9.final\code\Mission\MissionParse.cpp
Line: 5798
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------

Error: Invalid point.

In sexpression: ( <
   ( distance "Sulla" "Jump left:1" )
   1450
)
(Error appears to be: Sulla)
File:J:\src\cvs\fs2_open_3_6_9.final\code\Mission\MissionParse.cpp
Line: 5798
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------

Error: Invalid point.

In sexpression: ( or
   ( <
      ( distance "Lambda 1" "center:1" )
      1400
   )
   ( <
      ( distance "Lambda 2" "center:1" )
      1400
   )
   ( <
      ( distance "Vesalius" "center:1" )
      1400
   )
   ( <
      ( distance "Sulla" "center:1" )
      1400
   )
)
(Error appears to be: Lambda 1)
File:J:\src\cvs\fs2_open_3_6_9.final\code\Mission\MissionParse.cpp
Line: 5798
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
Title: Re: ingame join bugs
Post by: Topgun on September 01, 2007, 05:40:08 pm
use mantis to report bugs.