Author Topic: Some errors/warnings in a few mods  (Read 9774 times)

0 Members and 1 Guest are viewing this topic.

Offline Ghastly

  • 25
Some errors/warnings in a few mods
I was playing Shrouding the Light (fresh from the installer) and got this error, just after the cutscene with the cruisers:

Quote
Can't open model file <cruiser01b.pof>
<no module>! KiFastSystemCallRet
<no module>! WaitForSingleObject + 18 bytes
<no module>! <no symbol>
<no module>! <no symbol>


Also, while I'm at it, the Awakenings (which wouldn't install from the installer, I had to download it manually) campaign complains about two missing ships when loading the second mission and what I assume are supposed to be destroyers are Ulysses. In the Awakenings folder, I have fsport-awakenings.vp and fsport-awakenings-voice.vp, and the mod.ini has this:
Quote
[launcher]
modname      = FSPort - Awakenings;
image255x112 = fsport-awake.bmp;
infotext     = The Awakenings campaign;
website      = http://fsport.hard-light.net/;
forum        = http://www.hard-light.net/forums/index.php?board=39.0;

[multimod]
primarylist = fsport;
secondarylist = fsport;
(I had to write the mod.ini myself, since it didn't come with one. It gave some errors without fsport in the secondarylist.)

I'm pretty sure I'm missing some crucial information, but I'm not sure what else would be required to diagnose the problem.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Some errors/warnings in a few mods
Sounds like they require the MediaVPs. You'll need to add a reference to the mod.inis. I can't get my head around FSPort stuff, though, so hopefully somebody else knows exactly what to put there.

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: Some errors/warnings in a few mods
Isn't the MVP Leviathan called cruiser01x.pof ? I don't know where this cruiser01b.pof comes from.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
Sounds like they require the MediaVPs. You'll need to add a reference to the mod.inis. I can't get my head around FSPort stuff, though, so hopefully somebody else knows exactly what to put there.
Ah, I have the MediaVPs_3612, but is there another set for FSPort mods?

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Some errors/warnings in a few mods
Yeah, there's fsport_mediavps.

 

Offline Jeff Vader

  • The Back of the Hero!
  • 212
  • Bwahaha
Re: Some errors/warnings in a few mods
Code: [Select]
[launcher]
modname      = FSPort - Awakenings;
image255x112 = fsport-awake.bmp;
infotext     = The Awakenings campaign;
website      = http://fsport.hard-light.net/;
forum        = http://www.hard-light.net/forums/index.php?board=39.0;

[multimod]
secondarylist = fsport-mediavps,fsport,mediavps_3612;
Template. Don't use the "primarylist" line unless you are playing ST:R and/or know what you're doing.
23:40 < achillion > EveningTea: ass
23:40 < achillion > wait no
23:40 < achillion > evilbagel: ass
23:40 < EveningTea > ?
23:40 < achillion > 2-letter tab complete failure

14:08 < achillion > there's too much talk of butts and dongs in here
14:08 < achillion > the level of discourse has really plummeted
14:08 < achillion > Let's talk about politics instead
14:08 <@The_E > butts and dongs are part of #hard-light's brand now
14:08 <@The_E > well
14:08 <@The_E > EvilBagel's brand, at least

01:06 < T-Rog > welp
01:07 < T-Rog > I've got to take some very strong antibiotics
01:07 < achillion > penis infection?
01:08 < T-Rog > Chlamydia
01:08 < achillion > O.o
01:09 < achillion > well
01:09 < achillion > I guess that happens
01:09 < T-Rog > at least it's curable
01:09 < achillion > yeah
01:10 < T-Rog > I take it you weren't actually expecting it to be a penis infection
01:10 < achillion > I was not

14:04 < achillion > Sometimes the way to simplify is to just have a habit and not think about it too much
14:05 < achillion > until stuff explodes
14:05 < achillion > then you start thinking about it

22:16 < T-Rog > I don't know how my gf would feel about Jewish conspiracy porn

15:41 <-INFO > EveningTea [[email protected]] has joined #hard-light
15:47 < EvilBagel> butt
15:51 < Achillion> yes
15:53 <-INFO > EveningTea [[email protected]] has quit [Quit: http://www.mibbit.com ajax IRC Client]

18:53 < Achillion> Dicks are fun

21:41 < MatthTheGeek> you can't spell assassin without two asses

20:05 < sigtau> i'm mining titcoins from now on

00:31 < oldlaptop> Drunken antisocial educated freezing hicks with good Internet == Finland stereotype

11:46 <-INFO > Kobrar [[email protected]] has joined #hard-light
11:50 < achtung> Surely you've heard of DVDA
11:50 < achtung> Double Vaginal Double ANal
11:51 < Kobrar> ...
11:51 <-INFO > Kobrar [[email protected]] has left #hard-light []

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
Yeah, there's fsport_mediavps.
Where can I find them? I Googled it, but can only find the 3.6.12 VPs.

Template. Don't use the "primarylist" line unless you are playing ST:R and/or know what you're doing.
Ah, thanks. Now I know that. :P

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Some errors/warnings in a few mods
FreeSpace Port forum right here on HLP, I think. The release post is cluttered and has horrible formatting but it's in there.

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: Some errors/warnings in a few mods
Neither the cruiser01b nor the Ulysses fighters are mediavps problems.  They were caused by errors in packaging up the release of FSPort 3.2.  These problems were known and patched one or two months ago.

The installer should have downloaded a file called fsport3_2-fix.vp (edit: as well as a mod.ini for Awakenings).  Do you see any error messages about those?

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
Neither the cruiser01b nor the Ulysses fighters are mediavps problems.  They were caused by errors in packaging up the release of FSPort 3.2.  These problems were known and patched one or two months ago.

The installer should have downloaded a file called fsport3_2-fix.vp (edit: as well as a mod.ini for Awakenings).  Do you see any error messages about those?
The installer wasn't able to get fsport.txt, so I had to get the files from actual links. After my last post, I noticed my google search for the MediaVPs found fsport.txt, so I threw it in the installer folder and am letting it update now. I'll post back, if that fixes it.

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
(Sorry for the double-post, but if I simply edited the post, then this little update would probably would get overlooked. It's happened a couple of times to me, before :P)

Okay, updated through the installer, and Shrouding The Light hasn't been spewing any errors, and Awakenings shows the two Orion-class destroyers perfectly well, but Awakenings says it's found 62 errors/warnings in startup.

 

Offline Jeff Vader

  • The Back of the Hero!
  • 212
  • Bwahaha
Re: Some errors/warnings in a few mods
fs2_open.log?
23:40 < achillion > EveningTea: ass
23:40 < achillion > wait no
23:40 < achillion > evilbagel: ass
23:40 < EveningTea > ?
23:40 < achillion > 2-letter tab complete failure

14:08 < achillion > there's too much talk of butts and dongs in here
14:08 < achillion > the level of discourse has really plummeted
14:08 < achillion > Let's talk about politics instead
14:08 <@The_E > butts and dongs are part of #hard-light's brand now
14:08 <@The_E > well
14:08 <@The_E > EvilBagel's brand, at least

01:06 < T-Rog > welp
01:07 < T-Rog > I've got to take some very strong antibiotics
01:07 < achillion > penis infection?
01:08 < T-Rog > Chlamydia
01:08 < achillion > O.o
01:09 < achillion > well
01:09 < achillion > I guess that happens
01:09 < T-Rog > at least it's curable
01:09 < achillion > yeah
01:10 < T-Rog > I take it you weren't actually expecting it to be a penis infection
01:10 < achillion > I was not

14:04 < achillion > Sometimes the way to simplify is to just have a habit and not think about it too much
14:05 < achillion > until stuff explodes
14:05 < achillion > then you start thinking about it

22:16 < T-Rog > I don't know how my gf would feel about Jewish conspiracy porn

15:41 <-INFO > EveningTea [[email protected]] has joined #hard-light
15:47 < EvilBagel> butt
15:51 < Achillion> yes
15:53 <-INFO > EveningTea [[email protected]] has quit [Quit: http://www.mibbit.com ajax IRC Client]

18:53 < Achillion> Dicks are fun

21:41 < MatthTheGeek> you can't spell assassin without two asses

20:05 < sigtau> i'm mining titcoins from now on

00:31 < oldlaptop> Drunken antisocial educated freezing hicks with good Internet == Finland stereotype

11:46 <-INFO > Kobrar [[email protected]] has joined #hard-light
11:50 < achtung> Surely you've heard of DVDA
11:50 < achtung> Double Vaginal Double ANal
11:51 < Kobrar> ...
11:51 <-INFO > Kobrar [[email protected]] has left #hard-light []

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
I couldn't find one in the FreeSpace directory, but I ran the debug exe and got a better error message:
Quote
Weapon explosion 'Shivan_Impact01' does not have an LOD0 anim!
<no module>! KiFastSystemCallRet
<no module>! WaitForSingleObject + 18 bytes
<no module>! SCP_DumpStack + 354 bytes
<no module>! Warning + 430 bytes
<no module>! weapon_explosions::Load + 296 bytes
<no module>! parse_weapon + 7848 bytes
<no module>! parse_weaponstbl + 172 bytes
<no module>! parse_modular_table + 267 bytes
<no module>! weapon_init + 101 bytes
<no module>! game_init + 1900 bytes
<no module>! game_main + 519 bytes
<no module>! WinMain + 330 bytes
<no module>! __tmainCRTStartup + 358 bytes
<no module>! WinMainCRTStartup + 15 bytes
<no module>! RegisterWaitForInputIdle + 73 bytes

Edit: Found it:
http://pastebin.com/mdS92Dyu
« Last Edit: March 02, 2011, 06:12:13 am by Ghastly »

 

Offline Jeff Vader

  • The Back of the Hero!
  • 212
  • Bwahaha
Re: Some errors/warnings in a few mods
Code: [Select]
  -mod fsport-mediavps,awakenings,fsport,mediavpsThe mod load order is wrong. It should be awakenings,fsport-mediavps,fsport,mediavps. If you've entered something into Awakenings' mod.ini's "primarylist" line, go back a few posts and check the template I gave again.

Code: [Select]
Searching root 'C:\Games\FreeSpace2\mediavps\' ... 0 filesAnother problem. You don't have the (3.6.10) MediaVPs. If you've used the Installer and if you have the 3.6.12 MediaVPs (that is, you have something in \freespace2\mediavps_3612\), you can try to use them. This happens by cracking the Awakenings mod.ini open and, on the "secondarylist" line, replacing the part that says "fsport-mediavps,fsport,mediavps" with "fsport-mediavps,fsport,mediavps_3612".

Code: [Select]
Found root pack 'C:\Games\FreeSpace2\mv_core.vp' with a checksum of 0x5e2f9ee7Erm, please remove this file. It is a MediaVP, but likely an old one, and in any case it shouldn't be in \freespace2\ .
23:40 < achillion > EveningTea: ass
23:40 < achillion > wait no
23:40 < achillion > evilbagel: ass
23:40 < EveningTea > ?
23:40 < achillion > 2-letter tab complete failure

14:08 < achillion > there's too much talk of butts and dongs in here
14:08 < achillion > the level of discourse has really plummeted
14:08 < achillion > Let's talk about politics instead
14:08 <@The_E > butts and dongs are part of #hard-light's brand now
14:08 <@The_E > well
14:08 <@The_E > EvilBagel's brand, at least

01:06 < T-Rog > welp
01:07 < T-Rog > I've got to take some very strong antibiotics
01:07 < achillion > penis infection?
01:08 < T-Rog > Chlamydia
01:08 < achillion > O.o
01:09 < achillion > well
01:09 < achillion > I guess that happens
01:09 < T-Rog > at least it's curable
01:09 < achillion > yeah
01:10 < T-Rog > I take it you weren't actually expecting it to be a penis infection
01:10 < achillion > I was not

14:04 < achillion > Sometimes the way to simplify is to just have a habit and not think about it too much
14:05 < achillion > until stuff explodes
14:05 < achillion > then you start thinking about it

22:16 < T-Rog > I don't know how my gf would feel about Jewish conspiracy porn

15:41 <-INFO > EveningTea [[email protected]] has joined #hard-light
15:47 < EvilBagel> butt
15:51 < Achillion> yes
15:53 <-INFO > EveningTea [[email protected]] has quit [Quit: http://www.mibbit.com ajax IRC Client]

18:53 < Achillion> Dicks are fun

21:41 < MatthTheGeek> you can't spell assassin without two asses

20:05 < sigtau> i'm mining titcoins from now on

00:31 < oldlaptop> Drunken antisocial educated freezing hicks with good Internet == Finland stereotype

11:46 <-INFO > Kobrar [[email protected]] has joined #hard-light
11:50 < achtung> Surely you've heard of DVDA
11:50 < achtung> Double Vaginal Double ANal
11:51 < Kobrar> ...
11:51 <-INFO > Kobrar [[email protected]] has left #hard-light []

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
That got it. Thanks!

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: Some errors/warnings in a few mods
Code: [Select]
  -mod fsport-mediavps,awakenings,fsport,mediavpsThe mod load order is wrong. It should be awakenings,fsport-mediavps,fsport,mediavps. If you've entered something into Awakenings' mod.ini's "primarylist" line, go back a few posts and check the template I gave again.
Actually, that way (in code brackets) should be the proper way to do it.  It has the same priority requirements as ST:R.

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
Also, right out of the installer, I'm getting this whenever I try to run Silent Threat: Reborn in debug mode:
Quote
ERANGE: String error. Please Report.
Trying to put into 32 byte buffer:
ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ.
<no module>! KiFastSystemCallRet
<no module>! WaitForSingleObject + 18 bytes
<no module>! SCP_DumpStack + 354 bytes
<no module>! Error + 229 bytes
<no module>! scp_strcpy_s + 297 bytes
<no module>! scp_strcpy_s<32> + 53 bytes
<no module>! cf_search_root_pack + 892 bytes
<no module>! cf_build_file_list + 131 bytes
<no module>! cf_build_secondary_filelist + 166 bytes
<no module>! cfile_init + 398 bytes
<no module>! game_init + 341 bytes
<no module>! game_main + 519 bytes
<no module>! WinMain + 330 bytes
<no module>! __tmainCRTStartup + 358 bytes
<no module>! WinMainCRTStartup + 15 bytes
<no module>! RegisterWaitForInputIdle + 73 bytes

Here's the mod.ini:
Quote
[multimod]

secondarylist = fsport;

Edit: Also, despite the voice VP being in the folder, there aren't any voices.
« Last Edit: March 05, 2011, 10:26:08 pm by Ghastly »

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Some errors/warnings in a few mods
Make sure your install is located in C:\Games\FreeSpace2. FSO can't handle total file paths of more than 32 characters.

 

Offline Jeff Vader

  • The Back of the Hero!
  • 212
  • Bwahaha
Re: Some errors/warnings in a few mods
Here's the mod.ini:
Quote
[multimod]

secondarylist = fsport;
The STR mod.ini should be something along the lines of
Code: [Select]
[launcher]
modname      = Silent Threat: Reborn v1.1;
image255x112 = fsport-str.bmp;
infotext     = As the Great War rages on, you've been commissioned by Galactic Terran Intelligence for special intelligence operations.  Your objectives are to contain the Shivan onslaught and preserve the fragile Terran-Vasudan alliance.  But a series of suspicious events cloud the GTI's spotless record.  Is the GTI setting you up or are the Shivans spreading their evil rage?;
website      = http://fsport.hard-light.net/website/str/;
forum        = http://www.hard-light.net/forums/index.php/board,140.0.html;

[multimod]
primarylist = fsport-mediavps;
secondarylist = fsport,mediavps_3612;
23:40 < achillion > EveningTea: ass
23:40 < achillion > wait no
23:40 < achillion > evilbagel: ass
23:40 < EveningTea > ?
23:40 < achillion > 2-letter tab complete failure

14:08 < achillion > there's too much talk of butts and dongs in here
14:08 < achillion > the level of discourse has really plummeted
14:08 < achillion > Let's talk about politics instead
14:08 <@The_E > butts and dongs are part of #hard-light's brand now
14:08 <@The_E > well
14:08 <@The_E > EvilBagel's brand, at least

01:06 < T-Rog > welp
01:07 < T-Rog > I've got to take some very strong antibiotics
01:07 < achillion > penis infection?
01:08 < T-Rog > Chlamydia
01:08 < achillion > O.o
01:09 < achillion > well
01:09 < achillion > I guess that happens
01:09 < T-Rog > at least it's curable
01:09 < achillion > yeah
01:10 < T-Rog > I take it you weren't actually expecting it to be a penis infection
01:10 < achillion > I was not

14:04 < achillion > Sometimes the way to simplify is to just have a habit and not think about it too much
14:05 < achillion > until stuff explodes
14:05 < achillion > then you start thinking about it

22:16 < T-Rog > I don't know how my gf would feel about Jewish conspiracy porn

15:41 <-INFO > EveningTea [[email protected]] has joined #hard-light
15:47 < EvilBagel> butt
15:51 < Achillion> yes
15:53 <-INFO > EveningTea [[email protected]] has quit [Quit: http://www.mibbit.com ajax IRC Client]

18:53 < Achillion> Dicks are fun

21:41 < MatthTheGeek> you can't spell assassin without two asses

20:05 < sigtau> i'm mining titcoins from now on

00:31 < oldlaptop> Drunken antisocial educated freezing hicks with good Internet == Finland stereotype

11:46 <-INFO > Kobrar [[email protected]] has joined #hard-light
11:50 < achtung> Surely you've heard of DVDA
11:50 < achtung> Double Vaginal Double ANal
11:51 < Kobrar> ...
11:51 <-INFO > Kobrar [[email protected]] has left #hard-light []

 

Offline Ghastly

  • 25
Re: Some errors/warnings in a few mods
Even with that mod.ini, it's still giving the startup errors and the voices aren't playing. Also, tried Shivans: Echo Gate, and on the third mission, it's giving an error saying eight classes of ships couldn't be loaded.