Crashing problem with Hero Assault (please read!)

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
phazon_elite
Rebel Colonel
Rebel Colonel
Posts: 597
Joined: Tue Jan 16, 2007 9:10 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: I'm sorry Link, I can't give the location. Come back when you're a little...mmmh...RICHER!
Contact:

Crashing problem with Hero Assault (please read!)

Post by phazon_elite »

Here's my log....actually, I'll post the ones that count, since it's EXTREMELY long:

Code: Select all

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk kamino1_tdm in data\_lvl_pc\KAM\kam1.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk  in KAM\kam1.lvl


Message Severity: 3
.\Source\LuaHelper.cpp(312)
CallProc failed: bad argument #1 to `SetVictoryMusic' (number expected, got nil)
stack traceback:
	[C]: in function `SetVictoryMusic'
	(none): in function `ScriptInit'


Message Severity: 3
.\Source\SoldierAnimatorClass.cpp(1412)
Out of space for soldier animation banks (max 18)

Message Severity: 3
.\Source\SoldierAnimatorClass.cpp(1412)
Out of space for soldier animation banks (max 18)

Message Severity: 3
.\Source\SoldierAnimatorClass.cpp(1412)
Out of space for soldier animation banks (max 18)

Message Severity: 3
.\Source\SoldierAnimatorClass.cpp(1412)
Out of space for soldier animation banks (max 18)

Message Severity: 3
.\Source\SoldierAnimatorClass.cpp(1412)
Out of space for soldier animation banks (max 18)
I need to know if the first two make my map crash. My Geonosis map has errors like the first two and it works fine, so I'm not sure.

On the other hand, I got a hell of a lot of errors with greivous missing every animation. I got rid of Dooku to get rid of one animation bank, but it's still full! How do I fix the animation errors?

Any help would be greatly appreciated.

EDIT: Ok, now it works, but no cp's. I think I found the problem, so once I find out, I'll see if this gets solved.

EDIT 2: cp's are back, but game crashes when I select a cp. I know what it is, but it's really laggy when I load up Kamino in ZE. It eventually crashes after a couple minutes. Should I use the conquest template for cp's? Man, I'm in big trouble.

- EP-000782
RC-1290

RE: Crashing problem with Hero Assault (please read!)

Post by RC-1290 »

The setvictory error is probably a typo problem. In my current map it looks like this:

Code: Select all

    SetVictoryMusic(ALL, "all_tat_amb_victory")
    SetDefeatMusic (ALL, "all_tat_amb_defeat")
    SetVictoryMusic(IMP, "imp_tat_amb_victory")
    SetDefeatMusic (IMP, "imp_tat_amb_defeat")
---
Never seen the out of space error...
User avatar
phazon_elite
Rebel Colonel
Rebel Colonel
Posts: 597
Joined: Tue Jan 16, 2007 9:10 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: I'm sorry Link, I can't give the location. Come back when you're a little...mmmh...RICHER!
Contact:

Post by phazon_elite »

Ok, I fixed all those problems, and it still crashes. There are no severity 3's either, so I don't know what's up anymore.

I'll have to update my question in the Conversion pack thread to ask if anyone I newly added has crash problems.

- EP-000782
Post Reply