[fixed/closed]Daxos of Meletis ability causes crash
Describe the Bug:
When combat damage from Daxos of Meletis resolves when he is not blocked, on the first turn he attacks, nothing happens. On the second turn he attacks, the following crash dump is produced and the game is forcibly terminated.
Daxos of Meletis
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
2014/02/18: Born of the Gods v2
Solo Duel match
What exactly should be the correct behavior/interaction ?
When combat damage from Daxos is dealt to a player, the top card of that player's library is exiled by Daxos. Daxos' controller should then gain life equal to the CMC of the exiled card, and for the rest of that turn is able to pay X where X is the CMC of the exiled card in order to cast that card (but only when it would be legal to cast that card).
Are any other cards possibly affected by this bug ?
Not that I have found, and the only other card I am aware of that has a similar effect (Nightveil Specter) resolves properly.
When combat damage from Daxos of Meletis resolves when he is not blocked, on the first turn he attacks, nothing happens. On the second turn he attacks, the following crash dump is produced and the game is forcibly terminated.
- Code: Select all
Assertion failed
functions/functions.c:7944
player == 0 || player == 1 || !"get_updated_casting_cost() needs a real player"
0: 0x023528B4
1: 0x02352A09
2: 0x023271AD
3: 0x022A1E3F
4: 0x004018E0
5: 0x00435BCF
6: 0x004777E9
7: 0x004723CB
8: 0x0043CD7D
9: 0x004399BD
10: 0x0047902C
11: 0x004946E9
12: 0x7539338A
13: 0x77189F72
14: 0x77189F45
Daxos of Meletis
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
2014/02/18: Born of the Gods v2
Solo Duel match
What exactly should be the correct behavior/interaction ?
When combat damage from Daxos is dealt to a player, the top card of that player's library is exiled by Daxos. Daxos' controller should then gain life equal to the CMC of the exiled card, and for the rest of that turn is able to pay X where X is the CMC of the exiled card in order to cast that card (but only when it would be legal to cast that card).
Are any other cards possibly affected by this bug ?
Not that I have found, and the only other card I am aware of that has a similar effect (Nightveil Specter) resolves properly.