Page 95 of 487

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 05:10
by moomarc
Not sure what the issue is there, but I know when I last tested a plane I could start fine with a 2-card planar deck (the separate type, not deck section type).

As for the false, I think that might be a println I left in accidentally when I fixed starting with a random planar deck, not somethething to do with deck conformance.

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 11:07
by moomarc
Max, it looks like your changes to the battlefield layout for cards has caused some issues. Once player has enough of a certain type of card it can end up being half/completely off screen, or it can appear behind another card type. See screenshot attached.
Layout issues.jpg
Layout problems

In the above image I'm being attacked by Yavimaya Ants and can't do anything about it because I can't click on it to target or assign blockers. Also, my Femeref Scouts seem to be trying to hide behind my CoP:Black (which was of no use to them of course).

Sorry if this is unrelated to your changes.

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 11:29
by Max mtg
It's mine - coming from r19956.

Upd: Fixed in 19986

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 11:43
by swordshine
It seems etb triggers with targets do not work.
I Played a Angel of Despair, nothing happened. (I'm using r19975)

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 11:48
by moomarc
AI tried to cast Zuran Orb and the game froze, printing "AI failed to play Zuran Orb" to console indefinetely until I stopped the process. Nothing weird in play to explain it.
Zuran Orb fail.jpg
FAIL: Zuran Orb

Edit: Just tested in constructed and in quest again by putting the Orb in the AI's hand, but it was played just fine [-( :-s

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 12:37
by Sloth
moomarc wrote:AI tried to cast Zuran Orb and the game froze, printing "AI failed to play Zuran Orb" to console indefinetely until I stopped the process. Nothing weird in play to explain it.
Zuran Orb fail.jpg

Edit: Just tested in constructed and in quest again by putting the Orb in the AI's hand, but it was played just fine [-( :-s
At least i've fixed problems like this causing infinite loops.

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 14:16
by friarsol
moomarc wrote:Not sure what the issue is there, but I know when I last tested a plane I could start fine with a 2-card planar deck (the separate type, not deck section type).
Weird, maybe it has more to do with the deck issues I was having below. I only had 2 Planes in the deck (I thought), but we should still have an error message no matter what the issue is.

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 15:56
by swordshine
I can only attack one of my opponents in a multiplayer game

Re: Bug Reports (snapshot builds)

PostPosted: 02 Mar 2013, 19:17
by friarsol
swordshine wrote:I can only attack one of my opponents in a multiplayer game
It toggles through all the opponents for me. Maybe this was fixed by Max reverting the stop commands in Inputs?

Re: Bug Reports (snapshot builds)

PostPosted: 03 Mar 2013, 09:57
by ttdic
I cast the Extraplanar Lens in the forge-1.3.10-20130302.133833-1,but nothing happen.

When I cast this card in forge-1.3.9, it works.

Re: Bug Reports (snapshot builds)

PostPosted: 03 Mar 2013, 10:29
by Max mtg
ttdic wrote:I cast the Extraplanar Lens in the forge-1.3.10-20130302.133833-1,but nothing happen.

When I cast this card in forge-1.3.9, it works.
It aready works properly in SVN builds and will do in next snapshot as well.

That was a side effect of my experiment with inputs

Re: Bug Reports (snapshot builds)

PostPosted: 03 Mar 2013, 10:56
by ttdic
Max mtg wrote:
ttdic wrote:I cast the Extraplanar Lens in the forge-1.3.10-20130302.133833-1,but nothing happen.

When I cast this card in forge-1.3.9, it works.
It aready works properly in SVN builds and will do in next snapshot as well.

That was a side effect of my experiment with inputs
I see thanks!

Re: Bug Reports (snapshot builds)

PostPosted: 03 Mar 2013, 15:01
by friarsol
r20004

If you try to generate 1 color deck you get a popup saying it's not allowed (that's correct), but then Forge tries to continue starting the game anyway and crashes.

NPE | Open
java.lang.NullPointerException
at forge.game.GameNew.newGame(GameNew.java:158)
at forge.game.MatchController.startRound(MatchController.java:161)
at forge.gui.home.sanctioned.CSubmenuConstructed$7.doInBackground(CSubmenuConstructed.java:128)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 03 Mar 2013, 15:44
by Max mtg
friarsol wrote:r20004

If you try to generate 1 color deck you get a popup saying it's not allowed (that's correct), but then Forge tries to continue starting the game anyway and crashes.
It has been here for a very loooong time.
The best strategy would be to write some code that generates monocolored decks, just an adapted version of /Forge-stable/src/main/java/forge/deck/generate/Generate2ColorDeck.java - it must be very easy.

Re: Bug Reports (snapshot builds)

PostPosted: 03 Mar 2013, 20:58
by friarsol
Max mtg wrote:It has been here for a very loooong time.
That's silly. We already have a warning there saying we can't handle 1 colored generated decks, why does it still try to continue to start the game if no deck was generated? (That's mostly a rhetorical question).