It is currently 25 Aug 2025, 16:44
   
Text Size

Forge Beta: 08-01-2014 ver 1.5.23

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

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Nevin » 08 Aug 2014, 08:46

Nevermind.
Last edited by Nevin on 08 Aug 2014, 14:03, edited 1 time in total.
Nevin
 
Posts: 16
Joined: 04 Aug 2014, 21:58
Has thanked: 5 times
Been thanked: 1 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby friarsol » 08 Aug 2014, 12:09

Nevin wrote:Don't know if it's a bug, but AI had 4 counter on Titan Forge, and didn't use them.
Please read the link in my signature to clear up what is considered a bug for reporting purposes.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Nevin » 08 Aug 2014, 14:02

friarsol wrote:Please read the link in my signature to clear up what is considered a bug for reporting purposes.
Hmmm, then I guess it's 0.d - AI is being dumb.
My bad.
Nevin
 
Posts: 16
Joined: 04 Aug 2014, 21:58
Has thanked: 5 times
Been thanked: 1 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Chris H. » 08 Aug 2014, 15:19

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: 08-01-2014 ver 1.5.23

Postby Zirbert » 09 Aug 2014, 01:03

. Marchesa, the Black Rose has a funky stack description when her ability returns a creature to the battlefield. It works correctly, but says "Sacrifice the token at the beginning of the next end step" in the stack window.

This was caused by an error in the TriggerDescription$, no doubt a remnant of copy-and-pasting from the card the script was based on. Here's a fixed version:

Code: Select all
Name:Marchesa, the Black Rose
ManaCost:1 U B R
Types:Legendary Creature Human Wizard
PT:3/3
K:Dethrone
S:Mode$ Continuous | Affected$ Creature.Other+YouCtrl | AddTrigger$ MarchesaTrig | AddSVar$ DethroneCounters | Description$ Other creatures you control have dethrone.
SVar:MarchesaTrig:Mode$ Attacks | ValidCard$ Card.Self | Attacked$ Player.withMostLife | TriggerZones$ Battlefield | Execute$ DethroneCounters | TriggerDescription$ Dethrone (Whenever this creature attacks the player with the most life or tied for the most life, put a +1/+1 counter on it.)
SVar:DethroneCounters:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
T:Mode$ ChangesZone | ValidCard$ Card.YouCtrl+counters_GE1_P1P1 | Origin$ Battlefield | Destination$ Graveyard | DelayedTrigger$ DelTrigReturn | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control with a +1/+1 counter on it dies, return that card to the battlefield at the beginning of the next end step.
SVar:DelTrigReturn:Mode$ Phase | Phase$ End Of Turn | Execute$ DBReturn | TriggerDescription$ Return that card to the battlefield at the beginning of the next end step.
SVar:DBReturn:DB$ ChangeZone | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Battlefield
SVar:Picture:http://www.wizards.com/global/images/magic/general/marchesa_the_black_rose.jpg
Oracle:Dethrone (Whenever this creature attacks the player with the most life or tied for most life, put a +1/+1 counter on it.)\nOther creatures you control have dethrone.\nWhenever a creature you control with a +1/+1 counter on it dies, return that card to the battlefield under your control at the beginning of the next end step.
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Zirbert » 09 Aug 2014, 01:08

The deathtouch-granting ability of Paragon of Open Graves only costs {B},{T} in Forge, unstead of {2} {B},{T} as printed on the card. Here's a fixed version:

Code: Select all
Name:Paragon of Open Graves
ManaCost:3 B
Types:Creature Skeleton Warrior
PT:2/2
S:Mode$ Continuous | Affected$ Creature.Black+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other black creatures you control get +1/+1.
A:AB$ Pump | Cost$ 2 B T | ValidTgts$ Creature.Black+Other+YouCtrl | TgtPrompt$ Select target black creature | KW$ Deathtouch | SpellDescription$ Another target black creature you control gains deathtouch until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/paragon_of_open_graves.jpg
Oracle:Other black creatures you control get +1/+1.\n{2}{B}, {T}: Another target black creature you control gains deathtouch until end of turn. (Any amount of damage it deals to a creature is enough to destroy it.)
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby andrewd13 » 10 Aug 2014, 08:53

Description: Was attacking with a Prophet of Kruphix and Artisan of Forms, defending player had no blockers and 4 untapped Swamps. I also had a Sylvan Caryatid in play.

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.23-r26900
Operating System: Linux 3.15.5-2-ARCH amd64
Java Version:     1.7.0_65 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
   at java.util.ArrayList$Itr.next(ArrayList.java:831)
   at forge.game.card.Card.getHiddenExtrinsicKeyword(Card.java:4688)
   at forge.game.card.Card.getKeyword(Card.java:4395)
   at forge.game.card.Card.getAmountOfKeyword(Card.java:5258)
   at forge.game.card.Card.getNetAttack(Card.java:4091)
   at forge.screens.match.controllers.CCombat.combatantToString(CCombat.java:139)
   at forge.screens.match.controllers.CCombat.getCombatDescription(CCombat.java:106)
   at forge.screens.match.controllers.CCombat.update(CCombat.java:49)
   at forge.screens.match.CMatchUI.showCombat(CMatchUI.java:305)
   at forge.GuiDesktop.showCombat(GuiDesktop.java:383)
   at forge.control.FControlGameEventHandler$2.run(FControlGameEventHandler.java:61)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   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.awt.EventQueue.dispatchEvent(EventQueue.java:703)
   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)
andrewd13
 
Posts: 17
Joined: 29 Jul 2013, 15:43
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby kestell » 10 Aug 2014, 13:05

diffusion sliver is targeted by lightning helix, often without available mana, and when he could pay it, he instead played another helix.
kestell
 
