It is currently 25 Aug 2025, 19:05
   
Text Size

Forge Beta: 05-06-2013 ver 1.3.15

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

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

Postby alfax » 08 May 2013, 20:48

Turn // Burn vs Thragtusk - it appears that, because both abilities are happening simultaneously, rather than in sequence, Thragtusk is still getting his beast token.
alfax
 
Posts: 7
Joined: 05 Feb 2013, 22:33
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Report

Postby Max mtg » 08 May 2013, 21:18

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.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

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

Postby Zirbert » 09 May 2013, 02:09

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".
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

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

Postby PyroMTG » 09 May 2013, 02:30

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.
PyroMTG
 
Posts: 1
Joined: 09 May 2013, 02:01
Has thanked: 0 time
Been thanked: 0 time

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

Postby swordshine » 09 May 2013, 03:20

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.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

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

Postby krishkrush » 09 May 2013, 12:26

Minor Bug: Moonsilver Spear produces Angel tokens without card image(placeholder), but Luminarch Ascension produces Angel tokens with the right card image.
Attachments
Unbenannt.png
Last edited by krishkrush on 09 May 2013, 12:30, edited 1 time in total.
krishkrush
 
Posts: 89
Joined: 13 Oct 2012, 14:18
Has thanked: 30 times
Been thanked: 2 times

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

Postby krevett » 09 May 2013, 12:27

 Training Grounds doesn't reduce the cost with Lin Sivvi, Defiant Hero's X ability

Edit: Same with Mirror Entity...
Last edited by Chris H. on 09 May 2013, 12:38, edited 1 time in total.
Reason: mouse-over
krevett
 
Posts: 109
Joined: 21 Feb 2012, 22:24
Location: France
Has thanked: 18 times
Been thanked: 9 times

Re: Bug Report

Postby Chris H. » 09 May 2013, 12:35

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
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-06-2013 ver 1.3.15

Postby Murujan » 09 May 2013, 13:28

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)
 
Attachments
PhyrexianDreadnoughtPhasingBug.txt
Log report of the crash
(645 Bytes) Downloaded 189 times
Last edited by Chris H. on 09 May 2013, 15:10, edited 2 times in total.
Reason: added crash report
Murujan
 
Posts: 3
Joined: 09 May 2013, 13:06
Has thanked: 2 times
Been thanked: 0 time

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

Postby Symphonic » 09 May 2013, 14:13

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)
Symphonic
 
Posts: 146
Joined: 10 Dec 2011, 19:09
Has thanked: 3 times
Been thanked: 6 times

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

Postby Chris H. » 09 May 2013, 14:42

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.
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-06-2013 ver 1.3.15

Postby Murujan » 09 May 2013, 15:02

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 :)
Murujan
 
Posts: 3
Joined: 09 May 2013, 13:06
Has thanked: 2 times
Been thanked: 0 time

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

Postby Chris H. » 09 May 2013, 15:13

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.
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-06-2013 ver 1.3.15

Postby Max mtg » 09 May 2013, 15:16

@Mirujan, Phyrexian Dreadnought was fixed yesterday. Get yourself either a fresh snapshot (today's is fine) or the next beta when it's out.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

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

Postby Salmiaka » 09 May 2013, 16:45

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.
Salmiaka
 
Posts: 20
Joined: 07 May 2013, 00:55
Has thanked: 4 times
Been thanked: 2 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 50 guests

Main Menu

User Menu

Our Partners


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 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 50 guests

Login Form