Author Topic: [Solved] No background for Ancient Shivan War  (Read 3972 times)

0 Members and 1 Guest are viewing this topic.

Offline Marcov

  • Chicken Little
  • 29
  • My Sig Is Spam
[Solved] No background for Ancient Shivan War
Actually, I've already played the first 2 or 3 missions of the Ancients, but having no backgrounds led to me just dismissing the campaign. But since I'm at it again, I think I'll have to bring this problem out one way or another.

The problem is, when I load the first mission, it says this:

Error: sexp-add-background-bitmap: Background bitmap NebulC1-Main not found!
File: SEXP.CPP
Line: 10301


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

I've posted the log, but oddly it has no connection to ASW. Probably since I placed the Inferno files in my data folder?

So how is this going to be fixed? Is this a common problem?
Thanks.


[attachment deleted by admin]
« Last Edit: June 02, 2010, 06:52:01 am by Jeff Vader »
With the rapid increase of FS fan-made campaigns, we're giving the GTVA a harder time with more violence and genocide.

~FreeSpace: The Battle of Endor (voice dub)~
Part 1/4 - http://www.youtube.com/watch?v=Q9K9-Y1JBTE
Part 2/4 - http://www.youtube.com/watch?v=dtQanXDRAXM
Part 3/4 - http://www.youtube.com/watch?v=yoBLKYt_oG0

Old (original) videos:
Part 1/4 - http://www.youtube.com/watch?v=C1ygskaoUtE
Part 2/4 - http://www.youtube.com/watch?v=f0uoPTksBlI

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: No background for Ancient Shivan War
Take the Inferno files out of your data folder.

You have violated one of the most basic rules of FreeSpace modding and rendered your problem totally unfixable until you resolve that issue.

Why are you running at 640x480?

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: No background for Ancient Shivan War
You really are setting standards here.

Code: [Select]
Passed cmdline options:
  <none>

This means that no mod whatsoever is loaded. Also, what you posted is a log produced by a debug build of FRED. This is not helping.

Quote
Probably since I placed the Inferno files in my data folder?

