[fixed/closed]Genesis Hydra doesn't put perm into play
Moderators: BAgate, drool66, stassy, Aswan jaguar, gmzombie, CCGHQ Admins
[fixed/closed]Genesis Hydra doesn't put perm into play
by Nexhro » 07 May 2014, 23:51
Describe the Bug:
When a nonland card is chosen from amongst the cards revealed by Genesis Hydra 's triggered ability, the chosen card is not put onto the battlefield.
Which card did behave improperly ?
Genesis Hydra
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
JOU v1, duel
What exactly should be the correct behavior/interaction ?
When a nonland card is chosen from amongst the cards revealed by Genesis Hydra 's triggered ability, the chosen card is put onto the battlefield.
Are any other cards possibly affected by this bug ?
-
Got the following dump last time I picked a (valid) card for Hydra's ability. In other instances, I got more than one dump and in one game, the client crashed after 2 dumps. In all those cases, I tried to pick Pharika, God of Affliction , but the bug and dump are not limited to Pharika.
bad parameters
get_card_instance(0, -1)
0: 0x0236D5D4
1: 0x0232F235
2: 0x0232FAE8
3: 0x023412D7
4: 0x021846D0
5: 0x02359F2E
6: 0x023732F2
7: 0x02373650
8: 0x02373B6C
9: 0x02375CAA
10: 0x02184913
11: 0x02378335
12: 0x023387E3
13: 0x00435A13
14: 0x00433AF9
15: 0x0043BF12
16: 0x004399BD
17: 0x0047902C
18: 0x004946E9
19: 0x75953677
20: 0x77A49D72
21: 0x77A49D45
When a nonland card is chosen from amongst the cards revealed by Genesis Hydra 's triggered ability, the chosen card is not put onto the battlefield.
Which card did behave improperly ?
Genesis Hydra
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
JOU v1, duel
What exactly should be the correct behavior/interaction ?
When a nonland card is chosen from amongst the cards revealed by Genesis Hydra 's triggered ability, the chosen card is put onto the battlefield.
Are any other cards possibly affected by this bug ?
-
Got the following dump last time I picked a (valid) card for Hydra's ability. In other instances, I got more than one dump and in one game, the client crashed after 2 dumps. In all those cases, I tried to pick Pharika, God of Affliction , but the bug and dump are not limited to Pharika.
bad parameters
get_card_instance(0, -1)
0: 0x0236D5D4
1: 0x0232F235
2: 0x0232FAE8
3: 0x023412D7
4: 0x021846D0
5: 0x02359F2E
6: 0x023732F2
7: 0x02373650
8: 0x02373B6C
9: 0x02375CAA
10: 0x02184913
11: 0x02378335
12: 0x023387E3
13: 0x00435A13
14: 0x00433AF9
15: 0x0043BF12
16: 0x004399BD
17: 0x0047902C
18: 0x004946E9
19: 0x75953677
20: 0x77A49D72
21: 0x77A49D45
- Attachments
-
GenHydra1.zip- (3.63 KiB) Downloaded 83 times
Last edited by BAgate on 04 Dec 2014, 03:12, edited 5 times in total.
Reason: closed
Reason: closed
-

Nexhro - Posts: 1613
- Joined: 23 Jan 2014, 18:08
- Location: HRO, UTC +1
- Has thanked: 78 times
- Been thanked: 103 times
Re: [confirmed]Genesis Hydra doesn't put perm into play
by BAgate » 11 Sep 2014, 10:56
Also, it doesn't always get the right number of counters. 1st time I tried X was 3 and I didn't put anything in play and got 3 counters, 2nd time X was 29, I put something in play, and it had 0 counters.
Working on: housekeeping and archived reports
Re: [confirmed]Genesis Hydra doesn't put perm into play
by HarlequinCasts » 26 Sep 2014, 13:57
Updating since I encountered this still in M15 mini update 2 Sept 2014
Dump upon attempting to put a permanent into play via Genesis Hydra. No crash, and otherwise the creature itself resolves correctly.
Dump upon attempting to put a permanent into play via Genesis Hydra. No crash, and otherwise the creature itself resolves correctly.
bad parameters
get_card_instance(0, -1)
0: 0x023B6758
1: 0x0237453E
2: 0x02374D98
3: 0x02387514
4: 0x021A9330
5: 0x023A273A
6: 0x023BC286
7: 0x023BC590
8: 0x023BCAC8
9: 0x023BEDAB
10: 0x021B2EA5
11: 0x023C1515
12: 0x0237E2CE
13: 0x00435A13
14: 0x00433AF9
15: 0x0043BF12
16: 0x004399BD
17: 0x0047902C
18: 0x004946E9
19: 0x74F433AA
20: 0x77829EF2
21: 0x77829EC5
-

HarlequinCasts - Posts: 917
- Joined: 07 May 2013, 14:33
- Has thanked: 68 times
- Been thanked: 30 times
Re: [confirmed]Genesis Hydra doesn't put perm into play
by Gargaroz » 07 Oct 2014, 15:52
Finally found the culprit and fixed the bug (tested) in 1ce59bb
The "wrong counters" bug is due to bad values in "ct_all".
The "wrong counters" bug is due to bad values in "ct_all".
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Gargaroz
- Programmer
- Posts: 7095
- Joined: 06 Nov 2009, 11:11
- Has thanked: 82 times
- Been thanked: 593 times
Re: [still bugged]Genesis Hydra doesn't put perm into play
by BAgate » 17 Oct 2014, 11:23
No dump, puts perm in play, but doesn't get any counters
Working on: housekeeping and archived reports
Re: [still bugged]Genesis Hydra doesn't put perm into play
by Gargaroz » 03 Nov 2014, 15:51
Fixed in 85079e7
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Gargaroz
- Programmer
- Posts: 7095
- Joined: 06 Nov 2009, 11:11
- Has thanked: 82 times
- Been thanked: 593 times
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 8 guests
