Page 1 of 1
Game crash when touches object or terrain
Posted: Sun Nov 30, 2008 3:07 pm
by zhh_li
I've recentlly made my own map, but as soon as my player touches something, the game crashes. I've already tried this by setting spawn points in the air. Also, the game only works in the debug exe. Everything shows up fine. Also, I can't select any other command posts, even though they have been added by the editor as a default. There isn't any level 3 errors, but lots of collision geometry errors. Anyone got an idea of what's wrong? I'm using Vista.
Re: Game crash when touches object or terrain
Posted: Sun Nov 30, 2008 3:20 pm
by DarthD.U.C.K.
welcome at gametoast!
i never heard of such an error, i guess visualmunge has a problem with vista..
Re: Game crash when touches object or terrain
Posted: Sun Nov 30, 2008 7:38 pm
by computergeek
In the debug.exe you can't change which CP you spawn at.
Go ahead and post your BFront2.log
Re: Game crash when touches object or terrain
Posted: Mon Dec 01, 2008 5:42 pm
by Caleb1117
I don't think the not able to change your spawn CP in the debug is an error. I've only been able to do it a few times myself, you have to click like alittle to the side of where the CP icon actually is. It's an imprecise art.
Re: Game crash when touches object or terrain
Posted: Mon Dec 01, 2008 7:26 pm
by zhh_li
Here's the log. I skipped the no video part.
EDIT:
k, it seems that I can touch things, execpt it only lasts for about a second. I tried it a few times, and I was able to land and walk a setp before the game crashed.
Re: Game crash when touches object or terrain
Posted: Mon Dec 01, 2008 7:47 pm
by Maveritchell
Did you add water?
Re: Game crash when touches object or terrain
Posted: Mon Dec 01, 2008 7:56 pm
by Penguin
Message Severity: 2
.\Source\PathFinder.cpp(662)
Adding a barrier outside the world. You neet to call at least SetWorldExtents(1030.7) from the lua script and make it bigger, otherwise AI pathing and collision will be wrong.
Message Severity: 2
.\Source\PathFinder.cpp(662)
Adding a barrier outside the world. You neet to call at least SetWorldExtents(1052.

from the lua script and make it bigger, otherwise AI pathing and collision will be wrong.
Re: Game crash when touches object or terrain
Posted: Mon Dec 01, 2008 8:13 pm
by Maveritchell
That above error can be ignored (and by ignored I mean it should be fixed but it's not relevant to this issue); it won't crash anything. Like it says in the debug text, all it will be is something that screws around with the AI.
Re: Game crash when touches object or terrain
Posted: Wed Dec 03, 2008 5:50 pm
by zhh_li
I don;t have any water in the map. However, I did some more experiments and found that moving my mouse causes a crash, as well. The game would still crash if I left the mouse alone, though. And finally, I still can't play in the normal version, just the debug.