Unless you know exactly what you are doing (and you don't), NEVER, EVER place files into the main data folder. Use Mod folders, and the Launcher's Mod tab to switch between mods. The reason for this is that unless you really know how the engine works, and how it reads data, you WILL break things (just like you did here).
So. Please delete the fs2_open.log from the data folder. Run the debug fs2_open exe. Post the log from that.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Marcov

  • Chicken Little
  • 29
  • My Sig Is Spam
Re: No background for Ancient Shivan War
The reason why I placed the INF files in my data folder was for FRED2 to use Inferno ships. How else am I supposed to do it?

Plus, I can always remove them so FS can work by using the main directory .vp files (or what mod currently is selected in the launcher) wants.

@GB: I was running in 1024X768 mode.
Strangely, the message doesn't appear anymore, although there is absolutely NO background. Even the stars are nowhere to be found. The only thing besides complete darkness is the sun.

So now, what I've done is to copy the data folder, delete everything in it. And then, delete the log as you've said, so now the new log is posted. I did NOT run the debug build, for whenever I do it says this:

Warning: Weapon explosion 'Mekhu_Impact' does not have an LOD0 anim!
File: Weapons.cpp
Line: 1241


Call stack:
------------------------------------------------------------------
    parse_weapon()    parse_weaponstbl()    weapon_init()    game_init()    game_main()    WinMain()    WinMainCRTStartup()    kernel32.dll 7c816fe7()
------------------------------------------------------------------

....and then crashes.

However, running the non-debug build, it works fine, except, of course, for having no background. Even in the cutscene (the one before the 1st mission starts), there's absolutely nothing except blackness and the sun.

However, the log in here says what the debug build says; about the Mekhu stuff. Apparently the background error isn't in the log. What's wrong? I've been encountering this long ago.

[attachment deleted by admin]
With the rapid increase of FS fan-made campaigns, we're giving the GTVA a harder time with more violence and genocide.

~FreeSpace: The Battle of Endor (voice dub)~
Part 1/4 - http://www.youtube.com/watch?v=Q9K9-Y1JBTE
Part 2/4 - http://www.youtube.com/watch?v=dtQanXDRAXM
Part 3/4 - http://www.youtube.com/watch?v=yoBLKYt_oG0

Old (original) videos:
Part 1/4 - http://www.youtube.com/watch?v=C1ygskaoUtE
Part 2/4 - http://www.youtube.com/watch?v=f0uoPTksBlI

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: No background for Ancient Shivan War
The reason why I placed the INF files in my data folder was for FRED2 to use Inferno ships. How else am I supposed to do it?

You create a shortcut to the FRED exe. Right-click on the shortcut and add "-mod <Mod you want to FRED for>" to the "Target" field.

Code: [Select]
Found root pack 'C:\Games\Freespace 2\mediavps\MV_Advanced.vp' with a checksum of 0xd06bf123
Found root pack 'C:\Games\Freespace 2\mediavps\MV_Assets.vp' with a checksum of 0xc9e372bb
Found root pack 'C:\Games\Freespace 2\mediavps\MV_Core.vp' with a checksum of 0x0dc7bb8f

I still don't get why you're using MV_Advanced (which you shouldn't, not with an Intel graphics chip), but not MV_Effects. At a guess, your lack of MV_Effects might be responsible for this.

Quote
So now, what I've done is to copy the data folder, delete everything in it. And then, delete the log as you've said, so now the new log is posted. I did NOT run the debug build, for whenever I do it says this [....] and crashes

The game doesn't crash there. It gives you a warning, which you can click through. And again, I really suspect that your weird mediavps setup is to blame for this.
« Last Edit: May 31, 2010, 11:19:32 pm by The E »
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: No background for Ancient Shivan War
The reason why I placed the INF files in my data folder was for FRED2 to use Inferno ships. How else am I supposed to do it?

Create a custom shortcut to FRED using the -mod command line flag in the custom shortcut.

As for the rest of your problem. What happens if you attempt to ignore the Mekhu debug warning and keep going?

 

Offline Marcov

  • Chicken Little
  • 29
  • My Sig Is Spam
Re: No background for Ancient Shivan War
The reason why I placed the INF files in my data folder was for FRED2 to use Inferno ships. How else am I supposed to do it?

Create a custom shortcut to FRED using the -mod command line flag in the custom shortcut.

As for the rest of your problem. What happens if you attempt to ignore the Mekhu debug warning and keep going?

It crashes.

However, I'll follow your recommendation (replace MV_Advanced with MV_Effects).
With the rapid increase of FS fan-made campaigns, we're giving the GTVA a harder time with more violence and genocide.

~FreeSpace: The Battle of Endor (voice dub)~
Part 1/4 - http://www.youtube.com/watch?v=Q9K9-Y1JBTE
Part 2/4 - http://www.youtube.com/watch?v=dtQanXDRAXM
Part 3/4 - http://www.youtube.com/watch?v=yoBLKYt_oG0

Old (original) videos:
Part 1/4 - http://www.youtube.com/watch?v=C1ygskaoUtE
Part 2/4 - http://www.youtube.com/watch?v=f0uoPTksBlI

 

Offline Jeff Vader

  • The Back of the Hero!
  • Moderator
  • 212
  • Bwahaha
Re: No background for Ancient Shivan War
The reason why I placed the INF files in my data folder was for FRED2 to use Inferno ships. How else am I supposed to do it?
In addition to the fine answers already posted here, a longer explanation is available here.

However, I'll follow your recommendation (replace MV_Advanced with MV_Effects).
I have this feeling that there is, or at least used to be, a specific order in which you could add individual MediaVPs to your \mediavps\ folder. Core was definitely the first; you couldn't do **** without it. Then it was possibly Assets. Then perhaps Effects. But Advanced is always the last one; if you have every other MediaVP, then you can concider bringing in Advanced. But indeed with your GPU, it isn't necessarily a good idea.

MV_Music is a bit of a lone wolf, because it contains just music and shouldn't depend on the other MediaVPs in any way.

And naturally, if a MediaVPs release contains a patch, or patches, you absolutely must get them. Patches are always released for a reason. Speaking of patches, you should really get the patch for the 3.6.10 MediaVPs from the 3.6.10 MediaVPs release thread, which is located at the FreeSpace Upgrade Project board. You'll find your missing MediaVPs from there too. Or Turey's FSO Installer should also be able to download all the files for you.
« Last Edit: June 01, 2010, 05:04:53 am by Jeff Vader »
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 Aardwolf

  • 211
  • Posts: 16,384
    • Minecraft
Re: No background for Ancient Shivan War
I still don't get why you're using MV_Advanced (which you shouldn't, not with an Intel graphics chip), but not MV_Effects.

I used to play using an Intel chip, and you definitely can run MV_Advanced. The lack of GLSL support kinda makes up for the slowness. I think the most frequent limitation I ran into while on my Intel GMA 950 was fill rate; missions with lots of overlapping background nebula sprites, such as the N362(?) missions in Blue Planet, would be slow as hell when I looked at the overlapping nebulae. Also, turning off environment maps helps (although a lot of the prettiness actually comes from that).

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: No background for Ancient Shivan War
I still don't get why you're using MV_Advanced (which you shouldn't, not with an Intel graphics chip), but not MV_Effects.

I used to play using an Intel chip, and you definitely can run MV_Advanced. The lack of GLSL support kinda makes up for the slowness. I think the most frequent limitation I ran into while on my Intel GMA 950 was fill rate; missions with lots of overlapping background nebula sprites, such as the N362(?) missions in Blue Planet, would be slow as hell when I looked at the overlapping nebulae. Also, turning off environment maps helps (although a lot of the prettiness actually comes from that).

Depending on what you're talking about, I don't actually think the missions in question have any nebula sprites at all.

You may need to be more specific about which missions you mean.

 

Offline ShadowGorrath

  • Not funny or clever
  • 211
Re: No background for Ancient Shivan War
Can I ask why you're asking for help here, instead of ASW's official forum?

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: No background for Ancient Shivan War
Can I ask why you're asking for help here, instead of ASW's official forum?

Isn't ASW hosted off HLP? The probability of the HLP tech support ninjas seeing the thread there is lower.

 

Offline Aardwolf

  • 211
  • Posts: 16,384
    • Minecraft
Re: No background for Ancient Shivan War
Nonono, let ShadowGorrath try to deal with the nubish horde. It should prove quite entertaining.

 

Offline ShadowGorrath

  • Not funny or clever
  • 211
Re: No background for Ancient Shivan War
Can I ask why you're asking for help here, instead of ASW's official forum?

Isn't ASW hosted off HLP? The probability of the HLP tech support ninjas seeing the thread there is lower.

ASW has its own forums on Sectorgame, that are more than just a decoration, you know. The team that made ASW knows it inside and out, and having actually released it, I think pretty much knows how to debug it. But hey, your call...

Also, did someone say anything?

 

Offline Marcov

  • Chicken Little
  • 29
  • My Sig Is Spam
Re: No background for Ancient Shivan War
There's supposed to be an "ASW problems" thread. Apparently it's gone. For reasons unknown to me.

Oh, and the problem has already been fixed.  :)
With the rapid increase of FS fan-made campaigns, we're giving the GTVA a harder time with more violence and genocide.

~FreeSpace: The Battle of Endor (voice dub)~
Part 1/4 - http://www.youtube.com/watch?v=Q9K9-Y1JBTE
Part 2/4 - http://www.youtube.com/watch?v=dtQanXDRAXM
Part 3/4 - http://www.youtube.com/watch?v=yoBLKYt_oG0

Old (original) videos:
Part 1/4 - http://www.youtube.com/watch?v=C1ygskaoUtE
Part 2/4 - http://www.youtube.com/watch?v=f0uoPTksBlI

 

Offline Jeff Vader

  • The Back of the Hero!
  • Moderator
  • 212
  • Bwahaha
Re: No background for Ancient Shivan War
There's supposed to be an "ASW problems" thread. Apparently it's gone.
Is not (if that's the thread you're referring to. There might be others in the Missions and Campaigns board).

Oh, and the problem has already been fixed.  :)
Good. It is polite to tell that, so that the support people aren't left wondering about the situation.
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 General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: No background for Ancient Shivan War
Can I ask why you're asking for help here, instead of ASW's official forum?

Isn't ASW hosted off HLP? The probability of the HLP tech support ninjas seeing the thread there is lower.

ASW has its own forums on Sectorgame, that are more than just a decoration, you know. The team that made ASW knows it inside and out, and having actually released it, I think pretty much knows how to debug it. But hey, your call...

Also, did someone say anything?

Debugging FSOpen is the support ninjas' area of expertise. Odds are that any given problem with ASW doesn't have much to do with the specific content actually made for ASW, but rather with the user mis-handling the installation or setup.

  

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: [Solved] No background for Ancient Shivan War
Of course, if a mod creator can give input here, it is always appreciated.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns