Page 1 of 1

Skin Crash

PostPosted: 12 Nov 2011, 03:40
by friarsol
Looks like I'm getting a crash at the end of the match. Doublestrike, I think this is related to your skin changes:

Detailed error trace:
java.lang.NullPointerException
at forge.view.swing.WinLoseFrame.<init>(WinLoseFrame.java:91)
at forge.GameAction.checkStateEffects(GameAction.java:801)
at forge.GameAction.checkStateEffects(GameAction.java:759)
at forge.Phase.handleBeginPhase(Phase.java:363)

Re: Skin Crash

PostPosted: 12 Nov 2011, 05:52
by slowe
I got the same thing. Reverting the change in forge.view.swing.ApplicationView fixes it. The reference to the skin was never being set.

Re: Skin Crash

PostPosted: 13 Nov 2011, 10:24
by Doublestrike
Sorry about this, my fault, just got back to the computer after being away and found it waiting for me. :(

Thanks for the quick fix - I made an adjustment to it in r11977.