It is currently 25 Aug 2025, 17:59
   
Text Size

Forge Beta: 05-04-2012 ver 1.2.7

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

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby MystREmo » 28 May 2012, 04:42

" Horn of Greed " is also a little buggy and doesn't seem to trigger every time.
Green Elves for Life. Nuff said.
MystREmo
 
Posts: 43
Joined: 27 Apr 2012, 21:00
Has thanked: 4 times
Been thanked: 2 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby gos » 29 May 2012, 23:10

The AI cast Spinal Embrace on my Court Hussar. It didn't sacrifice him at the end of turn.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby gos » 29 May 2012, 23:17

I tried to play Squall Line and I got the following error. The Squall Line disappeared from the game - it wasn't in any zone that I could see.

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.

For input string: "X"


Version:
Forge version 1.2.7-r15448

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: "X"
   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:1713)
   at forge.card.cost.CostMana.payHuman(CostMana.java:211)
   at forge.card.cost.CostPayment.payCost(CostPayment.java:227)
   at forge.card.spellability.SpellAbilityRequirements.startPaying(SpellAbilityRequirements.java:178)
   at forge.card.spellability.SpellAbilityRequirements.needPayment(SpellAbilityRequirements.java:165)
   at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:132)
   at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:96)
   at forge.GameAction.playSpellAbility(GameAction.java:2446)
   at forge.GameAction.playCard(GameAction.java:1651)
   at forge.control.input.InputPassPriority.selectCard(InputPassPriority.java:88)
   at forge.gui.GuiInput.selectCard(GuiInput.java:127)
   at forge.gui.match.nonsingleton.CHand.cardclickAction(CHand.java:203)
   at forge.gui.match.nonsingleton.CHand.access$000(CHand.java:54)
   at forge.gui.match.nonsingleton.CHand$1.mousePressed(CHand.java:63)
   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)
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby Zirbert » 30 May 2012, 01:42

.Kabira Evangel triggers whenever an Ally enters the battle field, even if it's under an opponent's control. It should only trigger when the Ally enters under your control. To fix this, the line

Code: Select all
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Ally+Other | TriggerZones$ Battlefield | Execute$ TrigProt | OptionalDecider$ You | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may choose a color. If you do, Allies you control gain protection from the chosen color until end of turn.
Needs to be modifed slightly, adding "+YouCtrl", so it becomes:

Code: Select all
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Ally+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigProt | OptionalDecider$ You | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may choose a color. If you do, Allies you control gain protection from the chosen color until end of turn.
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby Zirbert » 30 May 2012, 01:53

If I cast Death Rattle or Tombstalker, then cancel during the process of selecting which cards to exile from my graveyard for the Delve cost reduction, the casting cost remains reduced, but the cards stay in my graveyard.

Example:

-Click on Tombstalker to play it, with at least 2 cards in my graveyard.

-Choose 2 from the "exile how many cards" menu

-Cancel when prompted for which cards to exile (even after selecting the first one)

-The Prompt reads, "Pay Mana Cost: 4 B B" (reduced by 2). No cards get exiled from my graveyard.
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby moomarc » 30 May 2012, 05:05

gos wrote:I tried to play Squall Line and I got the following error. The Squall Line disappeared from the game - it wasn't in any zone that I could see.

Code: Select all
For input string: "X"
Fixed. Thanks Gos!
-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: Forge Beta: 05-04-2012 ver 1.2.7

Postby PowerClaws » 30 May 2012, 08:39

During a battle, double clicking the image of a DFC causes the card to flip on the field when changing phases, this can be done repeatedly

Its a nice thing to be able to see both sides, but this causes problems (particularly when you do with Garruk Relentless, activating an effect after each flip)
PowerClaws
 
Posts: 131
Joined: 30 Jan 2012, 11:33
Has thanked: 28 times
Been thanked: 8 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby Symphonic » 30 May 2012, 19:25

 Terrarion comes into play untapped.
You can play Lotus Bloom for 0 mana without having to put time counters on it.
Last edited by Chris H. on 30 May 2012, 20:48, edited 1 time in total.
Reason: Mouse-over
Symphonic
 
Posts: 146
Joined: 10 Dec 2011, 19:09
Has thanked: 3 times
Been thanked: 6 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby Chris H. » 30 May 2012, 20:49

Symphonic wrote: Terrarion comes into play untapped.
 
Fixed, thank you.
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: Forge Beta: 05-04-2012 ver 1.2.7

Postby muppet » 31 May 2012, 09:22

AI used Lion's Eye Diamond and got the mana before it discarded it's hand and used it to cast a creature.
muppet
Tester
 
Posts: 590
Joined: 03 Aug 2011, 14:37
Has thanked: 33 times
Been thanked: 30 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby Enkil » 01 Jun 2012, 06:29

This is two bug reports, the first is that Nissa Revane has her summon Nissa's Chosen power bugged, I believe the problem is that "Nissa's Chosen" got replaced with "elf" or something similar.

