Page 4 of 9

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 08 May 2013, 20:48
by alfax
Turn // Burn vs Thragtusk - it appears that, because both abilities are happening simultaneously, rather than in sequence, Thragtusk is still getting his beast token.

Re: Bug Report

PostPosted: 08 May 2013, 21:18
by Max mtg
omnimirage wrote:What can I do in the meantime?
Grab tomorrow's snapshot (Chris usually builds them each day at about 13:00 GMT)
From folder http://cardforge.org/releases/snapshots ... -SNAPSHOT/
download a file named forge-1.3.16-20130509.(timestamp-here)-3.tar.bz2 or a newer one.

You'll be among the first people to test a fix to this annoying problem.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 02:09
by Zirbert
When the AI puts Disruption Aura on one of my artifacts, it doesn't trigger during my upkeep. I'm not prompted to pay or sacrifice.

I believe (but haven't tested) that this line in its script is the culprit:

S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddTrigger$ TrigPhase | AddSVar$ TrigPendrellFlux | Description$ Enchanted artifact has "At the beginning of your upkeep, sacrifice this artifact unless you pay its mana cost."

"Affected$ Creature.AttachedBy" (a holdover from the card used as a template, which is pretty easy to identify based on the trigger name) should probably be "Artifact.EnchantedBy".

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 02:30
by PyroMTG
when I exile a spell on the stack with Nivmagus Elemental, it puts the 2 +1/+1 counters on him but the spell still resolves.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 03:20
by swordshine
Zirbert wrote:When the AI puts Disruption Aura on one of my artifacts, it doesn't trigger during my upkeep. I'm not prompted to pay or sacrifice.

I believe (but haven't tested) that this line in its script is the culprit:

S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddTrigger$ TrigPhase | AddSVar$ TrigPendrellFlux | Description$ Enchanted artifact has "At the beginning of your upkeep, sacrifice this artifact unless you pay its mana cost."

"Affected$ Creature.AttachedBy" (a holdover from the card used as a template, which is pretty easy to identify based on the trigger name) should probably be "Artifact.EnchantedBy".
Thanks, I've applied you fix.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 12:26
by krishkrush
Minor Bug: Moonsilver Spear produces Angel tokens without card image(placeholder), but Luminarch Ascension produces Angel tokens with the right card image.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 12:27
by krevett
 Training Grounds doesn't reduce the cost with Lin Sivvi, Defiant Hero's X ability

Edit: Same with Mirror Entity...

Re: Bug Report

PostPosted: 09 May 2013, 12:35
by Chris H.
Max mtg wrote:
omnimirage wrote:What can I do in the meantime?
 
Grab tomorrow's snapshot (Chris usually builds them each day at about 13:00 GMT)
From folder http://cardforge.org/releases/snapshots/forge/forge/1.3.16-SNAPSHOT/
download a file named forge-1.3.16-20130509.(timestamp-here)-3.tar.bz2 or a newer one.

You'll be among the first people to test a fix to this annoying problem.
 
Links to today's snapshot build which in turn includes Max's new code:

forge-1.3.16-20130509.121940-3.tar.bz2

forge-1.3.16-20130509.121940-3-osx.tar.bz2

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 13:28
by Murujan
I don't know if this is the right place to report bugs, so please forgive me if it's not.
Problem : Phasing out Phyrexian Dreadnought with either Vision Charm or Reality Ripple in response to its "Sacrifice X" ability ends up in a crash when the ability resolves : The dreadnought is targetable (when it shouldn't be a valid target) therefore you have no other option than choosing it, then it crashes.
(I cannot past the log due to "new user" issue, sorry)

Edit : see attachment for log
 
Description: [describe what you were doing when the crash occurred]

RuntimeException | Open
Code: Select all
Forge Version:    1.3.15-r21351
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_17 Oracle Corporation

java.lang.RuntimeException: Trying to unlock input which is not locked! Do check when your threads terminate!
   at forge.control.input.InputControl.unlock(InputControl.java:208)
   at forge.FThreads$1.run(FThreads.java:114)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
 

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 14:13
by Symphonic
The crash occured when I killed the opponent's Angel of Serenity with a Dreadbore and an exiled Grim Lavamancer, Inferno Titan and Wurmcoil Engine were returned to my hand.

IllegalArgumentException | Open
Code: Select all
Forge Version:    1.3.15-r21351
Operating System: Windows 7 6.1 amd64
Java Version:     1.6.0_24 Sun Microsystems Inc.

java.lang.IllegalArgumentException: illegal component position 3 should be less then 3
   at java.awt.Container.checkAdding(Unknown Source)
   at java.awt.Container.setComponentZOrder(Unknown Source)
   at forge.view.arcane.CardArea.doLayout(CardArea.java:205)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validateTree(Unknown Source)
   at java.awt.Container.validate(Unknown Source)
   at javax.swing.RepaintManager.validateInvalidComponents(Unknown Source)
   at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(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.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)

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 14:42
by Chris H.
Murujan wrote:I don't know if this is the right place to report bugs, so please forgive me if it's not.
 
This is the right place if you are using Forge Beta: 05-06-2013 ver 1.3.15. :)

This topic contains useful info for new users: How to Provide a Useful Bug Report

Murujan wrote:(I cannot past the log due to "new user" issue, sorry)
 
That will change once you have posted enough messages. In the meantime you can save the report to your HD and then attach the text file to your message.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 15:02
by Murujan
Chris H. wrote:
Murujan wrote:I don't know if this is the right place to report bugs, so please forgive me if it's not.
 
This is the right place if you are using Forge Beta: 05-06-2013 ver 1.3.15. :)

This topic contains useful info for new users: How to Provide a Useful Bug Report

Murujan wrote:(I cannot past the log due to "new user" issue, sorry)
 
That will change once you have posted enough messages. In the meantime you can save the report to your HD and then attach the text file to your message.
Thanks, i edited my message to attach the report.
Great piece of software by the way :)

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 15:13
by Chris H.
Murujan wrote:Thanks, i edited my message to attach the report.
Great piece of software by the way :)
 
Thank you and your are welcome. :D

I went ahead and downloaded your attachment and added it to your message via my moderator's abilities.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 15:16
by Max mtg
@Mirujan, Phyrexian Dreadnought was fixed yesterday. Get yourself either a fresh snapshot (today's is fine) or the next beta when it's out.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 09 May 2013, 16:45
by Salmiaka
I couldn't play with opponent's hands during my turn with Sen Triplets on the battlefield, but it's hand was viewable.

Code: Select all
[s]And Veteran Explorer 's ability doesn't trigger.[/s]
Nevermind, I had no basic lands in my deck.