It is currently 28 Aug 2025, 19:21
   
Text Size

Current Known Bugs list

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Current Known Bugs list

Postby Chris H. » 26 Apr 2011, 12:11

Sloth wrote:
freestorageaccount wrote:What about the Instill Energy bug?
Can someone else duplicate this? It still works for me.
`
I tried it and it also works for me.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Current Known Bugs list

Postby Sloth » 26 Apr 2011, 12:31

freestorageaccount wrote:Compy cast Bribery and fetched my Penumbra Wurm (or similar creature), which I then killed. The token came into play under my control -- what luck!
This is fixed now (but lots of cards have similar problems). Thanks freestorageaccount.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby ramonmr » 27 Apr 2011, 22:15

Sloth wrote:
ramonmr wrote:Kabira Vindicator doesn't activate level 5 ability
Centarur Chieftain's Threshold ability not working
Works for me. Which version are you using ramonmr?
version 04-01
ramonmr
 
Posts: 4
Joined: 26 Apr 2011, 02:54
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Sloth » 28 Apr 2011, 08:44

ramonmr wrote:
Sloth wrote:
ramonmr wrote:Kabira Vindicator doesn't activate level 5 ability
Centarur Chieftain's Threshold ability not working
Works for me. Which version are you using ramonmr?
version 04-01
Use the 04-22 version and these issues will be gone.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby Chris H. » 28 Apr 2011, 12:40

ramonmr wrote:
Sloth wrote:
ramonmr wrote:Kabira Vindicator doesn't activate level 5 ability
Centarur Chieftain's Threshold ability not working
Works for me. Which version are you using ramonmr?
`
version 04-01
`
Rares is not able to move all of the frequent forge updates over to his google site.

The most recent version of forge can usually be found here. You should download the 04/22/2011 version found on this topic

User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Bug report: Twincast targeting opponent's Concentrate

Postby alexAG76 » 30 Apr 2011, 18:02

The computer cast Concentrate during its turn. In response, I cast Twincast (using a Shivan Reef and an Island). I opted to target Concentrate (on the stack). Then Forge panicked. Error message follows:

null


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_21 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.drawStackDescription(AbilityFactory_ZoneAffecting.java:138)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$2.getStackDescription(AbilityFactory_ZoneAffecting.java:73)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:114)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:94)
at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:77)
at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:53)
at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:28)
at forge.GameAction.playSpellAbilityForFree(GameAction.java:2756)
at forge.card.cardFactory.CardFactory.copySpellontoStack(CardFactory.java:256)
at forge.card.cardFactory.CardFactory.copySpellontoStack(CardFactory.java:281)
at forge.card.cardFactory.CardFactory_Instants$10.resolve(CardFactory_Instants.java:409)
at forge.MagicStack.resolveStack(MagicStack.java:682)
at forge.Phase.passPriority(Phase.java:524)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:289)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:244)
at forge.ComputerAI_Input.think(ComputerAI_Input.java:45)
at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:33)
at forge.GuiInput.setInput(GuiInput.java:29)
at forge.GuiInput.update(GuiInput.java:23)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:9)
at forge.gui.input.InputControl.resetInput(InputControl.java:58)
at forge.Phase.passPriority(Phase.java:515)
at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
at forge.GuiInput.selectButtonOK(GuiInput.java:37)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:954)
at forge.GuiDisplay4.access$3(GuiDisplay4.java:953)
at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:741)
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)
User avatar
alexAG76
Programmer
 
Posts: 23
Joined: 02 Nov 2010, 00:07
Has thanked: 1 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Kersed » 02 May 2011, 14:06

Just got this error after casting Crop Rotation on my Island.

Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


For input string: "1Crop Rotation"


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0-oem Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: "1Crop Rotation"
   at java.lang.NumberFormatException.forInputString(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at forge.card.abilityFactory.AbilityFactory.calculateAmount(AbilityFactory.java:795)
   at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeHiddenOriginStackDescription(AbilityFactory_ChangeZone.java:406)
   at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeZoneDescription(AbilityFactory_ChangeZone.java:177)
   at forge.card.abilityFactory.AbilityFactory_ChangeZone.access$2(AbilityFactory_ChangeZone.java:172)
   at forge.card.abilityFactory.AbilityFactory_ChangeZone$2.getStackDescription(AbilityFactory_ChangeZone.java:75)
   at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:114)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:94)
   at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:434)
   at forge.card.spellability.Cost_Payment$6.done(Cost_Payment.java:986)
   at forge.card.spellability.Cost_Payment$6.selectCard(Cost_Payment.java:975)
   at forge.GuiInput.selectCard(GuiInput.java:49)
   at forge.GuiDisplay4$10.mousePressed(GuiDisplay4.java:380)
   at java.awt.AWTEventMulticaster.mousePressed(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)
Also, False Defeat is broken. Whenever I attempt to cast it it just reappears in my hand.
---
Tiger got to hunt, bird got to fly; Man got to sit and wonder 'why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand.
User avatar
Kersed
 
Posts: 56
Joined: 03 Mar 2010, 18:36
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby cc-drake » 03 May 2011, 09:48

- AI's Coral Trickster allowes you to choose whether to tap or to untap
- Puppeteer Clique lacks flying (AI had Linvala, Keeper of Silence if that matters)
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby Sloth » 03 May 2011, 10:40

Kersed wrote:Just got this error after casting Crop Rotation on my Island.
Fixed! Thanks Kersed.

Kersed wrote:Also, False Defeat is broken. Whenever I attempt to cast it it just reappears in my hand.
This only happens if you don't have a creature in your graveyard.

cc-drake wrote:- AI's Coral Trickster allowes you to choose whether to tap or to untap
- Puppeteer Clique lacks flying (AI had Linvala, Keeper of Silence if that matters)
Puppeteer Clique is fixed. Coral Trickster won't appear in AI decks any more. Thanks cc-drake.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby gos » 03 May 2011, 12:35

Barter in Blood only costs me B.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Current Known Bugs list

Postby Chris H. » 03 May 2011, 13:59

gos wrote:Barter in Blood only costs me B.
`
This is now fixed, thank you gos.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Current Known Bugs list

