Page 455 of 487

Re: Bug Reports (snapshot builds)

PostPosted: 01 Aug 2018, 18:59
by stormcat
:1.6.13-SNAPSHOT-r17
I try to cast Necromancy as it has flash, but I can't.
The situation is in my turn, after I activated Survival of the Fittest,
during the ability on the stack, I had try to cast, but I couldn't.

Re: Bug Reports (snapshot builds)

PostPosted: 02 Aug 2018, 14:56
by Kiryu666
Description: [cpu stop play in sequel error appear]

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.6.13-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
   at java.util.LinkedList$ListItr.next(Unknown Source)
   at forge.util.collect.FCollection.addAll(FCollection.java:303)
   at forge.game.player.Player.getCardsIn(Player.java:1451)
   at forge.game.player.Player.getAllCards(Player.java:1495)
   at forge.ai.ComputerUtilMana.groupSourcesByManaColor(ComputerUtilMana.java:1331)
   at forge.ai.ComputerUtilMana.getSourcesForShards(ComputerUtilMana.java:579)
   at forge.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:373)
   at forge.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:92)
   at forge.ai.ComputerUtilMana.canPayManaCost(ComputerUtilMana.java:55)
   at forge.ai.ComputerUtilCost.canPayCost(ComputerUtilCost.java:508)
   at forge.ai.AiController.canPlayAndPayFor(AiController.java:636)
   at forge.ai.AiController.chooseSpellAbilityToPlayFromList(AiController.java:1364)
   at forge.ai.AiController.getSpellAbilityToPlay(AiController.java:1336)
   at forge.ai.AiController.chooseSpellAbilityToPlay(AiController.java:1206)
   at forge.ai.PlayerControllerAi.chooseSpellAbilityToPlay(PlayerControllerAi.java:446)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:951)
   at forge.game.GameAction.startGame(GameAction.java:1690)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 06:15
by Kiryu666
Description: [the game simply stops to advance and the cpu stops playing and when you put to close the match the error happens]

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.6.15-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
   at java.util.LinkedList$ListItr.next(Unknown Source)
   at com.google.common.collect.Iterators$5.computeNext(Iterators.java:638)
   at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
   at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:136)
   at forge.util.collect.FCollection.<init>(FCollection.java:90)
   at forge.game.card.CardCollection.<init>(CardCollection.java:115)
   at forge.game.card.CardLists.filter(CardLists.java:297)
   at forge.game.zone.PlayerZone.getCardsPlayerCanActivate(PlayerZone.java:124)
   at forge.game.player.Player.getCardsActivableInExternalZones(Player.java:1476)
   at forge.game.player.Player.getCardsIn(Player.java:1427)
   at forge.game.player.Player.getCardsIn(Player.java:1410)
   at forge.game.player.PlayerView.updateZone(PlayerView.java:371)
   at forge.game.player.Player.updateZoneForView(Player.java:1406)
   at forge.game.zone.PlayerZone.onChanged(PlayerZone.java:97)
   at forge.game.zone.Zone.remove(Zone.java:129)
   at forge.game.card.Card.ceaseToExist(Card.java:5737)
   at forge.game.Game.onPlayerLost(Game.java:681)
   at forge.game.GameAction.checkGameOverCondition(GameAction.java:1315)
   at forge.player.PlayerControllerHuman.concede(PlayerControllerHuman.java:2713)
   at forge.match.AbstractGuiGame.concede(AbstractGuiGame.java:232)
   at forge.screens.match.VMatchUI.onClosing(VMatchUI.java:178)
   at forge.gui.framework.FScreen.onClosing(FScreen.java:234)
   at forge.view.FNavigationBar.closeTab(FNavigationBar.java:167)
   at forge.view.FNavigationBar.access$1200(FNavigationBar.java:42)
   at forge.view.FNavigationBar$NavigationTab$CloseButton$1.mouseReleased(FNavigationBar.java:511)
   at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 20:17
by M47750N
Description: [Tried to join my friends multiplayer lobby]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.15-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_151 Oracle Corporation

