It is currently 16 Aug 2025, 14:47
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby shinjiikuri » 05 Oct 2011, 07:26

Got this bug after winning one battle. It crashed before the second match could start.

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.

forge.quest.gui.main.QuestDuel cannot be cast to forge.quest.gui.main.QuestChallenge


Version:
Forge version 1.1.6-SNAPSHOT, build ID 10825

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_27 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.ClassCastException: forge.quest.gui.main.QuestDuel cannot be cast to forge.quest.gui.main.QuestChallenge
at forge.GameAction.newGame(GameAction.java:1103)
at forge.Gui_WinLose.prepareForNextRound(Gui_WinLose.java:210)
at forge.Gui_WinLose.continueButton_actionPerformed(Gui_WinLose.java:183)
at forge.Gui_WinLose$1.actionPerformed(Gui_WinLose.java:145)
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$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)
shinjiikuri
 
Posts: 24
Joined: 19 May 2011, 05:49
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Sloth » 05 Oct 2011, 08:39

Accountancy wrote:I enchanted my Wingrattle Scarecrow with Sinking Feeling and Daybreak Coronet, yet it still tapped to attack, even though it said it had vigilance, in fact it didn't deal first strike damage or gain me life either, it just got increased P/T
Fixed Daybreak Coronet! Thanks Accountancy.
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 Eowin » 05 Oct 2011, 11:41

The 4/5 Treefolk animated by Awakener Druid remains after the Druid left the battlefield.
Eowin
 
Posts: 59
Joined: 25 Sep 2010, 10:38
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby shinjiikuri » 05 Oct 2011, 13:17

Using the October 5 beta. Cards won in the booster do not show up as "new" cards in the editor.
shinjiikuri
 
Posts: 24
Joined: 19 May 2011, 05:49
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby s1886x » 05 Oct 2011, 23:02

the computer countered my Stupor with a Flashfreeze
s1886x
 
Posts: 141
Joined: 14 Jun 2010, 01:07
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby PsiOptics » 06 Oct 2011, 00:05

Every time I get so far into quest mode this error comes up. It always happens after I beat the AI and get my prizes. It doesn't happen right away but eventually if I win enough games it comes up. I tried starting up many quest and the same thing happens each time.

I can't exit out and reload it because the error stays

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.

Index: 0, Size: 0


Version:
Forge version 1.1.4, build ID 10643

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at forge.quest.gui.main.QuestEventManager.generateChallenges(QuestEventManager.java:401)
at forge.quest.gui.QuestMainPanel.createChallengePanel(QuestMainPanel.java:431)
at forge.quest.gui.QuestMainPanel.refreshNextMatchPanel(QuestMainPanel.java:558)
at forge.quest.gui.QuestMainPanel.refresh(QuestMainPanel.java:547)
at forge.quest.gui.QuestMainPanel.initUI(QuestMainPanel.java:104)
at forge.quest.gui.QuestMainPanel.<init>(QuestMainPanel.java:97)
at forge.quest.gui.QuestFrame.<init>(QuestFrame.java:56)
at forge.quest.gui.QuestOptions.continueQuestButton_actionPerformed(QuestOptions.java:226)
at forge.quest.gui.QuestOptions$2.actionPerformed(QuestOptions.java:132)
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$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)
PsiOptics
 
Posts: 42
Joined: 03 Oct 2011, 22:16
Has thanked: 0 time
Been thanked: 1 time

Re: Current Known Bugs list

Postby friarsol » 06 Oct 2011, 00:19

PsiOptics wrote:Every time I get so far into quest mode this error comes up. It always happens after I beat the AI and get my prizes. It doesn't happen right away but eventually if I win enough games it comes up. I tried starting up many quest and the same thing happens each time.
Please update to version 1.1.5. We re-released a week later because 1.1.4 had a serious issue with Questing.
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 Accountancy » 06 Oct 2011, 05:26

I had a Dolmen Gate out and all the damage MY creatures dealt was being prevented as well as the damage dealt to them.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Current Known Bugs list

Postby slapshot5 » 06 Oct 2011, 06:31

Accountancy wrote:I had a Dolmen Gate out and all the damage MY creatures dealt was being prevented as well as the damage dealt to them.
Now fixed in SVN. Thanks for reporting.

-slapshot5
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 Accountancy » 06 Oct 2011, 09:26

Touch of Invisibility didn't draw me any cards.
When Rotlung Reanimator dies it makes 2 tokens.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Current Known Bugs list

Postby Sloth » 06 Oct 2011, 12:26

s1886x wrote:the computer countered my Stupor with a Flashfreeze
I can't reproduce this.

Accountancy wrote:Touch of Invisibility didn't draw me any cards.
I can't reproduce this.

Accountancy wrote:When Rotlung Reanimator dies it makes 2 tokens.
Fixed! Thanks Accountancy.
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 Accountancy » 06 Oct 2011, 12:50

Cackling Counterpart is asking me to pay 1UU to flashback.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Current Known Bugs list

Postby s1886x » 06 Oct 2011, 15:54

Sword of the Meek isn't coming back from the graveyard
s1886x
 
Posts: 141
Joined: 14 Jun 2010, 01:07
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Sloth » 06 Oct 2011, 16:42

Accountancy wrote:Cackling Counterpart is asking me to pay 1UU to flashback.
Fixed! Thanks Accountancy.

s1886x wrote:Sword of the Meek isn't coming back from the graveyard
Fixed! Thanks s1886x.
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 » 06 Oct 2011, 19:54

My opponent is playing Skittish Valesk as a morph and then turning it up for a grand total of 6 mana. Also, when it lost the flip during its upkeep, it returned Skittish Valesk to its hand.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 28 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form