Page 1 of 1

Can someone tell me what this error means? [Solved]

Posted: Sat Jan 17, 2015 11:22 pm
by superimperial11

Code: Select all

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation human_sabre_stand_dashattackend(_upper)


Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation human_sabre_jumpattack_recover(_upper)
I got this and it is making my game crash. I had a unit with a melee weapon but I removed it and now I do not know why this is making it crash.

Re: Can someone tell me waht this means??

Posted: Sun Jan 18, 2015 6:32 am
by Anakin
you are using a weapon that needs the human_sabre_stand_dashattackend(_upper) and human_sabre_jumpattack_recover(_upper) animation, but your unit that uses this weapon has an animation that does not support these animations :D

So we need your unit odf, weapon odf and if you removed anything and the game crashes you should do an manual clean first

Re: Can someone tell me waht this means??

Posted: Sun Jan 18, 2015 4:30 pm
by superimperial11
Anakin wrote:you are using a weapon that needs the human_sabre_stand_dashattackend(_upper) and human_sabre_jumpattack_recover(_upper) animation, but your unit that uses this weapon has an animation that does not support these animations :D

So we need your unit odf, weapon odf and if you removed anything and the game crashes you should do an manual clean first
Okay, but the only weird thing is I removed all the melee weapons from the units.

Re: Can someone tell me waht this means??

Posted: Sun Jan 18, 2015 5:09 pm
by Anakin
Manual clean??
Odf files??

Re: Can someone tell me waht this means??

Posted: Sun Jan 18, 2015 6:52 pm
by superimperial11
Anakin wrote:Manual clean??
Odf files??
nevermind. works now.