It is currently 13 May 2024, 18:49
   
Text Size

Forge Beta: 08-15-2014 ver 1.5.24

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

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby Phoenix » 25 Aug 2014, 12:44

So my Plains always produce white mana but I'm able to cast green / red / ... spells with it.

And I thought I found a way to pump Omnath with multiple mana of other colors each turn.

Thanks for clarifying.
Phoenix
 
Posts: 77
Joined: 15 Dec 2011, 10:23
Has thanked: 6 times
Been thanked: 3 times

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby gos » 26 Aug 2014, 12:30

I cast Alter Reality on my Possessed Aven, choosing to change blue to green. When I gain threshold, it's activated ability still targets blue creatures.

I cast Alter Reality again, after I have threshold, choosing to change blue to green. The activated ability still targets blue creatures.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby Sarusei » 26 Aug 2014, 15:04

Description: enemies turn .. just got this
seems to crash many times when Rafiq of the Many is on the field

NullPointerException | Open
Code: Select all
Forge Version:    1.5.24-r27072
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_45 Oracle Corporation

java.lang.NullPointerException
   at forge.game.ability.AbilityUtils.applyAbilityTextChangeEffects(AbilityUtils.java:1521)
   at forge.game.ability.AbilityUtils.getDefinedCards(AbilityUtils.java:84)
   at forge.ai.ComputerUtilCombat.predictPowerBonusOfAttacker(ComputerUtilCombat.java:1133)
   at forge.ai.ComputerUtilCombat.damageIfUnblocked(ComputerUtilCombat.java:127)
   at forge.ai.AiAttackController.doesHumanAttackAndWin(AiAttackController.java:404)
   at forge.ai.AiAttackController.notNeededAsBlockers(AiAttackController.java:316)
   at forge.ai.AiAttackController.declareAttackers(AiAttackController.java:840)
   at forge.ai.AiController.declareAttackers(AiController.java:1126)
   at forge.ai.PlayerControllerAi.declareAttackers(PlayerControllerAi.java:405)
   at forge.game.phase.PhaseHandler.declareAttackersTurnBasedAction(PhaseHandler.java:474)
   at forge.game.phase.PhaseHandler.onPhaseBegin(PhaseHandler.java:291)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1060)
   at forge.game.GameAction.startGame(GameAction.java:1558)
   at forge.game.Match.startGame(Match.java:81)
   at forge.control.FControl$4.run(FControl.java:442)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Attachments
VMSv6AT.jpg
Sarusei
 
Posts: 18
Joined: 01 Aug 2013, 21:50
Has thanked: 3 times
Been thanked: 0 time

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby DAZ510 » 26 Aug 2014, 21:26

When Im playing the cards are just blank rectangles how do i fix this????
DAZ510
 
Posts: 1
Joined: 26 Aug 2014, 21:24
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby TastetheJace » 27 Aug 2014, 01:45

Attacking with Stonebrow, Krosan Hero or another creature with trample while he is on the battlefield will cause the game to crash.
TastetheJace
 
Posts: 91
Joined: 30 Jul 2012, 00:13
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby Snowstorm » 27 Aug 2014, 02:57

Wheel and Deal only allows you to target one opponent in a Multiplayer game.
User avatar
Snowstorm
 
Posts: 50
Joined: 16 Mar 2014, 20:37
Has thanked: 4 times
Been thanked: 1 time

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby Agetian » 27 Aug 2014, 05:22

Description: A crash between quest draft tournament duels. Latest fixed 1.5.24 snapshot from this thread.