java.lang.NullPointerException
   at forge.net.client.FGameClient.close(FGameClient.java:89)
   at forge.screens.home.online.VSubmenuOnlineLobby.onClosing(VSubmenuOnlineLobby.java:194)
   at forge.screens.home.online.VSubmenuOnlineLobby.reset(VSubmenuOnlineLobby.java:49)
   at forge.screens.home.online.VSubmenuOnlineLobby$2$1.run(VSubmenuOnlineLobby.java:101)
   at forge.screens.home.online.VSubmenuOnlineLobby$2.actionPerformed(VSubmenuOnlineLobby.java:105)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 21:01
by fmartel
Description: [casting Argothian Enchantress and ending turn]

NoSuchElementException | Open
Code: Select all
Forge Version:    1.6.15-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version:     1.8.0_101 Oracle Corporation

java.util.NoSuchElementException
   at java.util.HashMap$HashIterator.nextNode(Unknown Source)
   at java.util.HashMap$EntryIterator.next(Unknown Source)
   at java.util.HashMap$EntryIterator.next(Unknown Source)
   at java.util.Collections.max(Unknown Source)
   at forge.ai.ability.ChangeZoneAi.doSameNameLogic(ChangeZoneAi.java:1707)
   at forge.ai.ability.ChangeZoneAi.checkApiLogic(ChangeZoneAi.java:94)
   at forge.ai.SpellAbilityAi.canPlayWithoutRestrict(SpellAbilityAi.java:82)
   at forge.ai.SpellAbilityAi.canPlayAI(SpellAbilityAi.java:52)
   at forge.ai.SpellAbilityAi.canPlayAIWithSubs(SpellAbilityAi.java:35)
   at forge.ai.AiController.canPlaySa(AiController.java:648)
   at forge.ai.AiController.canPlayAndPayFor(AiController.java:632)
   at forge.ai.AiController.chooseSpellAbilityToPlayFromList(AiController.java:1364)
   at forge.ai.AiController.getSpellAbilityToPlay(AiController.java:1336)
   at forge.ai.AiController.chooseSpellAbilityToPlay(AiController.java:1206)
   at forge.ai.PlayerControllerAi.chooseSpellAbilityToPlay(PlayerControllerAi.java:446)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:951)
   at forge.game.GameAction.startGame(GameAction.java:1690)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 21:09
by Computica
The Monarch Emblem doesn't switch over to the person who did Combat Damage.

EDIT:
I've been playing a game in EDH using Queen Marchesa against the Locus God, it seems that it worked correctly if the creature has flying. Something is definitely bugged though as it doesn't work all the time.

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 22:05
by nihtalak
Description: Content Downloaders -> Download LQ Card Pictures

NullPointerException | Open
Code: Select all
Forge Version:    1.6.12-SNAPSHOT-r-1u
Operating System: Mac OS X 10.13.3 x86_64
Java Version:     1.8.0_151 Oracle Corporation

java.lang.NullPointerException
   at forge.download.GuiDownloadService.readyToStart(GuiDownloadService.java:130)
   at forge.download.GuiDownloadService.access$200(GuiDownloadService.java:40)
   at forge.download.GuiDownloadService$2$1.run(GuiDownloadService.java:101)
   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:80)
   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)

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 22:12
by M47750N
Description: [played a three player commander and got a random error, could still play and finish the match though]

RuntimeException | Open
Code: Select all
Forge Version:    1.6.15-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_151 Oracle Corporation

java.lang.RuntimeException: java.util.ConcurrentModificationException
   at forge.net.GameProtocolHandler$1.run(GameProtocolHandler.java:59)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
   at java.util.LinkedList$ListItr.next(Unknown Source)
   at forge.util.Lang.joinHomogenous(Lang.java:58)
   at forge.util.Lang.joinHomogenous(Lang.java:51)
   at forge.game.player.PlayerView.getPlayerCommanderInfo(PlayerView.java:140)
   at forge.game.player.PlayerView.getDetailsList(PlayerView.java:428)
   at forge.game.player.PlayerView.getDetailsHtml(PlayerView.java:446)
   at forge.screens.match.views.VField.updateDetails(VField.java:327)
   at forge.screens.match.CMatchUI$1.run(CMatchUI.java:188)
   at forge.GuiDesktop.invokeInEdtNow(GuiDesktop.java:68)
   at forge.FThreads.invokeInEdtNowOrLater(FThreads.java:30)
   at forge.screens.match.CMatchUI.setGameView(CMatchUI.java:185)
   at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at forge.net.GameProtocolHandler$1.run(GameProtocolHandler.java:55)
   ... 14 more

