When I am loading mission 2 (not including training missions) of the campaign, this came up during loading.
Error: Invalid ship class name.
In sexpression: ( when
( has-departed-delay 2 "Unknown NTF" )
( send-message
"#Command"
"High"
"Warp Out"
)
( tech-add-ships "NTF Iceni" )
)
(Error appears to be: NTF Iceni)
File:\fs2_open\code\mission\missionparse.cpp
Line: 5058
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
I initially thought it crashed, but it turned out that I could still run the mission, but just as the Iceni jumped out, I get this error
Error: Ship class "NTF Iceni" invalid
File:\fs2_open\code\parse\sexp.cpp
Line: 9509
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
The mission ends, then I get this error
Error: Invalid subsystem name.
In sexpression: ( when
( true )
( subsys-set-random
"Iceni"
0
100
"engine03"
"engine02"
"engine01"
"navigation"
"sensors"
"communications"
)
)
(Error appears to be: engine03)
File:\fs2_open\code\mission\missionparse.cpp
Line: 5058
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
I am highly confused -_-
Edit: I my build is 3.6.8 with the corresponding .exe...