It is currently 18 Aug 2025, 02:02
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby Hellfish » 12 Nov 2011, 12:42

Was the error report exactly the same?
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
User avatar
Hellfish
Programmer
 
Posts: 1297
Joined: 07 Jun 2009, 10:41
Location: South of the Pumphouse
Has thanked: 110 times
Been thanked: 169 times

Re: Current Known Bugs list

Postby gos » 12 Nov 2011, 18:44

I controlled a Spirit Mirror and an Amoeboid Changeling and some lands. During my upkeep, Spirit Mirror did not trigger.
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 Sloth » 12 Nov 2011, 19:16

gos wrote:I controlled a Spirit Mirror and an Amoeboid Changeling and some lands. During my upkeep, Spirit Mirror did not trigger.
Isn't this supposed to happen?
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 slapshot5 » 12 Nov 2011, 19:17

gos wrote:I controlled a Spirit Mirror and an Amoeboid Changeling and some lands. During my upkeep, Spirit Mirror did not trigger.
By did not trigger, do you mean it didn't go on the stack, or you didn't get a token?
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby friarsol » 12 Nov 2011, 19:18

gos wrote:I controlled a Spirit Mirror and an Amoeboid Changeling and some lands. During my upkeep, Spirit Mirror did not trigger.
Ah. It's probably not checking for Reflection tokens in the trigger.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby slapshot5 » 12 Nov 2011, 19:20

friarsol wrote:
gos wrote:I controlled a Spirit Mirror and an Amoeboid Changeling and some lands. During my upkeep, Spirit Mirror did not trigger.
Ah. It's probably not checking for Reflection tokens in the trigger.
Yeah, I just looked at the script. I'll fix it up.

Edit - Fixed in SVN.
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby moomarc » 12 Nov 2011, 19:48

slapshot5 wrote:
friarsol wrote:
gos wrote:I controlled a Spirit Mirror and an Amoeboid Changeling and some lands. During my upkeep, Spirit Mirror did not trigger.
Ah. It's probably not checking for Reflection tokens in the trigger.
Yeah, I just looked at the script. I'll fix it up.

Edit - Fixed in SVN.
Sorry! My fault :oops: Missed the token restriction when I created the script.
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: Current Known Bugs list

Postby timmermac » 12 Nov 2011, 22:07

I've been getting this error today. The cards Graypelt Refuge and Changeling Sentinel can be substituted for the Island in this example. I am able to continue playing. I've been using the beta since it was released with no changes. This error has only happened today. These cards have been in the opponent's deck. The opponents have been James Bond and Harry Potter. The error occurs on the second Main phase on both the computer's and my turns.

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.

AbilityFactory : getAbility -- abString too short in Island: []


Version:
Forge version 1.1.7-r11770

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : getAbility -- abString too short in Island: []
   at forge.card.abilityfactory.AbilityFactory.getMapParams(AbilityFactory.java:217)
   at forge.card.abilityfactory.AbilityFactory.getAbility(AbilityFactory.java:268)
   at forge.card.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:426)
   at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:297)
   at forge.Phase.handleBeginPhase(Phase.java:405)
   at forge.gui.input.InputControl.updateInput(InputControl.java:183)
   at forge.GuiInput.update(GuiInput.java:34)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:21)
   at forge.Phase.nextPhase(Phase.java:508)
   at forge.GuiDisplay$33.actionPerformed(GuiDisplay.java:1144)
   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)
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Current Known Bugs list

Postby Bundy » 12 Nov 2011, 22:47

Bundy wrote:The casting cost of Equilibrium is {2} {U} {U}, it should be {1} {U} {U}.
:roll: Must have been another card i did not notice that made the casting cost 1 more. Now it's back at {1} {U} {U} like it should be :oops:
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby Accountancy » 13 Nov 2011, 02:20

Gaining control of attacking creatures is still non-functional:
I used Disharmony to take my opponent's Loxodon Stalwart, yet it was still attacking. Disharmony even specifies that the creature is removed from combat.

The computer played Morkrut Banshee with morbid, then killed it's own banshee even though I had 4 creatures.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Current Known Bugs list

Postby jeffwadsworth » 13 Nov 2011, 04:44

