It is currently 07 Sep 2025, 07:29
   
Text Size

Bug reports

Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins

Re: Bug reports

Postby missalexis » 01 Feb 2012, 03:06

Melvin,

I'm posting here because I wasn't sure if we should use the issues page if we're not sure it's in fact a bug?

I was using 1.22 and the AI activated a Kabuto Moth's ability on the Kabuto Moth and then used it to block. Shouldn't it have become tapped and not eligible to block? If it is I can add to issues page. :)
missalexis
 
Posts: 52
Joined: 28 Feb 2011, 00:08
Has thanked: 2 times
Been thanked: 5 times

Re: Bug reports

Postby melvin » 01 Feb 2012, 05:40

If it activated the ability and then block, that would be wrong.

If it blocked and then activated the ability, that is legal.

Btw, do post on the issues page anyway, even if you are not sure if it is a bug.
User avatar
melvin
AI Programmer
 
Posts: 1062
Joined: 21 Mar 2010, 12:26
Location: Singapore
Has thanked: 36 times
Been thanked: 459 times

Re: Bug reports

Postby Sakkie » 02 Feb 2012, 18:56

Not sure what to call this bug but basically it would seem that the life gaining is not registering correctly as the AI "wins" when I still have loads of health. Using quite a bit of Lifelink abilities.

MAGE_bug_01.png
Sakkie
 
Posts: 5
Joined: 01 Feb 2012, 18:27
Has thanked: 0 time
Been thanked: 1 time

Re: Bug reports

Postby beholder » 02 Feb 2012, 20:33

Seems to me that the AI killed you with Blighted Agent, you've got 13 poison counters.

*cue dying sounds* :)
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby Sakkie » 02 Feb 2012, 22:36

Ouch! Didn't even notice the poison counters :( Was too busy watching my health going up. But still shouldn't the poison counters reduce my health at upkeep or something along those lines? Or does it just stack until the counters are more than the health?
Sakkie
 
Posts: 5
Joined: 01 Feb 2012, 18:27
Has thanked: 0 time
Been thanked: 1 time

Re: Bug reports

Postby goonjamin » 02 Feb 2012, 22:48

Poison counters don't affect health at all. It is simply if you get 10 or more you lose.

Code: Select all
104.3d If a player has ten or more poison counters, he or she loses the game the next time a player would receive priority. (This is a state-based effect. See rule 704.)
goonjamin
 
Posts: 133
Joined: 19 Aug 2010, 19:51
Has thanked: 39 times
Been thanked: 5 times

Re: Bug reports

Postby Milod » 03 Feb 2012, 00:43

angelic overseer got destroyed by my day of judgement even if the ai controled human it died not sure if this happend more then once but it happend
Milod
 
Posts: 360
Joined: 20 Jul 2011, 08:57
Has thanked: 4 times
Been thanked: 5 times

Re: Bug reports

Postby Milod » 03 Feb 2012, 01:19

bad use of fiend hunter it attacks and it wil get blocked by my first strike blade splicer golem and i get my creature back from fiend hunter
Milod
 
Posts: 360
Joined: 20 Jul 2011, 08:57
Has thanked: 4 times
Been thanked: 5 times

Re: Bug reports

Postby muaddib » 03 Feb 2012, 07:42

Possible Milod post is issue 114
http://code.google.com/p/magarena/issues/detail?id=114

Melvin, maybe priority of this issue up to high priority?
User avatar
muaddib
Tester
 
Posts: 118
Joined: 03 Mar 2011, 08:37
Location: Russia
Has thanked: 0 time
Been thanked: 5 times

Re: Bug reports

Postby Batman55 » 03 Feb 2012, 07:52

I thought I would point out a problem with "Ghost Council of Orzhova," although it's not really a bug. The setting was minimax 6 and I was using the ubeefx cube, with randomly chosen dual color decks.

The computer was on its way to a slow win because it had a number of creatures as well as one unblockable creature that was killing me. I was down to 4 or 5 life points. Then, strangely, it decided to sacrifice the unblockable creature, which would have probably beaten me. I'm guessing it did this because it thought it could slowly bring my life total to zero over 5 turns--but I had a green creature card that would give me life points for X which prevented that strategy. Then once my life total was back up to 10, the computer continued to sacrifice the rest of its creatures anyway. Even when I had 5 creatures out and the ghost council was the last creature on the CPU's field, it sacrificed the ghost itself (!), which led to a blowout win next turn.

