Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: Trekker on January 05, 2005, 05:57:48 am

Title: Problem with fred2
Post by: Trekker on January 05, 2005, 05:57:48 am
Error: Error parsing 'weapons.tbl'
Error code = 2.

File:C:\projects\freespace2\code\Weapon\Weapons.cpp
Line: 1432

Call stack:
------------------------------------------------------------------
    Fred2.exe 0064ec0e()
    Fred2.exe 0064ec88()
    Fred2.exe 0063a544()
    Fred2.exe 00639528()
    Fred2.exe 00639731()
    USER32.dll 77d48709()
    USER32.dll 77d487eb()
    USER32.dll 77d4b368()
    USER32.dll 77d4e840()
    ntdll.dll 7c90eae3()
    USER32.dll 77d518a4()
    USER32.dll 77d5193e()
    Fred2.exe 00639c3e()
    Fred2.exe 0064ebdb()
    Fred2.exe 0064edeb()
------------------------------------------------------------------

Error: Error parsing 'ships.tbl'
Error code = 1.

File:C:\projects\freespace2\code\Ship\Ship.cpp
Line: 1709

Call stack:
------------------------------------------------------------------
    Fred2.exe 0064ec0e()
    Fred2.exe 0064ec88()
    Fred2.exe 0063a544()
    Fred2.exe 00639528()
    Fred2.exe 00639731()
    USER32.dll 77d48709()
    USER32.dll 77d487eb()
    USER32.dll 77d4b368()
    USER32.dll 77d4e840()
    ntdll.dll 7c90eae3()
    USER32.dll 77d518a4()
    USER32.dll 77d5193e()
    Fred2.exe 00639c3e()
    Fred2.exe 0064ebdb()
    Fred2.exe 0064edeb()
------------------------------------------------------------------
Error: Error parsing 'ships.tbl'
Error code = 1.

File:C:\projects\freespace2\code\Ship\Ship.cpp
Line: 1709

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
Error: Error parsing 'ships.tbl'
Error code = 1.

File:C:\projects\freespace2\code\Ship\Ship.cpp
Line: 1709

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------



After i clicked ok it load the program.  I am worried that there will be problems or will everything work properly and it just a "bug"


Damien
Title: Problem with fred2
Post by: aldo_14 on January 05, 2005, 10:21:54 am
fred2_open?
Title: Problem with fred2
Post by: Trekker on January 05, 2005, 11:27:21 am
no jsut fed2

fed2open_gl or what ever it called causes me no problems
Title: Problem with fred2
Post by: pyro-manic on January 05, 2005, 12:40:03 pm
Have you added entries to those tbls? Retail FRED can only handle certain numbers of entries and certain file sizes for tbls. Also, if you've altered an entry, you might have left out a field, or deleted a character by mistake. That'll break it as well....
Title: Problem with fred2
Post by: Taristin on January 05, 2005, 12:50:58 pm
More than likely, he's using table files that have SCP specific flags, and Fred2 cannot recognize them.

Moreover, Cobra2, the SCP forum is where you post SCP related problems. Standard FS2 and FRED2 related posts are for Modding and/or FreeSpace Campaigns.
Title: Problem with fred2
Post by: Goober5000 on January 05, 2005, 03:26:38 pm
Moved.
Title: Problem with fred2
Post by: karajorma on January 05, 2005, 04:39:56 pm
To be fair this did turn out to be an FS2_Open related problem :D

As Raa said this is due to you running FS2 Retail while having the FS2_Open media.vp files present.
Title: Problem with fred2
Post by: Trekker on January 14, 2005, 05:41:30 pm
thanks :)