It is currently 19 Apr 2024, 20:15
   
Text Size

Bug Reports XMage 1.4.21 SOFTWARE

by BetaSteward

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

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby Fellipe89 » 01 Feb 2017, 16:47

Cascade dont work with split cards.

For example: Ardent Plea + Breaking/Entering

LevelX: Fixed beyond 1.4.21V1
Fellipe89
 
Posts: 2
Joined: 01 Jun 2016, 01:12
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby faanta » 01 Feb 2017, 21:22

The trample-ability granted by Overwhelming Stampede doesn't end at end of turn but remains on the creatures it affected.

LevelX: Fixed beyond 1.4.21V1

Also, when playing against the AI and Exotic Orchard is involved, the following warning is shown in the server console:
mage.abilities.mana.AnyColorLandsProduceManaEffect getManaTypes
WARNUNG: needed to identify endless loop causing cards: Exotic Orchard

The game then may or may not crash, haven't figured it out quite yet... But it becomes very slow.

Edit: Same with Fellwar Stone
faanta
 
Posts: 85
Joined: 21 Sep 2016, 08:10
Has thanked: 1 time
Been thanked: 0 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby tuberov » 02 Feb 2017, 00:19

The -2 ability on Tezzeret the Schemer is currently acting in a dynamic manner (meaning it's looking at how many artifacts I control on the battlefield at all times and is changing the value of X as the number of artifacts I control changes throughout the turn) rather than determining the value for X on resolution only. It should be the latter.

LevelX: Fixed beyond 1.4.21V1
tuberov
 
Posts: 59
Joined: 09 Apr 2015, 21:09
Has thanked: 1 time
Been thanked: 1 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby Desdomen » 02 Feb 2017, 03:05

Vesuvan Shapeshifter -- Abilities does not work when turned face up.

Situation: Turn Vesuvan Shapeshifter face-up, copying Brine Elemental.

Expected Result: Vesuvan Shapeshifter copies Brine Elemental's ability "Each opponent skips his or her next untap step."

Actual Result: Vesuvan Shapeshifter copies the creature but does not copy the turn face-up abilities.
Desdomen
 
Posts: 22
Joined: 06 Mar 2016, 18:10
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby crowned » 02 Feb 2017, 14:03

Card: Death Rattle

Bug: Destroys even green creatures.

Unfortunately I can't post screenshots as a new user.

LevelX: Fixed beyond 1.4.21V1
crowned
 
Posts: 1
Joined: 02 Feb 2017, 13:58
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby SixtensPappa448 » 02 Feb 2017, 15:44

I had three Reckless Fireweaver out on the board, and they were targeted with Declaration in Stone

I got my three clues, but they also did the artifact ETB damage even though they shouldn't as they're off the board before the clues are created

LevelX: Fixed beyond 1.4.21V1
SixtensPappa448
 
Posts: 5
Joined: 16 Jan 2017, 04:08
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby faanta » 02 Feb 2017, 20:45

Situation: I attacked an opponent with some creatures with True Conviction in play. There were multiple "deals combat damage to a player"-triggers (Edric, Spymaster of Trest, Daxos of Meletis et al), then the opponent lost the game during the first strike combat damage-step . In the second combat damage step the triggers went on the stack again, although there was no player being dealt damage (multiplayer game, so the game wasn't over yet).
I don't think these abilities should trigger again here.

LevelX: Fixed beyond 1.4.21V1
faanta
 
Posts: 85
Joined: 21 Sep 2016, 08:10
Has thanked: 1 time
Been thanked: 0 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby Desdomen » 03 Feb 2017, 00:18

Earthcraft does not allow you to untap opponents lands.

LevelX: Fixed beyond 1.4.21V1
Desdomen
 
Posts: 22
Joined: 06 Mar 2016, 18:10
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby BlackWyvern » 03 Feb 2017, 08:40

I considered whether or not to actually post this one. How to kill a locally-hosted server in seven easy steps..

Setup:
Hellkite Charger x1
Utvara Hellkite x1
Kiki-Jiki, Mirror Breaker x1
Primal Vigor x1
Doubling Season x1

1. Generate ~50 Dragon tokens with Utvara over the course of the game. (This was done with vs opponent with a Glacial Chasm and Solitary Confinement + Eon Hub deck) [It was a boring game..]
2. Attack with the ~50 Dragon tokens and the Charger
3. Pay the 5{2R} for a second attack phase
4. Use Kiki-Jiki to make four additional tokens of Utvara
5. Attack with your now ~250 Dragons, assigning the creation of ~1250 more dragon tokens onto the stack at once.
6. ????
7.
Code: Select all
FATAL [2017-02-03 01:01 [18:963]] GameWorker[GAME 1442f9e0-cc6f-4907-9abf-a2e4100c250f]: GameWorker general error [1442f9e0-cc6f-4907-9abf-a2e4100c250f] java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.toArray(ArrayList.java:376)
   at java.util.ArrayList.addAll(ArrayList.java:577)
   at mage.MageObjectImpl.<init>(MageObjectImpl.java:94)
   at mage.cards.CardImpl.<init>(CardImpl.java:143)
   at mage.game.permanent.PermanentImpl.<init>(PermanentImpl.java:142)
   at mage.game.permanent.PermanentToken.<init>(PermanentToken.java:57)
   at mage.game.permanent.PermanentToken.copy(PermanentToken.java:107)
   at mage.game.permanent.PermanentToken.copy(PermanentToken.java:41)
   at mage.game.permanent.Battlefield.<init>(Battlefield.java:58)
   at mage.game.permanent.Battlefield.copy(Battlefield.java:63)
   at mage.game.GameState.<init>(GameState.java:177)
   at mage.game.GameState.copy(GameState.java:256)
   at mage.game.GameStates.save(GameStates.java:54)
   at mage.game.GameImpl.saveState(GameImpl.java:578)
   at mage.game.GameImpl.bookmarkState(GameImpl.java:661)
   at mage.players.PlayerImpl.triggerAbility(PlayerImpl.java:1197)
   at mage.game.GameImpl.checkTriggered(GameImpl.java:1653)
   at mage.game.GameImpl.checkStateAndTriggered(GameImpl.java:1607)
   at mage.game.GameImpl.playPriority(GameImpl.java:1301)
   at mage.game.turn.Step.priority(Step.java:87)
   at mage.game.turn.Phase.playStep(Phase.java:210)
   at mage.game.turn.Phase.play(Phase.java:115)
   at mage.game.turn.Turn.playExtraPhases(Turn.java:256)
   at mage.game.turn.Turn.play(Turn.java:161)
   at mage.game.GameImpl.playTurn(GameImpl.java:861)
   at mage.game.GameImpl.play(GameImpl.java:770)
   at mage.game.GameImpl.start(GameImpl.java:734)
   at mage.server.game.GameWorker.call(GameWorker.java:60)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
Lesson of the Day: 250 dragons are probably more than enough.
BlackWyvern
 
Posts: 75
Joined: 14 Dec 2016, 17:31
Has thanked: 0 time
Been thanked: 5 times

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby croikle » 04 Feb 2017, 21:26

I had a disconnection result in a broken state. Nothing loaded on the battlefield when I reconnected, and when I quit the client and reconnected I wasn't returned to the game. The game was still running, but I wasn't a participant.

Code: Select all
INFO  2017-02-04 15:19:03,838 connection to server lost - Could not connect to server!                                   =>[Thread-24574] SessionImpl$ClientConnectionListener.handleConnectionException
java.lang.Exception: Could not connect to server!
   at org.jboss.remoting.Client.notifyListeners(Client.java:1886)
   at org.jboss.remoting.LeasePinger.stopPing(LeasePinger.java:134)
   at org.jboss.remoting.MicroRemoteClientInvoker.terminateLease(MicroRemoteClientInvoker.java:434)
   at org.jboss.remoting.ConnectionValidator$WaitOnConnectionCheckTimerTask.run(ConnectionValidator.java:1108)
   at java.util.TimerThread.mainLoop(Timer.java:555)
   at java.util.TimerThread.run(Timer.java:505)
INFO  2017-02-04 15:19:03,839 RECONNECT - Connected: true                                                                =>[Thread-24574] SessionImpl.reconnect
INFO  2017-02-04 15:19:03,839 DISCONNECTED (NO Event Dispatch Thread)                                                    =>[Thread-24574] MageFrame.disconnected
INFO  2017-02-04 15:19:10,250 DISCONNECT (still connected)                                                               =>[AWT-EventQueue-0] SessionImpl.disconnect
INFO  2017-02-04 15:19:10,284 Disconnected ...                                                                           =>[AWT-EventQueue-0] SessionImpl.disconnect
INFO  2017-02-04 15:19:10,285 DISCONNECTED (Event Dispatch Thread)                                                       =>[AWT-EventQueue-0] MageFrame.disconnected
FATAL 2017-02-04 15:19:10,295 MAGE Client UI error                                                                       =>[AWT-EventQueue-0] EDTExceptionHandler.handle
java.lang.NullPointerException
   at mage.client.MageFrame.lambda$disconnected$18(MageFrame.java:1337)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
INFO  2017-02-04 15:19:15,506 Trying to connect to XMAGE server at xmage.woogerworks.com:17171                           =>[SwingWorker-pool-14-thread-10] SessionImpl$5.run
INFO  2017-02-04 15:19:16,346 Connected to MAGE server at xmage.woogerworks.com:17171                                    =>[SwingWorker-pool-14-thread-10] SessionImpl$5.run
INFO  2017-02-04 15:19:16,346 Trying to log-in as croikle to XMAGE server at xmage.woogerworks.com:17171                 =>[SwingWorker-pool-14-thread-10] SessionImpl$4.run
FATAL 2017-02-04 15:19:16,561 Unable to connect to server -                                                              =>[SwingWorker-pool-14-thread-10] SessionImpl.handleRemotingTaskExceptions
java.lang.NullPointerException
INFO  2017-02-04 15:19:16,561 DISCONNECT (still connected)                                                               =>[SwingWorker-pool-14-thread-10] SessionImpl.disconnect
INFO  2017-02-04 15:19:16,670 Disconnected ...                                                                           =>[SwingWorker-pool-14-thread-10] SessionImpl.disconnect
INFO  2017-02-04 15:19:16,670 DISCONNECTED (NO Event Dispatch Thread)                                                    =>[SwingWorker-pool-14-thread-10] MageFrame.disconnected
INFO  2017-02-04 15:19:29,285 Tournament df36c85d-aa70-4424-84df-6103aeacb51b started for player 5d65fa0f-fb59-4526-99e5-e5449b729058 =>[AWT-EventQueue-0] CallbackClientImpl.tournamentStarted
FATAL 2017-02-04 15:19:29,493 Client error
                                                                              =>[AWT-EventQueue-0] CallbackClientImpl.handleException
java.lang.NullPointerException
   at mage.client.game.GamePanel.cleanUp(GamePanel.java:306)
   at mage.client.game.GamePane.cleanUp(GamePane.java:67)
   at mage.client.game.GamePane.removeGame(GamePane.java:79)
   at mage.client.game.GamePanel.removeGame(GamePanel.java:570)
   at mage.client.game.GamePanel.showGame(GamePanel.java:502)
   at mage.client.game.GamePane.showGame(GamePane.java:63)
   at mage.client.MageFrame.showGame(MageFrame.java:661)
   at mage.client.remote.CallbackClientImpl.gameStarted(CallbackClientImpl.java:441)
   at mage.client.remote.CallbackClientImpl.lambda$processCallback$0(CallbackClientImpl.java:89)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at mage.client.dialog.MageDialog.startModal(MageDialog.java:134)
   at mage.client.dialog.MageDialog.show(MageDialog.java:82)
   at java.awt.Component.show(Component.java:1671)
   at java.awt.Component.setVisible(Component.java:1623)
   at javax.swing.JComponent.setVisible(JComponent.java:2644)
   at mage.client.dialog.MageDialog.setVisible(MageDialog.java:88)
   at mage.client.dialog.ConnectDialog.showDialog(ConnectDialog.java:123)
   at mage.client.MageFrame.btnConnectActionPerformed(MageFrame.java:978)
   at mage.client.MageFrame.lambda$initComponents$6(MageFrame.java:872)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
   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.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
   at java.awt.Component.processMouseEvent(Component.java:6533)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
   at java.awt.Component.processEvent(Component.java:6298)
   at java.awt.Container.processEvent(Container.java:2236)
   at java.awt.Component.dispatchEventImpl(Component.java:4889)
   at java.awt.Container.dispatchEventImpl(Container.java:2294)
   at java.awt.Component.dispatchEvent(Component.java:4711)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
   at java.awt.Container.dispatchEventImpl(Container.java:2280)
   at java.awt.Window.dispatchEventImpl(Window.java:2746)
   at java.awt.Component.dispatchEvent(Component.java:4711)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.awt.EventQueue$4.run(EventQueue.java:731)
   at java.awt.EventQueue$4.run(EventQueue.java:729)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
WARN  2017-02-04 15:19:29,498 message out of sequence - ignoringMessageId = 12 method = gameInform                       =>[AWT-EventQueue-0] CallbackClientImpl.lambda$processCallback$0
FATAL 2017-02-04 15:19:29,524 Client error
                                                                              =>[AWT-EventQueue-0] CallbackClientImpl.handleException
java.lang.NullPointerException
   at mage.client.game.GamePanel.cleanUp(GamePanel.java:306)
   at mage.client.game.GamePane.cleanUp(GamePane.java:67)
   at mage.client.game.GamePane.removeGame(GamePane.java:79)
   at mage.client.MageFrame.hideGames(MageFrame.java:1079)
   at mage.client.MageFrame.lambda$disconnected$18(MageFrame.java:1333)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at mage.client.dialog.MageDialog.startModal(MageDialog.java:134)
   at mage.client.dialog.MageDialog.show(MageDialog.java:82)
   at java.awt.Component.show(Component.java:1671)
   at java.awt.Component.setVisible(Component.java:1623)
   at javax.swing.JComponent.setVisible(JComponent.java:2644)
   at mage.client.dialog.MageDialog.setVisible(MageDialog.java:88)
   at mage.client.dialog.UserRequestDialog.showDialog(UserRequestDialog.java:109)
   at mage.client.MageFrame.showUserRequestDialog(MageFrame.java:1138)
   at mage.client.MageFrame.showError(MageFrame.java:1358)
   at mage.client.remote.CallbackClientImpl.handleException(CallbackClientImpl.java:513)
   at mage.client.remote.CallbackClientImpl.gameStarted(CallbackClientImpl.java:444)
   at mage.client.remote.CallbackClientImpl.lambda$processCallback$0(CallbackClientImpl.java:89)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at mage.client.dialog.MageDialog.startModal(MageDialog.java:134)
   at mage.client.dialog.MageDialog.show(MageDialog.java:82)
   at java.awt.Component.show(Component.java:1671)
   at java.awt.Component.setVisible(Component.java:1623)
   at javax.swing.JComponent.setVisible(JComponent.java:2644)
   at mage.client.dialog.MageDialog.setVisible(MageDialog.java:88)
   at mage.client.dialog.ConnectDialog.showDialog(ConnectDialog.java:123)
   at mage.client.MageFrame.btnConnectActionPerformed(MageFrame.java:978)
   at mage.client.MageFrame.lambda$initComponents$6(MageFrame.java:872)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
   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.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
   at java.awt.Component.processMouseEvent(Component.java:6533)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
   at java.awt.Component.processEvent(Component.java:6298)
   at java.awt.Container.processEvent(Container.java:2236)
   at java.awt.Component.dispatchEventImpl(Component.java:4889)
   at java.awt.Container.dispatchEventImpl(Container.java:2294)
   at java.awt.Component.dispatchEvent(Component.java:4711)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
   at java.awt.Container.dispatchEventImpl(Container.java:2280)
   at java.awt.Window.dispatchEventImpl(Window.java:2746)
   at java.awt.Component.dispatchEvent(Component.java:4711)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.awt.EventQueue$4.run(EventQueue.java:731)
   at java.awt.EventQueue$4.run(EventQueue.java:729)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
croikle
 
Posts: 33
Joined: 30 May 2015, 05:32
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby dolphin99it » 04 Feb 2017, 22:26

I know it's been asked before but I still have the problem, not sure it has been addressed already.

I can see Wastes pictures in the deck editor but not when the card is in play, any version of them. I've tried renaming them in Wastes1.full.jpg (etc), Wastes.#card.full.jpg but nothing seems to work.

Thank you for your help! Keep up the great work!
Luca

LevelX: Fixed beyond 1.4.21V1
dolphin99it
 
Posts: 3
Joined: 24 Jan 2016, 08:47
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby DiMiaN » 05 Feb 2017, 18:04

Not a big deal but chat on main lobby can lag sometimes. Own messages doesn't show up for example.
DiMiaN
 
Posts: 35
Joined: 24 Sep 2015, 08:27
Has thanked: 4 times
Been thanked: 4 times

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby cheddarsuave » 05 Feb 2017, 23:41

Merrow Commerce doesn't count as a Merfolk for the purposes of Silvergill Douser. In the attached screenshot, Lys Alana Huntmaster should be 0/3. This is probably a larger problem with tribal cards not really counting as their type.

Merrow Comerce.png


LevelX: Fixed beyond 1.4.21V2
cheddarsuave
 
Posts: 174
Joined: 12 Sep 2016, 00:18
Has thanked: 86 times
Been thanked: 6 times

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby SixtensPappa448 » 07 Feb 2017, 03:04

Declaration in Stone still not working correctly. I aimed at a Expedition Envoy when there were 2 on the battlefield and only 1 got exiled; next game my opponent aimed at my Geist of the Archives and it stayed on the BF

Fireshoes: The fix won't be in effect until the next update is released.
SixtensPappa448
 
Posts: 5
Joined: 16 Jan 2017, 04:08
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports XMage 1.4.21 SOFTWARE

Postby jeffwadsworth » 07 Feb 2017, 20:15

Desdomen wrote:Vesuvan Shapeshifter -- Abilities does not work when turned face up.

Situation: Turn Vesuvan Shapeshifter face-up, copying Brine Elemental.

Expected Result: Vesuvan Shapeshifter copies Brine Elemental's ability "Each opponent skips his or her next untap step."

Actual Result: Vesuvan Shapeshifter copies the creature but does not copy the turn face-up abilities.
Just some background info:

https://ar157771.wordpress.com/2011/03/ ... peshifter/
jeffwadsworth
Super Tester Elite
 
Posts: 1171
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 69 times

PreviousNext

Return to XMage

Who is online

Users browsing this forum: No registered users and 129 guests


Who is online

In total there are 129 users online :: 0 registered, 0 hidden and 129 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 129 guests

Login Form