Page 3 of 13

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 25 Aug 2018, 08:54
by Heris
Anomen wrote:hello,

this image download Bug fixed ?
hi, not yet. It will be fixed with the next XMage version but i don't know when it will be released.

https://github.com/magefree/mage/wiki/F ... leased-yet

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 25 Aug 2018, 15:03
by BlackWyvern
Varchild, Betrayer of Kjeldor is giving the attacking player tokens instead of the defending player.

Code: Select all
Game exception occurred: java.lang.NullPointerException
Server version: 1.4.31V1
mage.player.ai.ComputerPlayer7.calculateActions(ComputerPlayer7.java:115)
mage.player.ai.ComputerPlayer7.priorityPlay(ComputerPlayer7.java:76)
mage.player.ai.ComputerPlayer7.priority(ComputerPlayer7.java:37)
mage.game.GameImpl.playPriority(GameImpl.java:1327)
mage.game.turn.Step.priority(Step.java:61)
mage.game.turn.Phase.playStep(Phase.java:184)
mage.game.turn.Phase.play(Phase.java:89)
mage.game.turn.Turn.play(Turn.java:127)
mage.game.GameImpl.playTurn(GameImpl.java:856)
mage.game.GameImpl.play(GameImpl.java:765)
mage.game.GameImpl.start(GameImpl.java:729)
mage.server.game.GameWorker.call(GameWorker.java:34)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
Enemy AI attacked another AI with Atarka, World Render, and Balefire Dragon

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 25 Aug 2018, 17:19
by Miryafa
A few bugs have popped up for me:

1. When I try to update from 1.4.31V0 to 1.4.31V1, instead I get this message:

New version of XMage available
Reading config from http://xmage.de/xmage/config.json
XMage version installed: 1.4.31V0 (2018-08-15)
XMage version available: 1.4.31V1 (2018-08-25)
New version of XMage available
Downloading XMage from https://github.com/magefree/mage/releas ... 4.31V1.zip
Failed to download XMage from https://github.com/magefree/mage/releas ... 4.31V1.zip
Downloading XMage from http://xmage.de/files/xmage_1.4.31V1.zip
Java version installed: 1.8.0_181
Java version available: 1.8.0_181
XMage version installed: 1.4.31V0 (2018-08-15)
XMage version available: 1.4.31V1 (2018-08-25)
New version of XMage available
2. When I launch the client after this, I can't load any saved decks anymore. Or launch a server.

3. (On the previous version) In multiple games, when a player started their turn at 1 life, they lost the game. I was playing limited - limited commander against AIs when this happened.

My game-logs folder is empty

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 25 Aug 2018, 19:51
by copperfield
I got this error with Bruna, Light of Alabaster and could not use her ability
bruna exception.png

error log | Open
Code: Select all
Game exception occurred: java.lang.NullPointerException
Server version: 1.4.31V1
mage.filter.predicate.other.AuraPermanentCanAttachToPermanentId.apply(AuraPermanentCanAttachToPermanentId.java:29)
mage.filter.predicate.other.AuraPermanentCanAttachToPermanentId.apply(AuraPermanentCanAttachToPermanentId.java:17)
mage.filter.predicate.Predicates$AndPredicate.lambda$apply$0(Predicates.java:145)
java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1359)
java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
java.util.stream.ReferencePipeline.allMatch(ReferencePipeline.java:454)
mage.filter.predicate.Predicates$AndPredicate.apply(Predicates.java:145)
mage.filter.FilterImpl.match(FilterImpl.java:38)
mage.game.permanent.Battlefield.lambda$getAllActivePermanents$9(Battlefield.java:247)
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
java.util.Iterator.forEachRemaining(Iterator.java:116)
java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
mage.game.permanent.Battlefield.getAllActivePermanents(Battlefield.java:248)
mage.cards.b.BrunaLightOfAlabasterEffect.apply(BrunaLightOfAlabaster.java:103)
mage.abilities.AbilityImpl.resolveMode(AbilityImpl.java:173)
mage.abilities.AbilityImpl.resolve(AbilityImpl.java:160)
mage.abilities.TriggeredAbilityImpl.resolve(TriggeredAbilityImpl.java:76)
mage.game.stack.StackAbility.resolve(StackAbility.java:77)
mage.game.GameImpl.resolve(GameImpl.java:1398)
mage.game.GameImpl.playPriority(GameImpl.java:1348)
mage.game.turn.Step.priority(Step.java:61)
mage.game.turn.Phase.playStep(Phase.java:184)
mage.game.turn.Phase.play(Phase.java:89)
mage.game.turn.Turn.play(Turn.java:127)
mage.game.GameImpl.playTurn(GameImpl.java:856)
mage.game.GameImpl.play(GameImpl.java:765)
mage.game.GameImpl.start(GameImpl.java:729)
mage.server.game.GameWorker.call(GameWorker.java:34)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
at the moment I have an Eel Umbra attach to a Reclamation Sage, a Bear Umbra in my hand, and 2 lands (Simic Growth Chamber and Tranquil Expanse) with a Mask from Estrid, the Masked