NumberFormatException | Open
Code: Select all
 Forge Version: 1.5.25-SNAPSHOT-r27111 (mixed revisions detected; please update from the root directory) Operating System: Mac OS X 10.9.4 x86_64 Java Version: 1.7.0_67 Oracle Corporation java.lang.NumberFormatException: For input string: "quest_draft_undetermined_place"    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)    at java.lang.Integer.parseInt(Integer.java:492)    at java.lang.Integer.parseInt(Integer.java:527)    at forge.quest.QuestDraftUtils.addMatchup(QuestDraftUtils.java:157)    at forge.quest.QuestDraftUtils.startNextMatch(QuestDraftUtils.java:112)    at forge.screens.home.quest.CSubmenuQuestDraft.startNextMatch(CSubmenuQuestDraft.java:520)    at forge.screens.home.quest.CSubmenuQuestDraft.access$000(CSubmenuQuestDraft.java:49)    at forge.screens.home.quest.CSubmenuQuestDraft$7.actionPerformed(CSubmenuQuestDraft.java:234)    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)    at java.awt.Component.processMouseEvent(Component.java:6516)    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)    at java.awt.Component.processEvent(Component.java:6281)    at java.awt.Container.processEvent(Container.java:2229)    at java.awt.Component.dispatchEventImpl(Component.java:4872)    at java.awt.Container.dispatchEventImpl(Container.java:2287)    at java.awt.Component.dispatchEvent(Component.java:4698)    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)    at java.awt.Container.dispatchEventImpl(Container.java:2273)    at java.awt.Window.dispatchEventImpl(Window.java:2719)    at java.awt.Component.dispatchEvent(Component.java:4698)    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)    at java.awt.EventQueue.access$200(EventQueue.java:103)    at java.awt.EventQueue$3.run(EventQueue.java:694)    at java.awt.EventQueue$3.run(EventQueue.java:692)    at java.security.AccessController.doPrivileged(Native Method)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)    at java.awt.EventQueue$4.run(EventQueue.java:708)    at java.awt.EventQueue$4.run(EventQueue.java:706)    at java.security.AccessController.doPrivileged(Native Method)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Agetian
Programmer
 
Posts: 3474
Joined: 14 Mar 2011, 05:58
Has thanked: 677 times
Been thanked: 563 times

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby Dreago » 27 Aug 2014, 06:10

The Visions card Kookus, may not be working correctly. I haven't actually tried it, but the Forge wording is incorrect.
Dreago
 
Posts: 17
Joined: 15 Jun 2013, 05:40
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby KrazyTheFox » 27 Aug 2014, 12:27

Agetian wrote:Description: A crash between quest draft tournament duels. Latest fixed 1.5.24 snapshot from this thread.

NumberFormatException | Open
Code: Select all
 Forge Version: 1.5.25-SNAPSHOT-r27111 (mixed revisions detected; please update from the root directory) Operating System: Mac OS X 10.9.4 x86_64 Java Version: 1.7.0_67 Oracle Corporation java.lang.NumberFormatException: For input string: "quest_draft_undetermined_place"    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)    at java.lang.Integer.parseInt(Integer.java:492)    at java.lang.Integer.parseInt(Integer.java:527)    at forge.quest.QuestDraftUtils.addMatchup(QuestDraftUtils.java:157)    at forge.quest.QuestDraftUtils.startNextMatch(QuestDraftUtils.java:112)    at forge.screens.home.quest.CSubmenuQuestDraft.startNextMatch(CSubmenuQuestDraft.java:520)    at forge.screens.home.quest.CSubmenuQuestDraft.access$000(CSubmenuQuestDraft.java:49)    at forge.screens.home.quest.CSubmenuQuestDraft$7.actionPerformed(CSubmenuQuestDraft.java:234)    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)    at java.awt.Component.processMouseEvent(Component.java:6516)    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)    at java.awt.Component.processEvent(Component.java:6281)    at java.awt.Container.processEvent(Container.java:2229)    at java.awt.Component.dispatchEventImpl(Component.java:4872)    at java.awt.Container.dispatchEventImpl(Container.java:2287)    at java.awt.Component.dispatchEvent(Component.java:4698)    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)    at java.awt.Container.dispatchEventImpl(Container.java:2273)    at java.awt.Window.dispatchEventImpl(Window.java:2719)    at java.awt.Component.dispatchEvent(Component.java:4698)    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)    at java.awt.EventQueue.access$200(EventQueue.java:103)    at java.awt.EventQueue$3.run(EventQueue.java:694)    at java.awt.EventQueue$3.run(EventQueue.java:692)    at java.security.AccessController.doPrivileged(Native Method)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)    at java.awt.EventQueue$4.run(EventQueue.java:708)    at java.awt.EventQueue$4.run(EventQueue.java:706)    at java.security.AccessController.doPrivileged(Native Method)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
I'll look into fixing that tonight.
User avatar
KrazyTheFox
Programmer
 
