Page 133 of 487

Re: Bug Reports (snapshot builds)

PostPosted: 25 May 2013, 20:23
by Max mtg
RedDeckWins wrote:There is definitely something up with bottomless vault.

The keep tapped popup doesn't block the game from going into the upkeep phase. This seems like bad behavior.
Could reproduce a deadlock on opponent's end of turn - so I removed lockUI from pass priority in 21678, now it seems to behave correctly.

Re: Bug Reports (snapshot builds)

PostPosted: 25 May 2013, 22:46
by lsdmaster
Spitting Slug (from The Dark) rules text is repeated twice.

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 05:15
by BaloErets
Got two crash reports pop up during AI's upkeep;

Description: [describe what you were doing when the crash occurred]

RuntimeException | Open
Code: Select all
Forge Version:    1.3.17-SNAPSHOT-r21633
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.RuntimeException: ComputerUtil : payManaCost() cost was not paid for Feral Hydra. Didn't find what to pay for 1
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:178)
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:55)
   at forge.card.cost.CostPartMana.payAI(CostPartMana.java:160)
   at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:190)
   at forge.game.ai.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:119)
   at forge.game.ai.AiController.playSpellAbilities(AiController.java:899)
   at forge.game.ai.AiController.onPriorityRecieved(AiController.java:847)
   at forge.game.ai.AiInputCommon$1.run(AiInputCommon.java:73)
   at forge.control.input.InputQueue$1.run(InputQueue.java:222)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Description: [describe what you were doing when the crash occurred]

RuntimeException | Open
Code: Select all
Forge Version:    1.3.17-SNAPSHOT-r21633
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.RuntimeException: ComputerUtil : payManaCost() cost was not paid for Feral Hydra. Didn't find what to pay for 1
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:178)
   at forge.game.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:55)
   at forge.card.cost.CostPartMana.payAI(CostPartMana.java:160)
   at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:190)
   at forge.game.ai.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:119)
   at forge.game.ai.AiController.playSpellAbilities(AiController.java:899)
   at forge.game.ai.AiController.onPriorityRecieved(AiController.java:847)
   at forge.game.ai.AiInputCommon$1.run(AiInputCommon.java:73)
   at forge.control.input.InputQueue$1.run(InputQueue.java:222)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Game stayed stuck during "waiting for action"

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 15:10
by Agetian
r21702: I got a strange purplish border around the bottom left button panel during the match that definitely wasn't there in the morning SVN builds (not sure about the number of the build it did not happen in, but probably around r21681). :\

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 15:18
by Agetian
r21702: Got this crash:

Description: Tried to cast Aven Flock from hand.

RuntimeException | Open
Code: Select all
Forge Version:    1.3.17-SNAPSHOT-r21702
Operating System: Linux 3.7.0-7-generic amd64
Java Version:     1.7.0_21 Oracle Corporation

java.lang.RuntimeException: Inputs adding/removal into stack is imbalanced! Check your code again!
   at forge.control.input.InputQueue.removeInput(InputQueue.java:115)
   at forge.control.input.InputSyncronizedBase$1.run(InputSyncronizedBase.java:35)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:722)

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 15:23
by Agetian
r21702: Activating Whipgrass Entangler adds a purple border around the card that can't attack or block which does not go away when the ability goes away.

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 16:13
by RedDeckWins
Generate mana dev button is throwing an exception.

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 17:00
by Max mtg
deleted

Re: Bug Reports (snapshot builds)

PostPosted: 26 May 2013, 18:39
by Bundy
Description: I have Winter Orb in play and pick a land to untap, then i get this error. I untapped lands before in the same match without any problems ...

ArrayIndexOutOfBoundsException | Open
Code: Select all
Forge Version:    1.3.17-SNAPSHOT-r21659
Operating System: Windows 8 6.2 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.ArrayList.fastRemove(Unknown Source)
   at java.util.ArrayList.remove(Unknown Source)
   at forge.Card.removeSpellAbility(Card.java:2534)
   at forge.game.GameActionUtil.grantBasicLandsManaAbilities(GameActionUtil.java:684)
   at forge.game.GameAction.checkStaticAbilities(GameAction.java:897)
   at forge.card.trigger.TriggerHandler.runWaitingTriggers(TriggerHandler.java:180)
   at forge.game.zone.MagicStack.unfreezeStack(MagicStack.java:207)
   at forge.game.phase.PhaseHandler.handleBeginPhase(PhaseHandler.java:410)
   at forge.gui.InputProxy$1.run(InputProxy.java:67)
   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: 26 May 2013, 19:22
by Max mtg
@BaloErets, everything is fixed.
@Agetian, mig layout debug frames switched off, purple border cleand up, Aven Flock can't reproduce.
@RedDeckWins, fixed in 21704
@Bundy, can't reproduce. Today's daily differs a lot from current SVN version in part of phase handling.

Re: Bug Reports (snapshot builds)

PostPosted: 27 May 2013, 04:16
by Agetian
@ Max Mtg: The Aven Flock bug definitely isn't just related to Aven Flock, I got the same exception casting several other cards already (in that same mentioned build), but I'll try updating to the very latest SVN shortly and will see if it's still an issue or not. If it is, I'll see if I can deduce a pattern behind it.

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 27 May 2013, 05:50
by swordshine
r21719, I cannot cast a card under AI's control in dev mode.

Re: Bug Reports (snapshot builds)

PostPosted: 27 May 2013, 11:56
by Agetian
r21734: Got these two exceptions related to threading in succession when trying to cast Scathe Zombies (don't think it's related to the card as such, it's likely to be something else):

RuntimeException | Open
Code: Select all
Forge Version:    1.3.17-SNAPSHOT-r21734
Operating System: Linux 3.7.0-7-generic amd64
Java Version:     1.7.0_21 Oracle Corporation

java.lang.RuntimeException: Trying to unlock input which is not locked! Do check when your threads terminate!
   at forge.control.input.InputQueue.unlock(InputQueue.java:183)
   at forge.control.input.InputQueue$1.run(InputQueue.java:203)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:722)
RuntimeException | Open
Code: Select all
Forge Version:    1.3.17-SNAPSHOT-r21734
Operating System: Linux 3.7.0-7-generic amd64
Java Version:     1.7.0_21 Oracle Corporation

java.lang.RuntimeException: Inputs adding/removal into stack is imbalanced! Check your code again!
   at forge.control.input.InputQueue.removeInput(InputQueue.java:92)
   at forge.control.input.InputSyncronizedBase$1.run(InputSyncronizedBase.java:36)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:722)
After these two exceptions, the game hanged so good that I had to forcibly turn it off by killing the java process.

- Agetian

Re: Bug Reports (snapshot builds)

PostPosted: 27 May 2013, 13:31
by lsdmaster
On AI upkeep, I activated Nettling Imp ability, forcing AI to attack with a creature, then Nettling Imp's ability triggered on my turn, destroying AI controlled creature.

P.S.: this version (may 27) seems bugged. I'm getting random crashes: game goes on, or it hangs without a reason.

Re: Bug Reports (snapshot builds)

PostPosted: 27 May 2013, 13:50
by friarsol
lsdmaster wrote:
P.S.: this version (may 27) seems bugged. I'm getting random crashes: game goes on, or it hangs without a reason.
The reason Nightlies are Nightly is because we're in the middle of adding code and making things better. Your average Nightly Build is less stable than your Release.