Maybe this could be fixed?
Batman55
 
Posts: 4
Joined: 31 Jan 2012, 10:02
Has thanked: 0 time
Been thanked: 0 time

Re: Bug reports

Postby beholder » 03 Feb 2012, 10:36

Milod wrote:angelic overseer got destroyed by my day of judgement even if the ai controled human it died not sure if this happend more then once but it happend
I can not reproduce this. In my test game the Day of Judgment wiped out every creature on the board (including a few humans controlled by the AI) except for Angelic Overseer.

Milod wrote:bad use of fiend hunter it attacks and it wil get blocked by my first strike blade splicer golem and i get my creature back from fiend hunter
Too aggressive play by the AI seems to be from the tweaks that were done to speed up calculating blocking options. A known issue that I hope Melvin can have a look at soon.

muaddib wrote:Possible Milod post is issue 114
http://code.google.com/p/magarena/issues/detail?id=114

Melvin, maybe priority of this issue up to high priority?
I that agree Milod's last post belongs to that issue, see my comment above. I'll leave it to Melvin to decide on priority.

Batman55 wrote:I thought I would point out a problem with "Ghost Council of Orzhova, ...."
A tough one this. I noticed in a few test games that the AI sometimes sacrifices creatures that I wouldn't had but I couldn't get the AI to sacrifice Ghost Council of Orzhova to itself. Looking at the debug output, it gives the option to sacrifice itself a massive negative score, so I'm surprised you saw that behavior. One thing I can think of is that the AI was low on life and basically sees no good options anymore. When that happens it will start making weird decisions. It sort of gives up, awww :)
I'll play some more test games now to see if I can spot a pattern here.
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby Milod » 03 Feb 2012, 11:58

Milod wrote:angelic overseer got destroyed by my day of judgement even if the ai controled human it died not sure if this happend more then once but it happend

I can not reproduce this. In my test game the Day of Judgment wiped out every creature on the board (including a few humans controlled by the AI) except for Angelic Overseer.

it happend after angelic overseer blocked my creature on mp1(attack step) and took damage that turn a total of -9 and in mp2 i actiavted day of judgement and all his 3 creatures died 1 lawkeeper and 1 spirit token plus the overseer
Milod
 
Posts: 360
Joined: 20 Jul 2011, 08:57
Has thanked: 4 times
Been thanked: 5 times

Re: Bug reports

Postby beholder » 03 Feb 2012, 12:21

Milod wrote:it happend after angelic overseer blocked my creature on mp1(attack step) and took damage that turn a total of -9 and in mp2 i actiavted day of judgement and all his 3 creatures died 1 lawkeeper and 1 spirit token plus the overseer
Ah, well that is actually correct behavior according to following rulings (found here):

-If you control a Human, and lethal damage is dealt to Angelic Overseer, that damage will remain marked on it that turn. If later in the turn you no longer control a Human, Angelic Overseer will be destroyed.

I tested this with your scenario and it works like it should.
Last edited by beholder on 04 Feb 2012, 13:07, edited 1 time in total.
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby Huggybaby » 04 Feb 2012, 04:51

=D> So many times I thought I had found a bug, but it was just me misunderstanding the rules! #-o
User avatar
Huggybaby
Administrator
 
Posts: 3227
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 750 times
Been thanked: 601 times

Re: Bug reports

Postby Milod » 26 Feb 2012, 10:00

enquiped sword of war and peace on strom kirkk noble with goblin war paint already on him after i targeted sword of war and peace on noble goblin war paint was sent to gy. cant u have multiple aura artifacts on creature maybe?
Milod
 
Posts: 360
Joined: 20 Jul 2011, 08:57
Has thanked: 4 times
Been thanked: 5 times

PreviousNext

Return to Magarena

Who is online

Users browsing this forum: No registered users and 6 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 6 users online :: 0 registered, 0 hidden and 6 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 6 guests

Login Form