Author Topic: Unable to load any mission on FSPort  (Read 2921 times)

0 Members and 1 Guest are viewing this topic.

Unable to load any mission on FSPort
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?

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Unable to load any mission on FSPort
Sounds like a table error.

 
Re: Unable to load any mission on FSPort
Thanks.   Reloading the table files seems to have worked.

 
Re: Unable to load any mission on FSPort
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?

 
Re: Unable to load any mission on FSPort
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...

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Unable to load any mission on FSPort
There's a Commendation Medal in FS1.  Make sure you're using the latest Port VP (i.e. fsport3_0_3).

 
Re: Unable to load any mission on FSPort
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.

 

Offline Zacam

  • Magnificent Bastard
  • Administrator
  • 211
  • I go Sledge-O-Matic on Spammers
    • Steam
    • Twitter
    • ModDB Feature
Re: Unable to load any mission on FSPort
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.

Report MediaVP issues, now on the MediaVP Mantis! Read all about it Here!
Talk with the community on Discord
"If you can keep a level head in all this confusion, you just don't understand the situation"

¤[D+¬>

[08/01 16:53:11] <sigtau> EveningTea: I have decided that I am a 32-bit registerkin.  Pronouns are eax, ebx, ecx, edx.
[08/01 16:53:31] <EveningTea> dhauidahh
[08/01 16:53:32] <EveningTea> sak
[08/01 16:53:40] * EveningTea froths at the mouth
[08/01 16:53:40] <sigtau> i broke him, boys

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Unable to load any mission on FSPort
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.

 
Re: Unable to load any mission on FSPort
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! :)