Posts: 725
Joined: 18 Mar 2014, 23:51
Has thanked: 66 times
Been thanked: 226 times

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby kestell » 29 Aug 2014, 12:52

Trinisphere did not interact right with condescend (and presumably other X spells, tested it with Astral Cornucopia as well)

I wanted to cast condescend for X = 2, but it wanted me to tap 2U before asking for X.

This was on the mobile app, but I assume the source code for the cards are shared, and this is the correct thread to post it in.
kestell
 
Posts: 70
Joined: 04 Oct 2013, 12:03
Has thanked: 5 times
Been thanked: 0 time

Re: Forge Beta: 08-15-2014 ver 1.5.24

Postby SoMa » 01 Jan 2016, 23:08

KrazyTheFox wrote:
Agetian wrote:Description: A crash between quest draft tournament duels. Latest fixed 1.5.24 snapshot from this thread.

NumberFormatException | Open
Code: Select all
 Forge Version: 1.5.25-SNAPSHOT-r27111 (mixed revisions detected; please update from the root directory) Operating System: Mac OS X 10.9.4 x86_64 Java Version: 1.7.0_67 Oracle Corporation java.lang.NumberFormatException: For input string: "quest_draft_undetermined_place"    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)    at java.lang.Integer.parseInt(Integer.java:492)    at java.lang.Integer.parseInt(Integer.java:527)    at forge.quest.QuestDraftUtils.addMatchup(QuestDraftUtils.java:157)    at forge.quest.QuestDraftUtils.startNextMatch(QuestDraftUtils.java:112)    at forge.screens.home.quest.CSubmenuQuestDraft.startNextMatch(CSubmenuQuestDraft.java:520)    at forge.screens.home.quest.CSubmenuQuestDraft.access$000(CSubmenuQuestDraft.java:49)    at forge.screens.home.quest.CSubmenuQuestDraft$7.actionPerformed(CSubmenuQuestDraft.java:234)    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)    at java.awt.Component.processMouseEvent(Component.java:6516)    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)    at java.awt.Component.processEvent(Component.java:6281)    at java.awt.Container.processEvent(Container.java:2229)    at java.awt.Component.dispatchEventImpl(Component.java:4872)    at java.awt.Container.dispatchEventImpl(Container.java:2287)    at java.awt.Component.dispatchEvent(Component.java:4698)    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)    at java.awt.Container.dispatchEventImpl(Container.java:2273)    at java.awt.Window.dispatchEventImpl(Window.java:2719)    at java.awt.Component.dispatchEvent(Component.java:4698)    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)    at java.awt.EventQueue.access$200(EventQueue.java:103)    at java.awt.EventQueue$3.run(EventQueue.java:694)    at java.awt.EventQueue$3.run(EventQueue.java:692)    at java.security.AccessController.doPrivileged(Native Method)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)    at java.awt.EventQueue$4.run(EventQueue.java:708)    at java.awt.EventQueue$4.run(EventQueue.java:706)    at java.security.AccessController.doPrivileged(Native Method)    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
I'll look into fixing that tonight.
Hi, I'm having this exact exception, also between draft games. Was watching the AI playing out their games, then mine didn't start, and clicking on Start gives this exception. Version is 1.5.46-r-1.

NumberFormatException | Open
Code: Select all
Forge Version:    1.5.46-r-1
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_66 Oracle Corporation

java.lang.NumberFormatException: For input string: "quest_draft_undetermined_place"
   at java.lang.NumberFormatException.forInputString(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at forge.quest.QuestDraftUtils.addMatchup(QuestDraftUtils.java:146)
   at forge.quest.QuestDraftUtils.startNextMatch(QuestDraftUtils.java:107)
   at forge.screens.home.quest.CSubmenuQuestDraft.startNextMatch(CSubmenuQuestDraft.java:579)
   at forge.screens.home.quest.CSubmenuQuestDraft.access$000(CSubmenuQuestDraft.java:60)
   at forge.screens.home.quest.CSubmenuQuestDraft$7.actionPerformed(CSubmenuQuestDraft.java:281)
   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$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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)
SoMa
 
Posts: 8
Joined: 22 Apr 2012, 23:00
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 50 guests


Who is online

In total there are 50 users online :: 0 registered, 0 hidden and 50 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 50 guests

Login Form