Switched to 8 species (down from 13... whew!), and while the error messages are still there, they've changed.
Error 1 (relevant data)
Error: icons.tbl(468):
Error: Required token = [$Name:], found [#End] .
File:C:\projects\fs2_open\code\Parse\PARSELO.CPP
Line: 543
[This filename points to the location of a file on the computer that built this executable]
Error 2
Error: icons.tbl(468):
Error: Required token = [$Name:], found [e: Oops 1] .
File:C:\projects\fs2_open\code\Parse\PARSELO.CPP
Line: 543
[This filename points to the location of a file on the computer that built this executable]
Error 3
Error: icons.tbl(469):
Error: Required token = [$Name:], found [$Message: Hey! What the hell are] .
File:C:\projects\fs2_open\code\Parse\PARSELO.CPP
Line: 543
[This filename points to the location of a file on the computer that built this executable]
Error 4
Error: icons.tbl(470):
Error: Required token = [$Name:], found [+Persona: Wingman 2] .
File:C:\projects\fs2_open\code\Parse\PARSELO.CPP
Line: 543
[This filename points to the location of a file on the computer that built this executable]
It continues on like this, then gives:
Error: Unable to parse icons.tbl! Code = 1.
File:C:\projects\fs2_open\code\Mission\MissionBriefCommon.cpp
Line: 881
[This filename points to the location of a file on the computer that built this executable]
... then another stream of errors, and onother "unable to pare Icons.tbl", and so on. The stupid thing is, that the "ERRORS" its finding, are from the messages table, starting with the 2nd in the why-are-you-shooting-me category and going down from there.
I tried "OK"-ing all the error messages, hoping to clear through them, but then it switches over lines in the ships table file, again... saying that they're problems in the icons.tbl. Something's seriously screwed up with the code there.
Also, using a debug build gives the following "Assertion Failed!" error:
Assert: True_NumSpecies < MAX_SPECIES
File: C:\Languages\Visual Studio Projects\Visual C++\fs2_open-CVS\code\species_defs\species_defs.cpp
Line: 206
[This filename points to the location of a file on the computer that built this executable]
If I'm reading that right, then it seems that I'm exceeding the maximum number of species, when in fact I've got it down to 8. Could the code be either A. still set to a lower number (like 3), or B. automatically generating terran, vasudan, and shivan species, if they're not in the species list, and thus exceeding the limits? Anyway, FRED Debug crashes after than error message, but it's still kinda old for a debug FRED, (07-15b). I am using a newer release build of FRED, but no debug was included with its release.