sgastudio / wagic

Automatically exported from code.google.com/p/wagic
Other
0 stars 0 forks source link

Crash when enchantment takes control of creature with counterattack #940

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play Goblin Razerunners
2. Wait for AI to take control of Goblin Razerunners
3. Wait for End phase

What is the expected output? What do you see instead?
Expect damage dealt to me from Goblin Razerunners' counterattack ability. 
Instead, I get the option to select the counterattack ability for a split 
second, before it crashes with this error:
src/AIPlayerBaka.cpp:1495: virtual int 
AIPlayerBaka::chooseTarget(TargetChooser*, Player*, MTGCardInstance*, bool): 
Assertion `tc->Owner == observer->currentlyActing()' failed.

What version of the product are you using? On what operating system?
Version 0.18.6 (svn) on linux.

Please provide any additional information below.
At the time of the crash, it had no counters on it.

Original issue reported on code.google.com by bjorn.sn...@gmail.com on 5 Mar 2013 at 11:20

GoogleCodeExporter commented 9 years ago
It happens consistently, regardless of whether the goblin has counters on it.

Original comment by bjorn.sn...@gmail.com on 5 Mar 2013 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by pank...@gmail.com on 28 Sep 2013 at 11:53