Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: wdarkk on September 07, 2007, 09:27:00 am

Title: Cardinal Spear problem
Post by: wdarkk on September 07, 2007, 09:27:00 am
I got the following error today when I tried to run Cardinal Spear (installed by the installer). I'd selected Cardinal Spear in the campaigns window,
and had attempted to enter the briefing room. The loading screen stalled for a good while, I held down the force quit keys, and as it faded out I saw:

"Error!

Error: Can't open model file <navbouy-terran.pof>

File: /Users/taylor/src/cvs/fs2_open_3_6_9.final/projects/Xcode/../../code/model/modelread.cpp
Line 1902"

I'm thinking there might be a problem with having multiple mods going at once on the mac version (fsport and mediavps, cardinal spear and fsport).

Or something, donno.

I just pointed this out because my problems are very minor unless I use a mod OTHER THAN mediavps.
Title: Re: Cardinal Spear problem
Post by: Goober5000 on September 07, 2007, 10:55:57 am
Post your fs2_open.log here.
Title: Re: Cardinal Spear problem
Post by: wdarkk on September 07, 2007, 12:30:39 pm
Post your fs2_open.log here.

Log exceeded attachment limits a bit, so posted as zip.

[attachment deleted by admin]
Title: Re: Cardinal Spear problem
Post by: Goober5000 on September 07, 2007, 01:50:39 pm
Since Cardinal Spear depends on the Port, you have to add it to the command line like so...

-mod fsport,cardinalspear

Which installer did you use?  It couldn't have been Turey's, otherwise you would have had ended up with a mod.ini that did that automatically.
Title: Re: Cardinal Spear problem
Post by: wdarkk on September 07, 2007, 02:02:51 pm
Since Cardinal Spear depends on the Port, you have to add it to the command line like so...

-mod fsport,cardinalspear

Which installer did you use?  It couldn't have been Turey's, otherwise you would have had ended up with a mod.ini that did that automatically.

Here's what's in the mod.ini file:
Code: [Select]
[launcher]
image255x112 = CardinalSpear.bmp;
infotext     = In the tenth year of our war against the Vasudans, humanity had attempted one last desperate strike to end the war outright - a spear in the dark.  The Cardinal Fleet had been laid ruin, and the crew of the GTD Agamemnon was being hunted by a Vasudan general.  It was too late for victory, but not too late for vengeance...;
website      = http://fsport.hard-light.net/;
forum        = http://www.hard-light.net/forums/index.php/board,39.0.html;

[multimod]
secondrylist = ,fsport,mediavps;

Title: Re: Cardinal Spear problem
Post by: wdarkk on September 08, 2007, 11:10:27 am
BTW I originally posted this in the cross platform forum because I'm pretty sure the culprit is either the mac osx launcher not handling mods with dependencies right, or the mac os version of FS not loading the mods right.
Title: Re: Cardinal Spear problem
Post by: Goober5000 on September 08, 2007, 01:42:43 pm
It's a possibility.

Moved back.
Title: Re: Cardinal Spear problem
Post by: wdarkk on September 08, 2007, 05:40:16 pm
I tried changing "secondry" to "secondary" but that didn't fix it.
Title: Re: Cardinal Spear problem
Post by: wdarkk on September 15, 2007, 08:24:10 pm
I'm using bootcamp right now to avoid the x1900xt problems, but if/when ATI gets back to me on new drivers it'd be nice to make sure that the mac version loads mods correctly. Any further advice?
Title: Re: Cardinal Spear problem
Post by: Goober5000 on September 15, 2007, 09:12:09 pm
If you can't get it to work with the launcher, just do it directly from the command line like I said above:

-mod fsport,cardinalspear
Title: Re: Cardinal Spear problem
Post by: wdarkk on September 15, 2007, 09:50:01 pm
If you can't get it to work with the launcher, just do it directly from the command line like I said above:

-mod fsport,cardinalspear

Hmm. I'm getting some error about web cursor bitmap not found. Apparently the whole "application package" deal is making this complicated. I'll try doing it a little different.

:~/Games Folder/Freespace2 asacks$  ./FS2_Open\ 3.6.9.app/Contents/MacOS/FS2_Open -mod fsport,cardinalspear
Error: "FreeSpace2/Fred2 cannot be run from a drive root directory!"

Final Edit: I wasn't able to get it to work from the command line, but telling the launcher the mod was named "fsport,cardinalspear" worked fine. Well, fine other than the graphics issues  :mad: