Page 1 of 1

My first error!

Posted: Wed Jan 19, 2005 7:20 pm
by DethMetal
I was messing with BFBuilder today and was just doing some basic stuff with terrain and such, but when I go to play the map in-game it crashes at the end of the load.

I ran SPTest and this is what I got:
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0xbeb9b379 does not exist in movie 0xb86e8e36

Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0xbeb9b379 does not exist in movie 0xb86e8e36

It looks like a simple error because there is no little background movie, but I'm wondering if there is more to it?

Posted: Wed Jan 19, 2005 7:29 pm
by eddie
not having the movie will not chrash you game. Does it happens just when you start loading your level or that load animation makes a circle or two?

Posted: Wed Jan 19, 2005 7:34 pm
by DethMetal
It happens at the very end of the load, while the loading screen is still up, but after the animation has made a couple laps and you can tell the level is about to come up.

Posted: Wed Jan 19, 2005 7:40 pm
by eddie
it might be something with placement of objects...the engine can not resolve cps or vehicles or ....
what did you do with the map? imported some objects from other levels...?

Posted: Wed Jan 19, 2005 7:49 pm
by DethMetal
Yeah, I think I had vehicle spawns too close to CPs, I'm gonna try remunging without the vehicle spawns and see if that fixes it.

Yep, that fixed it, but now regions are starting to be the bane of my existence, any advice?

Posted: Wed Jan 19, 2005 10:01 pm
by DethMetal
Okay... In ZeroEdit, I make two regions, one for control and one for capture. The problem is that now, whenever I change the properties on one, the other changes as well?

EDIT: Fixed.

Posted: Thu Jan 20, 2005 5:49 pm
by DethMetal
Oh, okay, thanks!