Hard Light Productions Forums

Hosted Projects - FS2 Required => FreeSpace Conversion => Topic started by: Tahna Los on August 14, 2006, 12:40:58 am

Title: Unable to load any mission on FSPort
Post by: Tahna Los on August 14, 2006, 12:40:58 am
I'm getting this error:

Error: Invalid medal name.

In sexpression: ( when
   ( is-goal-true-delay
      "Eliminate Shivan Presence"
      0
   )
   ( grant-medal
      "Distinguished Service Cross"
   )
)
(Error appears to be: Distinguished Service Cross)
File:C:\Languages\Visual Studio Projects\Visual C++\fs2_open_3_6_9\code\Mission\MissionParse.cpp
Line: 5749
[This filename points to the location of a file on the computer that built this executable]

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

I've just downloaded the new 3.6.9 SCP mods.  I must be missing something, what is it?
Title: Re: Unable to load any mission on FSPort
Post by: Goober5000 on August 14, 2006, 06:34:07 am
Sounds like a table error.
Title: Re: Unable to load any mission on FSPort
Post by: Tahna Los on August 14, 2006, 08:20:36 am
Thanks.   Reloading the table files seems to have worked.
Title: Re: Unable to load any mission on FSPort
Post by: samuraineet on October 15, 2006, 07:21:28 pm
I've got a similar problem.  The app crashes on loading 4th mission

----------------------------------------
Error: Invalid medal name.

In sexpression: ( when
   ( and
      ( is-goal-true-delay
         "Capture the Rasputin"
         0
      )
      ( is-goal-true-delay
         "Capture the Omega"
         0
      )
   )
   ( grant-medal "C

File: /Users/taylor/src/cvs/fs2_open_3_6_9/projects/Xcode/../../code/mission/missionparse.cpp
Line 5757
----------------------------------------

So how can I fix the table files? Should I have to get it from retail FS1 CDs?
Title: Re: Unable to load any mission on FSPort
Post by: samuraineet on October 15, 2006, 09:04:43 pm
I looked into "fsport-missions.vp" and found following strings.
----------------------------------------
$Formula: ( when
   ( and
      ( is-goal-true-delay
         "Capture the Rasputin"
         0
      )
      ( is-goal-true-delay
         "Capture the Omega"
         0
      )
   )
   ( grant-medal "Commendation Medal" )
)
+Name: Grant Medal
+Repeat Count: 1
+Interval: 1
----------------------------------------
But there is no "Commendation Medal" in FS2...
Title: Re: Unable to load any mission on FSPort
Post by: Goober5000 on October 16, 2006, 01:54:38 am
There's a Commendation Medal in FS1.  Make sure you're using the latest Port VP (i.e. fsport3_0_3).
Title: Re: Unable to load any mission on FSPort
Post by: samuraineet on October 16, 2006, 05:32:06 pm
I'm using FS2_Open 3.6.9-RC7 and fsport3_0_3.
I installed following files into .../Freespace2/FSPort :
  fsport-awakenings-voice.vp
  fsport-awakenings.vp
  fsport-fs1_training.vp
  fsport-missions.vp
  fsport3_0_3.vp
  sparky_hi_fs1.vp
  stu_fs1.vp
  tango_fs1.vp
  warble_fs1.vp
but it's not working.
Title: Re: Unable to load any mission on FSPort
Post by: Zacam on October 16, 2006, 06:51:12 pm
Awakenings, AFAIR, goes into it's own mod folder.

I also don't see fsport-glow.vp, fsport-shine.vp or fsport-hi-res.vp(though these are not technically necessary, they do look A LOT better), you should also have a data sub-folder in there as well as a mod.ini, portv3.bmp and a settings.ini.

Title: Re: Unable to load any mission on FSPort
Post by: Goober5000 on October 16, 2006, 07:34:09 pm
Awakenings, AFAIR, goes into it's own mod folder.

That's useful, but not strictly necessary.

Quote
I also don't see fsport-glow.vp, fsport-shine.vp or fsport-hi-res.vp(though these are not technically necessary, they do look A LOT better), you should also have a data sub-folder in there as well as a mod.ini, portv3.bmp and a settings.ini.

None of those are needed.

Samurai, try redownloading fsport-missions.vp, then redownloading 3.6.9 RC7dot8.
Title: Re: Unable to load any mission on FSPort
Post by: samuraineet on October 17, 2006, 02:49:28 am
I removed all -mod options except FSPort in cmdline_fso.cfg, and everything's going right.
Seems like tables in mods were conflicting each other.
Sorry to let you have trouble. Thanks for help! :)