Accountancy wrote:Gaining control of attacking creatures is still non-functional:
I used Disharmony to take my opponent's Loxodon Stalwart, yet it was still attacking. Disharmony even specifies that the creature is removed from combat.

The computer played Morkrut Banshee with morbid, then killed it's own banshee even though I had 4 creatures.
Disharmony has a script error. Morkrut Banshee did not have a stipend to let the AI know, "Hey man, this Pump is really bad.". Fixed in SVN.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby arkart » 13 Nov 2011, 04:55

Playing quest and got a funny error.

Me:
Turn 1: Island, Ponder
Turn 2: Island, Mana Leak
Turn 3: Island, Skywinder Drake
Turn 4: Island, Phantasmal Dragon. Error: Too many cards in hand because 4 cards in hand is more than 7??? Game crashes.

4 Cards in hand:
Phantasmal Dragon
Brainstorm
Council of the Soratomi
Phantasmal Bear

Opponent:
Turn 2: Esper Stormblade
Turn 3: Bant Sureblade
Turn 4: Esper Stormblade
Island, Glacial Fortress, Plains, Celestial Colonnade

Image
arkart
 
Posts: 12
Joined: 31 Aug 2011, 04:25
Has thanked: 6 times
Been thanked: 1 time

Re: Current Known Bugs list

Postby Iran » 13 Nov 2011, 05:31

I cast Second Sunrise and pay its mana cost and I got this crash:

Crash | Open
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.

1


Version:
Forge version 1.1.8-SNAPSHOT-r11869

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.ArrayIndexOutOfBoundsException: 1
at forge.card.abilityfactory.AbilityFactory.getDefinedCards(AbilityFactory.java:1612)
at forge.card.abilityfactory.AbilityFactoryChangeZone.knownDetermineDefined(AbilityFactoryChangeZone.java:1828)
at forge.card.abilityfactory.AbilityFactoryChangeZone.changeKnownOriginStackDescription(AbilityFactoryChangeZone.java:1613)
at forge.card.abilityfactory.AbilityFactoryChangeZone.changeZoneDescription(AbilityFactoryChangeZone.java:308)
at forge.card.abilityfactory.AbilityFactoryChangeZone.access$200(AbilityFactoryChangeZone.java:42)
at forge.card.abilityfactory.AbilityFactoryChangeZone$2.getStackDescription(AbilityFactoryChangeZone.java:115)
at forge.card.spellability.SpellAbilityRequirements.addAbilityToStack(SpellAbilityRequirements.java:200)
at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:171)
at forge.card.cost.CostPayment.payCost(CostPayment.java:216)
at forge.card.cost.CostPayment.paidCost(CostPayment.java:179)
at forge.card.cost.CostMana$2.done(CostMana.java:385)
at forge.card.cost.CostMana$2.selectCard(CostMana.java:357)
at forge.GuiInput.selectCard(GuiInput.java:103)
at forge.GuiDisplay$18.mousePressed(GuiDisplay.java:580)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.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)
Iran
 
Posts: 251
Joined: 11 Jul 2011, 04:36
Has thanked: 61 times
Been thanked: 4 times

Re: Current Known Bugs list

Postby Iran » 13 Nov 2011, 05:57

I think that Remembrance doesn't work, because when a creature dies and goes to graveyard, I could not search in my library for a copy of that creature card. (Exists a copy of that creature card in my librarie)
Iran
 
Posts: 251
Joined: 11 Jul 2011, 04:36
Has thanked: 61 times
Been thanked: 4 times

Re: Current Known Bugs list

Postby Sloth » 13 Nov 2011, 08:02

timmermac wrote:I've been getting this error today. The cards Graypelt Refuge and Changeling Sentinel can be substituted for the Island in this example. I am able to continue playing. I've been using the beta since it was released with no changes. This error has only happened today. These cards have been in the opponent's deck. The opponents have been James Bond and Harry Potter. The error occurs on the second Main phase on both the computer's and my turns.
Iran wrote:I cast Second Sunrise and pay its mana cost and I got this crash:
These two have been fixed already.
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 18 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 18 users online :: 0 registered, 0 hidden and 18 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 18 guests

Login Form