Re: Bug Reports (snapshot builds)

PostPosted: 04 Aug 2018, 22:39
by CptKird
Dear devs,

Animate Dead, Dance of the Dead, etc aren't working anymore!

I always update to the latest snapshot, but this hasn't been working as it should since at least two builds.

The reanimated creature is placed on the battlefield and then the enchantment loses the target(?), the creature is sacrificed(?) and both the enchantment and the creature vanish into the discard pile again. At least it looks that way.

Thanks!
All the best
Cpt. Kird

Re: Bug Reports (snapshot builds)

PostPosted: 05 Aug 2018, 00:56
by friarsol
CptKird wrote:Dear devs,

Animate Dead, Dance of the Dead, etc aren't working anymore!
We know. We haven't been able to track it down yet.

Re: Bug Reports (snapshot builds)

PostPosted: 05 Aug 2018, 01:11
by fmartel
Description: [trying to delete a commander deck]

UnsupportedOperationException | Open
Code: Select all
Forge Version:    1.6.15-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version:     1.8.0_101 Oracle Corporation

java.lang.UnsupportedOperationException: Delete not implemented for game type = Commander
   at forge.itemmanager.DeckManager.deleteDeck(DeckManager.java:335)
   at forge.itemmanager.DeckManager$DeckActionsRenderer.processMouseEvent(DeckManager.java:378)
   at forge.itemmanager.views.ItemListView$ItemTable.processMouseEvent(ItemListView.java:472)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 06 Aug 2018, 14:59
by jmaster32
cant add any decks to the game

Re: Bug Reports (snapshot builds)

PostPosted: 07 Aug 2018, 06:19
by Devilman06
forge-gui-desktop-1.6.15-SNAPSHOT-r44.tar
Celestial Mantle does not double life like it should

Re: Bug Reports (snapshot builds)

PostPosted: 07 Aug 2018, 15:04
by Kiryu666
Description: [Curse of the Pierced Heart bug???]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.15-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.lang.NullPointerException
   at forge.game.ability.AbilityUtils.getDefinedPlayers(AbilityUtils.java:996)
   at forge.game.card.CardProperty.cardHasProperty(CardProperty.java:334)
   at forge.game.card.Card.hasProperty(Card.java:4061)
   at forge.game.card.Card.isValid(Card.java:4050)
   at forge.game.GameObject.isValid(GameObject.java:27)
   at forge.game.card.CardPredicates$18.apply(CardPredicates.java:205)
   at forge.game.card.CardPredicates$18.apply(CardPredicates.java:202)
   at com.google.common.collect.Iterators$5.computeNext(Iterators.java:639)
   at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
   at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:136)
   at forge.util.collect.FCollection.<init>(FCollection.java:90)
   at forge.game.card.CardCollection.<init>(CardCollection.java:115)
   at forge.game.card.CardLists.filter(CardLists.java:297)
   at forge.game.card.CardLists.getValidCards(CardLists.java:220)
   at forge.game.ability.effects.ChooseCardEffect.resolve(ChooseCardEffect.java:55)
   at forge.game.spellability.AbilitySub.resolve(AbilitySub.java:111)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1350)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1327)
   at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:187)
   at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:255)
   at forge.player.PlayerControllerHuman.playSpellAbilityNoStack(PlayerControllerHuman.java:207)
   at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:508)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1350)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1327)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:525)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1006)
   at forge.game.GameAction.startGame(GameAction.java:1690)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 07 Aug 2018, 20:53
by twosat
forge-gui-desktop-1.6.15-SNAPSHOT-r50
Thantis, the Warveaver doesn't forces creatures to attack (if able).