Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: james777 on October 01, 2008, 01:35:09 pm

Title: help me!
Post by: james777 on October 01, 2008, 01:35:09 pm
I keep geting this error:

Code: [Select]
Error: Can't open model file <none>
File:J:\src\cvs\fs2_open_3_6_9.final\code\Model\ModelRead.cpp
Line: 1902
[This filename points to the location of a file on the computer that built this executable]

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

Here are .tbl files if that will help.



[attachment deleted by Tolwyn]
Title: Re: help me!
Post by: Jeff Vader on October 01, 2008, 01:37:55 pm
Run a debug. Post fs2_open.log from \freespace2\data.
Title: Re: help me!
Post by: Mobius on October 01, 2008, 01:42:30 pm
Uhm, I have experienced that as well. Please be sure that you're not using ships with the model file entry in ships.tbl <none.pof>, such as blips. If you try to import the <none> secondary weapon from BtRL without its model you get that error.
Title: Re: help me!
Post by: james777 on October 01, 2008, 01:44:13 pm
fixed it!  :)
Title: Re: help me!
Post by: Mobius on October 01, 2008, 02:24:16 pm
I was right about the problem?