Game crashes
This traceback is a little different. It happened when I tried to play Salvage Titan. It allowed me to select whether I wanted to pay the cost or sacrifice 3 artifacts. I had no artifacts so I selected to pay the cost and then the game crashed with this traceback.
- Code: Select all
Traceback (most recent call last):
File "main.py", line 7, in <module>
File "ui\Incantus.pyo", line 778, in main
File "ui\Incantus.pyo", line 656, in run
File "game\GameKeeper.pyo", line 77, in start
File "game\GameKeeper.pyo", line 97, in run
File "game\GameKeeper.pyo", line 243, in mainPhase1
File "game\GameKeeper.pyo", line 390, in playSpells
File "game\GameKeeper.pyo", line 401, in playStackSpells
File "game\Action.pyo", line 95, in perform
File "game\Ability\Ability.pyo", line 14, in announce
File "game\Ability\CastingAbility.pyo", line 12, in do_announce
File "game\Ability\ActivatedAbility.pyo", line 21, in do_announce
File "game\Ability\Cost.pyo", line 533, in precompute
File "game\Ability\Cost.pyo", line 514, in precompute
AttributeError: 'str' object has no attribute 'precompute'