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

Title: what is this Error
Post 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.
Title: Re: what is this Error
Post by: Grug on December 29, 2005, 10:15:21 pm
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.
Title: Re: what is this Error
Post by: WMCoolmon on December 29, 2005, 11:35:12 pm
It means that you've got a string list (like ship flags, ("corvette" "player ship")) that is missing quotation marks.
Title: Re: what is this Error
Post by: jc4jc on December 29, 2005, 11:37:24 pm
Thank You