Page 34 of 487

Re: Bug Reports (snapshot builds)

PostPosted: 20 Jul 2012, 14:54
by Milod
cant open deck editor anymore wats the problem?

Re: Bug Reports (snapshot builds)

PostPosted: 22 Jul 2012, 10:48
by PowerClaws
When casting Beseech the Queen with four Swamps in play, the only cost i can pay is 2BB, when try to pay the third 2/B, it assumes that the black mana is for the 2, not the B part, any way to fix this?

Re: Bug Reports (snapshot builds)

PostPosted: 22 Jul 2012, 12:48
by PowerClaws
Also, Rhox Faithmender should have lifelink

Re: Bug Reports (snapshot builds)

PostPosted: 22 Jul 2012, 13:37
by Chris H.
Milod wrote:cant open deck editor anymore wats the problem?
 
Look for the file named "editor_preferred.xml" which is located in your /res/layouts/ folder. It may have gotten corrupted somehow.

Try deletiong this file and then re-launch forge and go to the deck editor. It should then use the editor_default.xml file and open correctly.

Note that your deck editor will have the default layout and you will have to set up your deck edotor once again. :(

Re: Bug Reports (snapshot builds)

PostPosted: 22 Jul 2012, 14:12
by friarsol
PowerClaws wrote:When casting Beseech the Queen with four Swamps in play, the only cost i can pay is 2BB, when try to pay the third 2/B, it assumes that the black mana is for the 2, not the B part, any way to fix this?
Fixed.

Re: Bug Reports (snapshot builds)

PostPosted: 22 Jul 2012, 14:57
by friarsol
AI countered a Miracle trigger with his Rimewind Cryomancer.

Re: Bug Reports (snapshot builds)

PostPosted: 22 Jul 2012, 18:33
by Sloth
PowerClaws wrote:Also, Rhox Faithmender should have lifelink
Fixed! Thanks PowerClaws.

friarsol wrote:AI countered a Miracle trigger with his Rimewind Cryomancer.
Fixed! Thanks sol.

Re: Bug Reports (snapshot builds)

PostPosted: 24 Jul 2012, 03:23
by PowerClaws
As of the last snapshot, Mirror Gallery does cause the legend rule to be ignored

Re: Bug Reports (snapshot builds)

PostPosted: 24 Jul 2012, 23:36
by Corwin72
Is anyone else still downloading junk for the low quality set pictures? m13

Re: Bug Reports (snapshot builds)

PostPosted: 25 Jul 2012, 03:15
by friarsol
Corwin72 wrote:Is anyone else still downloading junk for the low quality set pictures? m13
Well, the pictures aren't available yet, so we're not really in any different state than the last time you were talking about it.

Re: Bug Reports (snapshot builds)

PostPosted: 25 Jul 2012, 04:21
by Corwin72
Sorry. I thought that I read that they were up a while back.

Re: Bug Reports (snapshot builds)

PostPosted: 25 Jul 2012, 13:19
by Chris H.
Corwin72 wrote:Is anyone else still downloading junk for the low quality set pictures? m13
 
Someone posted a link for M13 pics that were larger in size and better quality than the 200 x 285 pixel pics that we get via the "Download LQ Card Pictures" button..

But these pics were also smaller and had less quality than the HQ 480 x 680 pixel pics that are provided by the HQ pic team.

There was a little confusion created by this unfortunately.

We are still waiting on the HQ pic team.

Re: Bug Reports (snapshot builds)

PostPosted: 27 Jul 2012, 00:45
by friarsol
r16324

Looks like creating tokens is making it through long enough in changeZone to cause an NPE where I believe it would exit out previously after just a bit. Sloth, this is probably related to 16316, reducing change zone code.

java.lang.NullPointerException
at forge.GameAction.changeZone(GameAction.java:222)
at forge.GameAction.moveTo(GameAction.java:317)
at forge.GameAction.moveTo(GameAction.java:298)
at forge.GameAction.moveToPlay(GameAction.java:557)
at forge.card.cardfactory.CardFactoryUtil.makeToken(CardFactoryUtil.java:3648)
at forge.card.abilityfactory.AbilityFactoryToken.doResolve(AbilityFactoryToken.java:574)

Edit: I just added a null check in, not sure if more needed to happen, but it seems ok now.

Re: Bug Reports (snapshot builds)

PostPosted: 27 Jul 2012, 06:25
by PowerClaws
 Quagmire has the additional text of "xno text"

Re: Bug Reports (snapshot builds)

PostPosted: 27 Jul 2012, 10:21
by Chris H.
PowerClaws wrote: Quagmire has the additional text of "xno text"
 
Fixed, thank you.