Posts: 70
Joined: 04 Oct 2013, 12:03
Has thanked: 5 times
Been thanked: 0 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby kwiz » 10 Aug 2014, 16:47

Unable to even start Forge.

Code: Select all
Process:         launchd [16540]
Path:            /Applications/Forge.app/Contents/MacOS/JavaAppLauncher
Identifier:      forge.view.Main
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [301]

Date/Time:       2014-08-10 11:44:07.373 -0500
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          601797 sec
Crashes Since Last Report:           6
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      5A5DD561-D9E8-4456-A5E6-5FB281C7FDF5

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffffffffff8
Crashed Thread:  Unknown

Backtrace not available

Unknown thread crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000055  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000000000000
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00007fff5fc01028  rfl: 0x0000000000010203  cr2: 0xfffffffffffffff8

Binary images description not available


Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f1
Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Network Service: Parallels Shared Networking Adapter, Ethernet, en2
Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
Serial ATA Device: Hitachi HTS542516K9SA00, 149.05 GB
Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000 / 2
USB Device: Generic USB Hub, 0x058f  (Alcor Micro, Corp.), 0x9254, 0x1d100000 / 2
USB Device: My Passport 0740, 0x1058  (Western Digital Technologies, Inc.), 0x0740, 0x1d130000 / 4
USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc517, 0x1d120000 / 3
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x5d200000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
kwiz
 
Posts: 1
Joined: 16 Apr 2013, 22:21
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Marek14 » 10 Aug 2014, 21:31

Blade Splicer uses SOM Golem token picture -- as a Phyrexian card, it should use the NPH version. Even though the card code seems to specify NPH, it doesn't seem to work.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Scimatth7 » 10 Aug 2014, 22:15

While controlling an Archetype of Imagination, an enemy Inkmoth Nexus is still capable of flying.
AoI Inkmoth.png
User avatar
Scimatth7
 
Posts: 8
Joined: 03 Sep 2013, 22:19
Has thanked: 2 times
Been thanked: 0 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Stalflare » 11 Aug 2014, 10:15

Description: I was playing quest, a suspended card came into play and after choosing the player it crashed.

NoSuchElementException | Open
Code: Select all
Forge Version:    1.5.23-r26900
Operating System: Mac OS X 10.9.4 x86_64
Java Version:     1.8.0_11 Oracle Corporation

java.util.NoSuchElementException
   at java.util.LinkedList.getFirst(LinkedList.java:244)
   at java.awt.DefaultKeyboardFocusManager.repostIfFollowsKeyEvents(DefaultKeyboardFocusManager.java:290)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:325)
   at java.awt.Component.dispatchEventImpl(Component.java:4754)
   at java.awt.Container.dispatchEventImpl(Container.java:2292)
   at java.awt.Window.dispatchEventImpl(Window.java:2739)
   at java.awt.Component.dispatchEvent(Component.java:4705)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.awt.EventQueue$3.run(EventQueue.java:691)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.awt.EventQueue$4.run(EventQueue.java:719)
   at java.awt.EventQueue$4.run(EventQueue.java:717)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:716)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Stalflare
 
Posts: 2
Joined: 10 Aug 2014, 16:55
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Agetian » 11 Aug 2014, 12:54

Description: This error happened while playing Momir Basic (Vanguard). Got a non-recoverable crash a few turns in (see attached log). At the time I was attacking with a 2/2 creature with Haunt; the crash occurred when he tried to sac his Goblin Legionnaire to do 2 damage to that creature


NullPointerException | Open
Code: Select all
 Forge Version: 1.5.23-r26900 Operating System: Mac OS X 10.9.4 x86_64 Java Version: 1.7.0_65 Oracle Corporation java.lang.NullPointerException    at forge.game.card.CardFactoryUtil$9.resolve(CardFactoryUtil.java:2809)    at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1206)    at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:116)    at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:197)    at forge.player.PlayerControllerHuman.playSpellAbilityNoStack(PlayerControllerHuman.java:106)    at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:402)    at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1206)    at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:116)    at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:197)    at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:188)    at forge.player.PlayerControllerHuman.playTrigger(PlayerControllerHuman.java:965)    at forge.game.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:427)    at forge.game.trigger.TriggerHandler.runWaitingTrigger(TriggerHandler.java:224)    at forge.game.trigger.TriggerHandler.runWaitingTriggers(TriggerHandler.java:192)    at forge.game.GameAction.checkStateEffects(GameAction.java:893)    at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:976)    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(ThreadPoolExecutor.java:1145)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)    at java.lang.Thread.run(Thread.java:745)
Agetian
Programmer
 
Posts: 3489
Joined: 14 Mar 2011, 05:58
Has thanked: 684 times
Been thanked: 572 times

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby Fizanko » 12 Aug 2014, 09:50

I don't know if it is a bug or a rule that i misunderstand.

When Loyal Cathar is killed , the card comes back in the next turn as Unhallowed Cathar :
http://gatherer.wizards.com/Pages/Card/ ... eid=336623

So far no problem. But now if Unhallowed Cathar is killed, the next turn he comes back as Unhallowed Cathar despite i see nowhere on the Unhallowed Cathar description that he will come back when killed instead of going to the graveyard ?
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
User avatar
Fizanko
Tester
 
Posts: 780
Joined: 07 Feb 2014, 11:24
Has thanked: 155 times
Been thanked: 94 times

Re: Forge Beta: 08-01-2014 ver 1.5.23

Postby friarsol » 12 Aug 2014, 12:02

Fizanko wrote:So far no problem. But now if Unhallowed Cathar is killed, the next turn he comes back as Unhallowed Cathar despite i see nowhere on the Unhallowed Cathar description that he will come back when killed instead of going to the graveyard ?
That's just a bug.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 34 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form