Page 1 of 1
Random Crash
Posted: Mon Aug 22, 2011 10:29 am
by Executer94
Alright my map gives me a hard time again.
It randomly crashs after a while. Sometimes 2 minutes and sometimes it takes 10 minutes.
I tried to fix as much problems as I could solve from the error log. Well I am pretty much done with my knowledge.
Here is the log
http://www.text-upload.com/read.php?id=125580&c=7701079
Re: Random Crash
Posted: Mon Aug 22, 2011 11:45 am
by THEWULFMAN
Crashes like that are usually caused by a bad unit in the custom sides. Try replacing all custom units with stock and see if it still crashes.
Re: Random Crash
Posted: Mon Aug 22, 2011 12:21 pm
by Executer94
What do you mean with "bad" unit?
Everything custom what appears in the lua or just the unit?
Re: Random Crash
Posted: Mon Aug 22, 2011 12:40 pm
by THEWULFMAN
A bad unit really just refers to a unit with a bad (error filled) weapon. I had one random CTD, caused by my SBD, because his weapon didn't have the proper # set for the spread shot.
It's most likely something in your sides. Anything custom can/should be removed. This is what I do anyway.
Re: Random Crash
Posted: Mon Aug 22, 2011 4:40 pm
by Fiodis
THEWULFMAN wrote:A bad unit really just refers to a unit with a bad (error filled) weapon.
Or it could be in the unit's odf rather than the weapon. Anyway, rather than removing
all custom units, I would suggest commenting out their lines in the LUA one by one until the map stops crashing. That way you're able to determine
which unit it actually is, and fix the error.
Re: Random Crash
Posted: Mon Aug 22, 2011 5:17 pm
by DarthD.U.C.K.
as far as i know spacemaps are resourceintensive with all their effects etc. so the map could crash because its too much....
Re: Random Crash
Posted: Mon Aug 22, 2011 5:31 pm
by Marvel4
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(829)
Unable to find level chunk spx_inf_ep3_marine_spawn in C:\Programme\LucasArts\Star Wars Battlefront II\GameData\AddOn\BOZ\Data\_lvl_pc\SIDE\spx.lvl
It probably crashes because of this...
Re: Random Crash
Posted: Mon Aug 22, 2011 6:14 pm
by Noobasaurus
Marvel4 wrote:Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(829)
Unable to find level chunk spx_inf_ep3_marine_spawn in C:\Programme\LucasArts\Star Wars Battlefront II\GameData\AddOn\BOZ\Data\_lvl_pc\SIDE\spx.lvl
It probably crashes because of this...
Which would mean that this:
THEWULFMAN wrote:A bad unit really just refers to a unit with a bad (error filled) weapon. I had one random CTD, caused by my SBD, because his weapon didn't have the proper # set for the spread shot.
It's most likely something in your sides. Anything custom can/should be removed. This is what I do anyway.
Is what you would do to solve it. Or manually go through your side stuff and see if you can notice anything wrong. But I'd
assume you've already done that.
Re: Random Crash
Posted: Tue Aug 23, 2011 2:10 pm
by Executer94
Alright I deleted the unit from the game and now it seems to work fine. I am not 100% because I won the game everytime after 10 minutes.
Thanks for your help guys I appreciate it!