Postby cc-drake » 03 May 2011, 20:27

- Bloodhusk Ritualist isn't targeted
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby cc-drake » 03 May 2011, 20:52

cc-drake wrote:
Hellfish wrote:
- Scion of Darkness and Sword of Light and Shadow trigger after you have already won
Just to clarify, you mean their abilities are on the stack when the subsequent game begins?
No, not in the next game. I mean when the game interface has closed, you see the "You win - Continue, Quit, Restart" menu in the background and in front there opens the menu to choose a creature to reanimate.
Just a guess - could it be that those effects don't use the stack?
Same issue with Zombie Cannibal and Necromantic Thirst.
Last edited by cc-drake on 04 May 2011, 07:31, edited 1 time in total.
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby Almost_Clever » 04 May 2011, 01:40

Card Problems
The image for Vastwood Animist actually is Elvish Branchbender

AI Poor Decisions
Computer evokes Inner-Flame Acolyte and Briarhorn when it has no other creatures
Computer casts Suffer the Past when I have 0 cards in the graveyard
Computer casts Edge of the Divinity on Adarkar Sentinel (and it had black and white creatures available)

Computer cheats
Computer casts Nova Chaser. In response I bolt its only creature (sending it to the graveyard), but the Nova Chaser stays on the battlefield
Computer taps slivers for mana prior to casting Gemhide Sliver

Things not working correctly
Necroskitter returns creatures to the battlefield whether or not they have -1/-1 counters
Necroskitter will return only one creature at a time, regardless of how many are sent to the graveyard (the game says it is returning the other creatures, but they stay in the graveyard)
I took over computer's Perimeter Captain with Necroskitter and then gained two life whenever the computer blocked with a creature with defender
Championed creatures return to the battlefield exactly as they left the battlefield (with counters, auras) instead of as a new copy
Totem armor sometimes acts like regeneration shields. If I block a first striker with a totem-enchanted creature that would have died except for the totem effect, then my blocker is tapped and the attacking first striker is not damaged
Mage Slayer does not trigger properly with the initial damage (such as Charnelhoard Wurm or infect creatures) -- the initial damage is just damage
When you deal lethal damage with Charnelhoard Wurm, then you are still prompted to return a card from the graveyard after the game is over
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
User avatar
Almost_Clever
Tester
 
Posts: 345
Joined: 15 Jan 2009, 01:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Sloth » 04 May 2011, 07:26

Almost_Clever wrote:Card Problems
The image for Vastwood Animist actually is Elvish Branchbender
Fixed! Make sure you delete the old jpg when you get the new version.

Almost_Clever wrote:AI Poor Decisions
Computer casts Suffer the Past when I have 0 cards in the graveyard
Computer casts Edge of the Divinity on Adarkar Sentinel (and it had black and white creatures available)
These two cards will no longer appear in random AI decks.

Almost_Clever wrote:Things not working correctly
Necroskitter returns creatures to the battlefield whether or not they have -1/-1 counters
This was fixed some time ago. You did not use the latest version.

Almost_Clever wrote:Mage Slayer does not trigger properly with the initial damage (such as Charnelhoard Wurm or infect creatures) -- the initial damage is just damage
Fixed! Thanks for reporting Almost_Clever.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 45 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 45 users online :: 0 registered, 0 hidden and 45 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 45 guests

Login Form