Notes |
|
(0003965)
|
Tow
|
2013-09-08 16:10
|
|
Crash happens in CBattleInterface::spellCast
Offending line:
boost::algorithm::replace_first(text, "%s", CGI->creh->creatures[sc->attackerType]->namePl); //casting stack
when BattleSpellCast object has attackerType set to -1. |
|
|
(0003990)
|
Tow
|
2013-09-10 23:35
|
|
I have fix for this to make the issue non-crashing, will commit this before the next build. |
|
|
(0004003)
|
Tow
|
2013-09-11 22:00
|
|
Worked around in r3544.
The issue is realted to Armor of the Damned casting spells at the beginning of the battle.
The battle GUI doesn't know the caster (not a hero and not a creature) and crashed on attempts of formatting console log message. Now a placeholder name will be used.
Eventually we will need to provide better info about caster (possibly an artifact). |
|
|
|
Kantor, look, can can close them? |
|
|
(0004786)
|
Kantor
|
2014-06-22 15:02
|
|
|