Page 384 of 441

Re: Current Known Bugs list

PostPosted: 14 Oct 2011, 20:30
by lugaru
I'm not sure if this has been reported yet but if you go over 100 hp it starts all over again... for example if you have 98 hp and gain +10 you end up with 8hp.

I'm sure you are wondering "wait... how did you go over 100 hp!?"

2 big lifelink decks against each other.

Re: Current Known Bugs list

PostPosted: 14 Oct 2011, 20:54
by Sloth
lugaru wrote:I'm not sure if this has been reported yet but if you go over 100 hp it starts all over again... for example if you have 98 hp and gain +10 you end up with 8hp.

I'm sure you are wondering "wait... how did you go over 100 hp!?"

2 big lifelink decks against each other.
Is it just the display or did you really have 8 life afterwards?

Re: Current Known Bugs list

PostPosted: 14 Oct 2011, 22:27
by jeffwadsworth
FabioFLX wrote:I use Venser, the Sojourner ability to remove/return my Batterskull and this causes some problems; sometimes the Batterskull remains outside the battlefield, and the times it comes back it loses the Living Artifact ability so it creates not the Germ to equip.
Right now, TMK, you cannot manipulate equipment like this. The "attach" stuff that Sol was working on only handles enchantment auras. Equipment will be done down the line.

Re: Current Known Bugs list

PostPosted: 14 Oct 2011, 23:35
by Bundy
Sloth wrote:Is it just the display or did you really have 8 life afterwards?
I think it's a display problem. Try making the left side of the screen bigger.
My Serra Avatar deck can get over 999.999.999 life (Serra Avatar+Basilisk Collar+Wall of Reverence+Boon Reflection). If i get too high on life i instantly lose the game, so there is a limit somewhere ...

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 06:05
by Accountancy
I have Akoum Battle-Singer and I played Adapative Automaton namind Ally, but it didn't trigger.

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 09:19
by Hellfish
Bundy wrote:
Sloth wrote:Is it just the display or did you really have 8 life afterwards?
I think it's a display problem. Try making the left side of the screen bigger.
My Serra Avatar deck can get over 999.999.999 life (Serra Avatar+Basilisk Collar+Wall of Reverence+Boon Reflection). If i get too high on life i instantly lose the game, so there is a limit somewhere ...
A player's life total is a 32 bit signed integer, which means it's maximum positive value is 2,147,483,647. (That's two billion one hundred and fortyseven million four hundred and eightythree thousand six hundred and fortyseven) If that value is exceeded it will overflow into it's sign bit (one of the 32 bits is used to determine wether or not the number is negative) causing it to be negative and you will lose at the next state effect check.

EDIT: We could convert it to a 64 bit Long Integer which would let you have 9,223,372,036,854,775,807(I'm not going to spell that out. :P ) life but that's a bit overkill, don't you agree? :mrgreen:

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 11:23
by Accountancy
Chancellor of the Tangle is a 5/7 for some reason

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 13:08
by friarsol
Accountancy wrote:Chancellor of the Tangle is a 5/7 for some reason
Probably just a typo. Fixed now.

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 18:09
by Foreroes
Clone seems to have a strange behaviour, I used a copied Ajani's Pridemate with Clone to block an Ajani's pridemate controlled by AI and when my Cloned Ajani died Clone returned to my hand rather than to my graveyard, besides I wasn't able to play Clone anymore from my hand.

It doesn't work properly either with using Aether Vial to put it in play: I had only one clone in my hand but I could select two differents clones in the selection windows, then when I selected one of them It didn't enter the batlefield and again I couldn't play my clone any more from my hand

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 22:16
by gos
My opponent played Tempting Wurm, but I did not get to place any of the artifacts, creatures or lands in my hand into play (I had 2 creatures and 1 artifact).

Re: Current Known Bugs list

PostPosted: 15 Oct 2011, 22:57
by s1886x
here's an odd one. every time that Standstill triggered to sacrifice, all of both players' permanents went to the graveyard

Re: Current Known Bugs list

PostPosted: 16 Oct 2011, 03:08
by Almost_Clever
I have run into a number of problems with Phantasmal Image.
If it is in my starting hand, I only get 6 cards to start with.
Frequently when I cast it, a non-functing copy stays in my hand. Even counting the copy in my hand, occasionally I won't draw a card but my card count goes up (and I will be prompted to discard a card even if I only have 6 real cards and 1 copy of Phantasmal Image in my hand).
Computer cast Despondency on my Phantasmal Image and got this error:
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

null


Version:
Forge version 1.1.5, build ID 10799

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityFactory.AbilityFactory_Sacrifice.sacrificeResolve(AbilityFactory_Sacrifice.java:359)
   at forge.card.abilityFactory.AbilityFactory_Sacrifice$1.resolve(AbilityFactory_Sacrifice.java:42)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2045)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:141)
   at forge.card.cost.Cost_Payment.payCost(Cost_Payment.java:160)
   at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:132)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:121)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:92)
   at forge.GameAction.playSpellAbility_NoStack(GameAction.java:2166)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:989)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2045)
   at forge.MagicStack.resolveStack(MagicStack.java:831)
   at forge.Phase.passPriority(Phase.java:706)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
   at forge.GuiInput.selectButtonOK(GuiInput.java:57)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1405)
   at forge.GuiDisplay4.access$2500(GuiDisplay4.java:105)
   at forge.GuiDisplay4$33.actionPerformed(GuiDisplay4.java:1142)
   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.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)
