It is currently 25 Apr 2024, 00:35
   
Text Size

Bug Reports xmage 1.4.3

by BetaSteward

Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins

Re: Bug Reports xmage 1.4.3

Postby Heris » 31 Aug 2015, 12:16

Mainiack11 wrote:Melira, Sylvok Outcast's ability that prevents placing -1/-1 counters on creatures Melira's controller controls does not work

LevelX: Can't reproduce this problem. Can you provide the game log or give more information when exactly it doesn't work?
It happened to my opponent too: he had Viscera Seer, Murderous Redcap and Melira, Sylvok Outcast. He sacrificed Murderous Redcap which returned in play with a -1/-1 counter as you can see from the attached screenshot.

Clipboard03.jpg


LevelX: Fixed beyond 1.4.3v3
* Fixed that the new early way to add counters to permanents entering the battlefield (e.g. used for Undying and Persist) checked effects while the permanents was not already set to Zone battlefield. That caused e.g. the ability of Tatterkite not to work at that time.
Heris
 
Posts: 116
Joined: 21 Sep 2014, 20:04
Has thanked: 6 times
Been thanked: 11 times

Re: Bug Reports xmage 1.4.3

Postby fireshoes » 31 Aug 2015, 13:34

Momir Vig, Simic Visionary's 2nd ability doesn't function correctly. If the revealed card isn't a creature, it is put on the bottom of the library instead of staying on top.

LevelX: Fixed beyond 1.4.3v3
User avatar
fireshoes
 
Posts: 536
Joined: 20 Aug 2014, 03:51
Has thanked: 201 times
Been thanked: 49 times

Re: Bug Reports xmage 1.4.3

Postby fireshoes » 31 Aug 2015, 15:11

Played Chrome Mox on the dev client. The log info said its ETB triggered, but it didn't ask me what to imprint. Edit: Opp had scooped after that. It looks like triggers are just not coming up until you try to do something else. Noticing now with Coiling Oracle and Shrieking Drake in my game.


LevelX: Can't reproduce this. Probably solved with Clean & Build.

Server is lagging pretty hard too, btw.
User avatar
fireshoes
 
Posts: 536
Joined: 20 Aug 2014, 03:51
Has thanked: 201 times
Been thanked: 49 times

Re: Bug Reports xmage 1.4.3

Postby LoneFox » 31 Aug 2015, 16:08

The deck editor is broken in current git:
| Open
Code: Select all
java.lang.ClassCastException: mage.cards.mock.MockCard cannot be cast to mage.cards.SplitCardHalf
   at mage.cards.SplitCard.getLeftHalfCard(SplitCard.java:70)
   at mage.filter.FilterCard.match(FilterCard.java:79)
   at mage.client.deckeditor.CardSelector.filterCards(CardSelector.java:386)
   at mage.client.deckeditor.CardSelector.cbExpansionSetActionPerformed(CardSelector.java:932)
   at mage.client.deckeditor.CardSelector.access$900(CardSelector.java:84)
   at mage.client.deckeditor.CardSelector$9.actionPerformed(CardSelector.java:580)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1260)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:588)
   at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:624)
   at mage.client.deckeditor.CardSelector.loadCards(CardSelector.java:215)
   at mage.client.deckeditor.DeckEditorPanel.showDeckEditor(DeckEditorPanel.java:190)
   at mage.client.deckeditor.DeckEditorPane.show(DeckEditorPane.java:87)
   at mage.client.MageFrame.showDeckEditor(MageFrame.java:1104)
   at mage.client.MageFrame.btnDeckEditorActionPerformed(MageFrame.java:947)
   at mage.client.MageFrame.access$1500(MageFrame.java:142)
   at mage.client.MageFrame$13.actionPerformed(MageFrame.java:867)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
   at java.awt.Component.processMouseEvent(Component.java:6516)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3312)
   at java.awt.Component.processEvent(Component.java:6281)
   at java.awt.Container.processEvent(Container.java:2229)
   at java.awt.Component.dispatchEventImpl(Component.java:4872)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Component.dispatchEvent(Component.java:4698)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
   at java.awt.Container.dispatchEventImpl(Container.java:2273)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
   at java.awt.Component.dispatchEvent(Component.java:4698)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:747)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:706)
   at java.awt.EventQueue$3.run(EventQueue.java:704)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
   at java.awt.EventQueue$4.run(EventQueue.java:720)
   at java.awt.EventQueue$4.run(EventQueue.java:718)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:717)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
LevelX: Fixed.
LoneFox
Programmer
 
Posts: 71
Joined: 08 Mar 2009, 13:43
Has thanked: 0 time
Been thanked: 7 times

Re: Bug Reports xmage 1.4.3

Postby Mainiack11 » 01 Sep 2015, 05:12