In the previous version (1.4.31V0) I could use her normally, or maybe it was because she was my only creature in the battlefield...
(either case while testing the precon deck against the computer)

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 26 Aug 2018, 02:04
by Tris13
I finally succeeded in updating to the newest version of xmage after some struggle, but now when i select start server and client, this error message pops up. Help?

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 27 Aug 2018, 11:41
by MalcolmS
when a token with a temporary stats-boost is being copied it should still only copy the base power/toughness, not also the stat-boost

Detection Tower Activated Ability

PostPosted: 27 Aug 2018, 22:55
by latios663
Detection Tower's 1T ability seems to be buggy when it interacts with Leyline of Sanctity. I was not able to target my opponent while they had the Leyline, even though I had activated Detection Tower's ability. I'm not sure what else to put here, so if you need more information, please ask for clarification. Thank you!

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 28 Aug 2018, 09:11
by Patstrick
Rowan Kenrith's Emblem triggers but does not copy activated abilities. Tested in two different games of commander.

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 28 Aug 2018, 16:59
by Heris
My opponent used the ability of Isareth the Awakener to return a Vine Mare from the graveyard to the battlefield. The Vine Mare should enter the battlefield with a corpse counter on it but no counter was placed on it.

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 28 Aug 2018, 17:30
by chataolauj
Doesn't matter on whatever Wi-Fi I'm connected to, I can't connect to any of the servers. When 1.4.31 was released, I was prompted to update and couldn't update for some reason, so I just deleted everything and re-downloaded XMage. Ever since then, I can't connect to any servers. Any ideas?

The error I get is "unable to perform invocation; nested exception is: java. net.SocketException: Connection reset".

Note: there's a space between "java." and "net.Socketexception" in my post because I couldn't post without having a space there since it's considered spam.

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 28 Aug 2018, 19:44
by MalcolmS
Windgrace's judgment should destroy every targeted card, not just the first one.

Gamelog:
21:41: MalcolmS casts Windgrace's Judgment [62b] targeting No Mercy [a1a] Mind's Dilation [54b] Mana Crypt [a6d]
21:41: No Mercy [a1a] was destroyed
21:41: MalcolmS puts Windgrace's Judgment [62b] from stack into their graveyard

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 29 Aug 2018, 01:19
by copperfield
I can't use the Commander ninjutsu of Yuriko when I have other ninjas or playables instants in my hand

Estrids mask aura on sol ring make Ajanis Chosen trigger gli

PostPosted: 29 Aug 2018, 20:49
by azis2019
Playing against the computer... Estrid, and Ajani's Chosen on battlefield. When using estrid's -1 ability to create mask enchantment aura placed on anything, the aura will resolve on permanent just fine. However when ajani's token trigger goes to resolve, this error shows up. Seems that the error happens only with Estrids mask auras. Ajani's token trigger resolved just fine casting enchantments from my hand...

Unfortunately, i cant post the text of the error because apparently it makes my post "look to spammy for a new user"... i included it in the screen shot.

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 30 Aug 2018, 18:43
by Heris
When i cast Adventurous Impulse XMages forces me to reveal a creature or land card and put it in my hand but as the card says that "You may reveal ..." XMage should ask me if i want to reveal the card first.
This happened in a match against a human opponent and also against the AI.

Re: Bug Reports XMage 1.4.31 SOFTWARE

PostPosted: 31 Aug 2018, 04:15
by PaperKitty
Still having problems with Yuriko, the Tiger's Shadow post update.
Worked fine yesterday, but today, went to use Ninjutsu from Command Zone and Clicked Yuriko. Xmage asked to pay UB, but after I clicked Island and Sunken Hollow, lands immediately untapped, and Yuriko did not go to stack.
Tried tapping lands first to add to mana pool, same issue (mana returned to pool after clicking second mana).

Really looking forward to playing with Yuriko, hoping to have this fixed soon.