Page 82 of 487

Re: Bug Reports (snapshot builds)

PostPosted: 02 Feb 2013, 08:28
by myk
The AI has hung twice after playing a Khalni Garden at the point where the 0/1 plant token is supposed to be put into play. It might be a timing error of some kind -- the token appeared just fine in a previous round.
Screen Shot 2013-02-02 at 12.19.23 am.png
Screen Shot 2013-02-02 at 12.43.13 am.png

Edit: the hang only happens when the ui is set to not stop on the phase that the card is played in

Re: Bug Reports (snapshot builds)

PostPosted: 02 Feb 2013, 16:49
by storms
terminus isent working corectly gideon champion of justice ultimate ability isent working

Re: Bug Reports (snapshot builds)

PostPosted: 02 Feb 2013, 17:04
by ArsenalNut
r19335, I am not sure if this behavior is really a bug but the sideboard changes are getting reset between 2nd and 3rd game. I just clicked OK between the 2nd and 3rd games and was surprised to find cards that I know I had sided out for the 2nd game appeared in my hand and library for game 3.

Re: Bug Reports (snapshot builds)

PostPosted: 02 Feb 2013, 21:48
by jwallstone
 Terminus and Cyclonic Rift do not work properly. Terminus removes your own creatures, but leaves opponents creatures intact. Cyclonic Rift does nothing when overloaded.

Attached picture shows field after an overloaded Cyclonic Rift. Nothing happened.
 

Re: Bug Reports (snapshot builds)

PostPosted: 03 Feb 2013, 02:35
by friarsol
r19340
When the AI demorphs with a trigger that targets, the game is frozen (unable to pass priority but it seems to be mine)

Exact example:
AI has Nantuko Vigilante as a Morph. I cast an artifact/enchantment. During his upkeep he demorphs the Vigilante, targets my permanent, I can see the trigger on the stack, but I'm not allowed to continue.

Re: Bug Reports (snapshot builds)

PostPosted: 03 Feb 2013, 13:27
by Sloth
myk wrote:The AI has hung twice after playing a Khalni Garden at the point where the 0/1 plant token is supposed to be put into play.
Edit: the hang only happens when the ui is set to not stop on the phase that the card is played in
friarsol wrote:r19340
When the AI demorphs with a trigger that targets, the game is frozen (unable to pass priority but it seems to be mine)
Both cases are fixed. I'm not sure why the priority has to be set to the AI here, but the same happenes when the human plays a land or activates a static ability, so i just copied it.

EDIT:
Mmh, maybe it's because there is a chooseOrderOfSimultaneousStackEntryAll call in setPriority.
Why is a function like that called by a functions that looks like a setter?

Re: Bug Reports (snapshot builds)

PostPosted: 03 Feb 2013, 20:22
by myk
Thanks, Sloth!
ArsenalNut wrote:r19335, I am not sure if this behavior is really a bug but the sideboard changes are getting reset between 2nd and 3rd game. I just clicked OK between the 2nd and 3rd games and was surprised to find cards that I know I had sided out for the 2nd game appeared in my hand and library for game 3.
yeah, this has been bugging me as well. I'll see if I can figure out how to fix this.

my current task list:
- allow filter toggle buttons to wrap in deck editor
- support deck format in deck import dialog (e.g. "cardname|set")
- add tabs to default place if they're missing in the editor_preferred.xml file
- keep sideboard changes between match rounds -- don't reset for round 3 edit: fixed by max. thx max!

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 09:56
by Max mtg
ArsenalNut wrote:r19335, I am not sure if this behavior is really a bug but the sideboard changes are getting reset between 2nd and 3rd game. I just clicked OK between the 2nd and 3rd games and was surprised to find cards that I know I had sided out for the 2nd game appeared in my hand and library for game 3.
The changes to deck were applied to the second match and discarded afterwards, this is a bug.

Was adressed by r19359 - see if it works for you.

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 10:01
by Max mtg
Sloth wrote:Both cases are fixed. I'm not sure why the priority has to be set to the AI here, but the same happenes when the human plays a land or activates a static ability, so i just copied it.

EDIT:
Mmh, maybe it's because there is a chooseOrderOfSimultaneousStackEntryAll call in setPriority.
Why is a function like that called by a functions that looks like a setter?
Maybe that happens beause demorph does not use stack?

I don't like calls to GUI from inside game code as well.

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 10:50
by myk
Max mtg wrote:Was adressed by r19359 - see if it works for you.
It seems as though the sideboarding dialog comes up regardless of whether you have any cards in your sideboard.
Screen Shot 2013-02-04 at 2.49.34 am.png

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 11:47
by Max mtg
adjusted conditions in r19366

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 12:06
by myk
confirmed fixed. thx!

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 13:22
by moomarc
All the opponent's cards on the battlefield show as morph creatures in the card detail panel! Might have to hold off on the beta until this is fixed.

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 13:26
by Chris H.
moomarc wrote:All the opponent's cards on the battlefield show as morph creatures in the card detail panel! Might have to hold off on the beta until this is fixed.
 
Oh no...

Looks like we may need to do another release as I have already started. :(

Re: Bug Reports (snapshot builds)

PostPosted: 04 Feb 2013, 13:30
by Max mtg
r19373 fixes