The Scientist wrote:Another bug : it seems incantus can't handle a LOT of creatures. there is a replay attached. The game just shut down,no message. (from a friend of mine)
I ran the replay and got this error:
Traceback (most recent call last):
File "main.py", line 8, in <module>
File "/private/tmp/Incantus-tmp/Incantus/Incantus.py", line 799, in main
File "/private/tmp/Incantus-tmp/Incantus/Incantus.py", line 677, in run
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 175, in run
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 199, in singleTurn
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 344, in mainPhase1
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 505, in playSpells
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 517, in playStackSpells
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 529, in playStackInstant
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 544, in continuePlay
File "/private/tmp/Incantus-tmp/Incantus/game/Action.py", line 56, in perform
AttributeError: 'SpellRole' object has no attribute 'abilities'
I wasn't paying close enough attention to see exactly which card triggered it, though.
A third viewing showed that it crashed as soon as Elvish Warrior went on the stack. Probably as soon as Lys Alana Huntmaster tried to trigger.
The Scientist wrote:2 more random error's, Game.replay and error logs included
Traceback (most recent call last):
File "main.py", line 8, in <module>
File "/private/tmp/Incantus-tmp/Incantus/Incantus.py", line 799, in main
File "/private/tmp/Incantus-tmp/Incantus/Incantus.py", line 677, in run
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 175, in run
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 199, in singleTurn
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 444, in combatPhase
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 522, in playInstantaneous
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 529, in playStackInstant
File "/private/tmp/Incantus-tmp/Incantus/game/GameKeeper.py", line 544, in continuePlay
File "/private/tmp/Incantus-tmp/Incantus/game/Action.py", line 72, in perform
File "/private/tmp/Incantus-tmp/Incantus/game/Ability/ActivatedAbility.py", line 27, in __str__
File "/private/tmp/Incantus-tmp/Incantus/game/Cost.py", line 238, in __str__
ValueError: unsupported format character 'S' (0x53) at index 8
Got this error right after the Wirewood Symbiote was asked to supply a creature to return to hand, which I assume means that as soon as that creature was "clicked on", the game crashed.
The Scientist wrote:this is the other one
Exact same thing happens as above. Really, it's not a seperate error when the same exact thing triggers the exact same error. ;P