And then one time I tried to equip a creature that was actually Phantasmal Image (idiot!) and got this error (BTW, closing the error a couple of times left the equipped Phantasmal Image on the battlefield):
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

CardFactory : getCard() invalid card name - Beast


Version:
Forge version 1.1.5, build ID 10799

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: CardFactory : getCard() invalid card name - Beast
   at forge.card.cardFactory.AbstractCardFactory.getCard2(AbstractCardFactory.java:423)
   at forge.card.cardFactory.AbstractCardFactory.getCard(AbstractCardFactory.java:369)
   at forge.card.cardFactory.AbstractCardFactory.copyCard(AbstractCardFactory.java:168)
   at forge.GameAction.changeZone(GameAction.java:100)
   at forge.GameAction.moveTo(GameAction.java:190)
   at forge.GameAction.moveToGraveyard(GameAction.java:315)
   at forge.GameAction.sacrificeDestroy(GameAction.java:995)
   at forge.GameAction.sacrifice(GameAction.java:877)
   at forge.card.abilityFactory.AbilityFactory_Sacrifice.sacrificeResolve(AbilityFactory_Sacrifice.java:360)
   at forge.card.abilityFactory.AbilityFactory_Sacrifice$1.resolve(AbilityFactory_Sacrifice.java:42)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2045)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:141)
   at forge.card.cost.Cost_Payment.payCost(Cost_Payment.java:160)
   at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:132)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:121)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:92)
   at forge.GameAction.playSpellAbility_NoStack(GameAction.java:2166)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:989)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2045)
   at forge.MagicStack.resolveStack(MagicStack.java:831)
   at forge.Phase.passPriority(Phase.java:706)
   at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:475)
   at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:417)
   at forge.gui.input.InputControl.updateInput(InputControl.java:200)
   at forge.GuiInput.update(GuiInput.java:30)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:17)
   at forge.gui.input.InputControl.resetInput(InputControl.java:106)
   at forge.Phase.passPriority(Phase.java:697)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
   at forge.GuiInput.selectButtonOK(GuiInput.java:57)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1405)
   at forge.GuiDisplay4.access$2500(GuiDisplay4.java:105)
   at forge.GuiDisplay4$33.actionPerformed(GuiDisplay4.java:1142)
   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.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: Current Known Bugs list

PostPosted: 16 Oct 2011, 03:13
by Almost_Clever
Erroneous stack messages:

Re: Current Known Bugs list

PostPosted: 16 Oct 2011, 03:21
by Almost_Clever
Computer regenerates River Boa when it is not on the battlefield (computer regenerated it two different turns before casting it).
Curse of Oblivion does not do anything (and, apparently, cannot be autocarded -- I pasted the name in from WotC's site, so I'm sure it's spelled correctly). The effect goes on the stack during the computer's turn, but all the cards in its graveyard stay there and none are exiled.
You can (but shouldn't be able to) cancel a suspended Phthisis if you don't want to destroy your own creature (because the computer doesn't control any because the dumb human cast Terror on the only creature the computer controlled at the end of the turn before the Phthisis came out of suspension, for example).

Re: Current Known Bugs list

PostPosted: 16 Oct 2011, 03:23
by Almost_Clever
Quest issues:
The card image and card text pane do not fit in the Card Shop window (and the Card Shop window cannot be resized).

Selected the Mystery Event opponent (a couple of different times) and got this error:
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

null


Version:
Forge version 1.1.5, build ID 10799

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.GameAction.newGame(GameAction.java:1178)
   at forge.GameAction.newGame(GameAction.java:1097)
   at forge.quest.gui.QuestMainPanel.setupDuel(QuestMainPanel.java:709)
   at forge.quest.gui.QuestMainPanel.launchGame(QuestMainPanel.java:687)
   at forge.quest.gui.QuestMainPanel.access$000(QuestMainPanel.java:38)
   at forge.quest.gui.QuestMainPanel$5.actionPerformed(QuestMainPanel.java:217)
   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.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)