Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: jc4jc on December 29, 2005, 09:31:39 pm
-
I need to know what this error is
Assert: *Mp == '\"'
File: c:\fs2_open\code\parse\parselo.cpp
Line: 2168
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
fs2_open_d-20051213.exe 008413ea()
------------------------------------------------------------------
I have no Idea where this came from, can some one help please.
-
Need more of a description of when it came up, but I'd guess at something being wrong in the way the tables are set up.
-
It means that you've got a string list (like ship flags, ("corvette" "player ship")) that is missing quotation marks.
-
Thank You