http://imageshack.us/photo/my-images/68 ... evane.png/

Forge also gave me this error earlier when i tried summon Guul Draz Vampire while Nirkana Revenant was out. I could not repeat the bug on that run, but I will post if I can figure out what is causing this.

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

null


Version:
Forge version 1.2.7-r15448

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
at java.util.AbstractList$Itr.next(Unknown Source)
at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:296)
at forge.card.spellability.AbilityMana.produceMana(AbilityMana.java:189)
at forge.card.abilityfactory.AbilityFactoryMana.manaResolve(AbilityFactoryMana.java:355)
at forge.card.abilityfactory.AbilityFactoryMana$1.resolve(AbilityFactoryMana.java:81)
at forge.game.zone.MagicStack.add(MagicStack.java:397)
at forge.game.zone.MagicStack.addAndUnfreeze(MagicStack.java:195)
at forge.card.spellability.SpellAbilityRequirements.addAbilityToStack(SpellAbilityRequirements.java:237)
at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:191)
at forge.card.cost.CostPayment.payCost(CostPayment.java:233)
at forge.card.spellability.SpellAbilityRequirements.startPaying(SpellAbilityRequirements.java:178)
at forge.card.spellability.SpellAbilityRequirements.needPayment(SpellAbilityRequirements.java:165)
at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:132)
at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:96)
at forge.GameAction.playSpellAbility(GameAction.java:2446)
at forge.control.input.InputPayManaCostUtil.activateManaAbility(InputPayManaCostUtil.java:192)
at forge.card.cost.CostMana$2.selectCard(CostMana.java:396)
at forge.gui.match.nonsingleton.CField.cardclickAction(CField.java:480)
at forge.gui.match.nonsingleton.CField.access$700(CField.java:66)
at forge.gui.match.nonsingleton.CField$8.mousePressed(CField.java:101)
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)
User avatar
Enkil
 
Posts: 8
Joined: 14 Jun 2011, 06:13
Has thanked: 0 time
Been thanked: 1 time

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby moomarc » 01 Jun 2012, 08:07

Enkil wrote:This is two bug reports, the first is that Nissa Revane has her summon Nissa's Chosen power bugged, I believe the problem is that "Nissa's Chosen" got replaced with "elf" or something similar.

http://imageshack.us/photo/my-images/68 ... evane.png/
Checked on my copy and her first ability (fetches Nissa's Chosen) works as expected. Her ultimate displays the type of message you posted but that is correct as it fetches any number of Elf creature cards, not just Nissa's Chosen. I've tidied up the stack description a bit though.
-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: Forge Beta: 05-04-2012 ver 1.2.7

Postby Zirbert » 02 Jun 2012, 02:27

I'm not quite sure this qualifies as a bug; it may be more of a UI issue. Still, here it is:

I can see a list of cards that are exiled by the AI's Bottled Cloister. They're listed as Remembered, in the upper-right corner card panel. Since those cards are exiled face-down, I shouldn't be able to see what they are.
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby serrasmurf » 03 Jun 2012, 10:30

Hi,
i get the following crash report while playing out the beautiful combo of Opposition and Horobi, Death's Wail

EDIT: it might have more to do with my Guul Draz Assassin or tapping & targeting in general

Code: Select all
Version:
Forge version 1.2.7-r15448

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.7.0_04 Vendor: Oracle Corporation

Detailed error trace:
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeLo(Unknown Source)
   at java.util.TimSort.mergeAt(Unknown Source)
   at java.util.TimSort.mergeCollapse(Unknown Source)
   at java.util.TimSort.sort(Unknown Source)
   at java.util.TimSort.sort(Unknown Source)
   at java.util.Arrays.sort(Unknown Source)
   at java.util.Collections.sort(Unknown Source)
   at javax.swing.SortingFocusTraversalPolicy.enumerateAndSortCycle(Unknown Source)
   at javax.swing.SortingFocusTraversalPolicy.getFocusTraversalCycle(Unknown Source)
   at javax.swing.SortingFocusTraversalPolicy.getFirstComponent(Unknown Source)
   at javax.swing.LayoutFocusTraversalPolicy.getFirstComponent(Unknown Source)
   at javax.swing.SortingFocusTraversalPolicy.getDefaultComponent(Unknown Source)
   at java.awt.FocusTraversalPolicy.getInitialComponent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(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$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.SequencedEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$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)
serrasmurf
 
Posts: 316
Joined: 30 Jan 2010, 14:09
Location: The Netherlands
Has thanked: 3 times
Been thanked: 18 times

Re: Forge Beta: 05-04-2012 ver 1.2.7

Postby carpeamentum » 03 Jun 2012, 15:40

As best as I can tell this is the place to report bugs with this release.

The AI targeted his unpaired trusted force mage with joint assault, and it got +2/+2 twice...
carpeamentum
 
Posts: 18
Joined: 03 Jun 2012, 15:34
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 48 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form