Life loss (in this example from Oloro, Ageless Ascetic's "whenever you gain life" ability) can be redirected to planeswalkers (Ugin, the Spirit Dragon in this case) which should not be able to happen.

LevelX: Fixed beyond 1.4.3v3
Mainiack11
 
Posts: 28
Joined: 12 Aug 2014, 05:01
Has thanked: 2 times
Been thanked: 1 time

Re: Bug Reports xmage 1.4.3

Postby Laqutis » 01 Sep 2015, 23:38

Murderous Cut is capable of targeting Emrakul, the Aeons Torn. It fizzles but technically it should not be target-able in the first place for correctness.

LevelX: Fixed beyond 1.4.3v3
Laqutis
 
Posts: 63
Joined: 08 Feb 2015, 05:07
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports xmage 1.4.3

Postby The0retico » 02 Sep 2015, 00:28

Shortcut focus stays in the last window.
So if I play two games and switch to another window and use a shortcut (e.g. F4), the priority is passed in previous window,not the currently visible one unlessI click in the window first.
The0retico
 
Posts: 83
Joined: 04 Mar 2014, 21:29
Has thanked: 11 times
Been thanked: 17 times

Re: Bug Reports xmage 1.4.3

Postby BenjaMean85 » 02 Sep 2015, 14:16

Doctor Weird wrote:
BenjaMean85 wrote:Windbrisk Heights didn´t let me play a Ghost Quarter i exiled with it, which should be possible as far as i understand.
Had you already played a land that turn? If so, that's the problem, since the ability doesn't give you any extra land plays when activated. You can only play a land from it if you haven't played your land for that turn yet.
Yeah i made sure i hadn´t played a land before. Tried it a couple of times now, always the same result.

LevelX: Fixed beyond 1.4.3v3
BenjaMean85
 
Posts: 19
Joined: 18 Jul 2015, 10:34
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports xmage 1.4.3

Postby fireshoes » 02 Sep 2015, 22:39

I added the SDCC black promos for the next update. There were also some Khans block promos added to MagicCards.info, so I added them too. Because of them adding the Khans promos and not the Relic Seeker buy-a-box promo, I had to change Relic Seeker's card number, so you might need to delete ../images/MBP after the next update and then download images again in the client.
User avatar
fireshoes
 
Posts: 536
Joined: 20 Aug 2014, 03:51
Has thanked: 201 times
Been thanked: 49 times

Re: Bug Reports xmage 1.4.3

Postby reverendvile » 03 Sep 2015, 20:36

I was playing a combo in EDH with Mishra, Artificer Prodigy involving casting an artifact with a Possibility Storm out, putting his trigger on the stack first, then the Storm trigger to get a free artifact and the one I cast. I cast Duplicant, put Mishra trigger first, then Possibility Storm. I got my artifact off Storm, then search my library for the Duplicant and put it into play. When it comes into play however, the Duplicant appears as a face down 2/4 named Duplicant with no abilities and I get no trigger this way. Not sure if this does the same thing with other cards, I will test it out.

EDIT: I have tested it, Mishra puts cards grabbed from the library into play face down.

LevelX: Fixed beyond 1.4.3v3
reverendvile
 
Posts: 14
Joined: 03 Sep 2015, 20:26
Has thanked: 1 time
Been thanked: 2 times

Re: Bug Reports xmage 1.4.3

Postby Eretoryi » 04 Sep 2015, 18:24

Hello there,

I keep getting a bug where I have a trigger window so large that I cannot even see my triggers to put them in order. I can resize the width of the window but not the height.

This issue has been occurring when I have a large number of triggers that go on the stack simultaneously and must choose their order. My typical scenario involves many Bridge from Below triggers.

Thanks for all your work on this great program!

huge trigger window bug.jpeg


LevelX: No solution yet. Not able to reproduce this yet.
https://github.com/magefree/mage/issues/1237
Eretoryi
 
Posts: 3
Joined: 04 Sep 2015, 18:00
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports xmage 1.4.3

Postby scmurray15 » 19 Sep 2015, 16:57

I have 3 bugs to report.

Regular Sunken Hollow is not mapped correctly. If you put it in your deck in Deck Builder, it is a Spawning Bed when you play the deck.

Brutal Expulsion does not return spells to hand when that option is selected.

Horribly Awry is supposed to be a creature with CMC 4 or less, but it current allows you to target any spell of 4 or less.
scmurray15
 
Posts: 23
Joined: 11 Jan 2015, 16:01
Has thanked: 4 times
Been thanked: 0 time

Previous

Return to XMage

Who is online

Users browsing this forum: No registered users and 151 guests


Who is online

In total there are 151 users online :: 0 registered, 0 hidden and 151 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 151 guests

Login Form