Hard Light Productions Forums

Hosted Projects - Standalone => The Babylon Project => Topic started by: Singh on September 10, 2005, 07:33:21 am

Title: Odd FRED error
Post by: Singh on September 10, 2005, 07:33:21 am
Anyone have any idea what the hell this means? O_o I'm trying to do...something, and this is getting int the way.

Error: trailrail.eff(1781):
Error: Expecting int, found [none         ].

File:C:\projects\fs2_open\code\Parse\PARSELO.CPP
Line: 528

Call stack:
------------------------------------------------------------------
    fred2_open_inf_r.exe 004f47ee()
    fred2_open_inf_r.exe 004f48de()
    fred2_open_inf_r.exe 004fbf87()
    fred2_open_inf_r.exe 004fcd6f()
    fred2_open_inf_r.exe 004fd4d9()
    fred2_open_inf_r.exe 004331b4()
    fred2_open_inf_r.exe 0042dadf()
    MFC42.DLL 73dd1f1b()
    MFC42.DLL 73dd1cea()
    MFC42.DLL 73dd1c73()
    MFC42.DLL 73dd1bfb()
    MFC42.DLL 73dd1bba()
    USER32.dll 77d43a5f()
    USER32.dll 77d43b2e()
    USER32.dll 77d45874()
------------------------------------------------------------------
Title: Odd FRED error
Post by: karajorma on September 10, 2005, 07:44:27 am
What did you do to cause this?
Title: Odd FRED error
Post by: Singh on September 10, 2005, 07:57:24 am
errmm.....well....I tried to combine the Trek VPs, along with some of the FS2 stuff and the TBP base files.

>_<
Title: Odd FRED error
Post by: karajorma on September 10, 2005, 08:08:32 am
What you've got there looks like a tabling error (by the looks of it in the eff file).

I'm gonna take a guess cause I'm no table expert but the parser is expecting to find a number on line 1781 but is finding nothing there (probably the file ends prematurely).
Title: Odd FRED error
Post by: Trivial Psychic on September 10, 2005, 09:08:03 am
Actually, its probably an error within the eff file itself.  Since each eff is actually a small table file, referencing the sequential images, the parsing in the eff is probably off.