Bug Reports (snapshot builds)
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Bug Reports (snapshot builds)
by drdev » 10 Oct 2014, 16:31
Should be fixed in r27882.ZappaZ wrote:r27878
Description: Pressing Keep just after starting my first constructed game on this snapshot.EDIT:
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:601)
at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:595)
at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:289)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:119)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
If I press continue I get the same error on every step, but it seems like I can play.
Downloading 27880 now.
- drdev
- Programmer
- Posts: 1958
- Joined: 27 Jul 2013, 02:07
- Has thanked: 189 times
- Been thanked: 565 times
Re: Bug Reports (snapshot builds)
by ZappaZ » 10 Oct 2014, 16:33
r27880
Description: Starting a constructed game and pressing Keep.
Description: Starting a constructed game and pressing Keep.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:601)
at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:595)
at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:289)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:119)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at forge.game.card.CardView$CardStateView.isCreature(CardView.java:736)
at forge.view.arcane.CardPanel.updatePTOverlay(CardPanel.java:505)
at forge.view.arcane.CardPanel.setCard(CardPanel.java:538)
at forge.view.arcane.CardPanel.<init>(CardPanel.java:128)
at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:634)
at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:595)
at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:281)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:119)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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: Bug Reports (snapshot builds)
by friarsol » 10 Oct 2014, 16:45
r27881drdev wrote:Fixed in r27877.nefigah wrote:Also, the "summoning sickness" indicators on newly-cast creatures seem to be missing.
My creature with Haste is displaying the "summoning sicknesss" indicator, which it shouldn't do.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by ZappaZ » 10 Oct 2014, 16:52
Yeah, works nicely.drdev wrote:Should be fixed in r27882.ZappaZ wrote:r27878
Description: Pressing Keep just after starting my first constructed game on this snapshot.EDIT:
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:601)
at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:595)
at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:289)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:119)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
If I press continue I get the same error on every step, but it seems like I can play.
Downloading 27880 now.
I get this in Commander in r27882:
Description: Staring a commander game, this comes before I get to choose anything.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at forge.game.card.CardView$CardStateView.isCreature(CardView.java:736)
at forge.view.arcane.CardPanel.updatePTOverlay(CardPanel.java:505)
at forge.view.arcane.CardPanel.setCard(CardPanel.java:538)
at forge.view.arcane.CardPanel.<init>(CardPanel.java:128)
at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:641)
at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:595)
at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:281)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:119)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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: Bug Reports (snapshot builds)
by ZappaZ » 10 Oct 2014, 17:07
r27883
Description: Path to Exiled AIs Stormkirk Noble then this happened during AIs upkeep.
Description: I start, I play Windswept Heath and resolve it for a Plains, then I play Hada Freeblade and this happens while Hada is still on the stack.
Description: Path to Exiled AIs Stormkirk Noble then this happened during AIs upkeep.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
Description: I start, I play Windswept Heath and resolve it for a Plains, then I play Hada Freeblade and this happens while Hada is still on the stack.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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: Bug Reports (snapshot builds)
by borsuk » 10 Oct 2014, 17:24
Thanks for info, didn't know that - i'm into MTG just for few past weeks and still grasping the rulestimmermac wrote:Not to seem like I'm piling on here, but Shu General has the horsemanship ability, while neither of your potential blockers do.friarsol wrote:Please check the link in my signature. You seem to be on an old version. Additionally this thread is for reports for the snapshot builds, those more recent than the latest beta release.borsuk wrote:1.5.26, at quest mode i coudln't block shu general with neither of my two cards, altought i should be allowed to.

Re: Bug Reports (snapshot builds)
by Agetian » 10 Oct 2014, 18:21
r27883: I'm still getting this crash (I got this particular one when casting Rotlung Reanimator, but I think it may happen sort of randomly every once in a while, I got it one more time in another game with a different card).
- NullPointerException | Open
- Code: Select all
Forge Version: SVN
Operating System: Linux 3.8.0-26-generic amd64
Java Version: 1.7.0_51 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
- Agetian
- Programmer
- Posts: 3486
- Joined: 14 Mar 2011, 05:58
- Has thanked: 683 times
- Been thanked: 569 times
Re: Bug Reports (snapshot builds)
by nefigah » 10 Oct 2014, 18:36
r2...83:
Yep, got Agetian's NPE too (when I casted Tarmogoyf):
Yep, got Agetian's NPE too (when I casted Tarmogoyf):
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r27883
Operating System: Mac OS X 10.9.5 x86_64
Java Version: 1.7.0_67 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Re: Bug Reports (snapshot builds)
by drdev » 10 Oct 2014, 19:25
Thanks for all the reports guys. I'm currently working on a decent sized refactoring of how card types are handled to further improve performance, but once that's done I'll be sure to look into the remaining issues.
- drdev
- Programmer
- Posts: 1958
- Joined: 27 Jul 2013, 02:07
- Has thanked: 189 times
- Been thanked: 565 times
Re: Bug Reports (snapshot builds)
by jawg » 10 Oct 2014, 20:37
Description: Upon starting a Commander game, cannot see human player's hand (Including Keep/Exile option before turn 1), or Commander in Command zone. AI commander is visible. Game continues to crash each time 'OK' is entered to advance phase.
If game is CLOSED, and another is started - "Cannot start a game while another game is already in progress." - Hand is then visible, but prompt says "Waiting for opponent..." and no actions may be taken.
*Edit* Same crash occurs in Human vs Human situation.
An AI vs AI match begins and plays "as expected," but continues to crash most times the phase advances.
If game is CLOSED, and another is started - "Cannot start a game while another game is already in progress." - Hand is then visible, but prompt says "Waiting for opponent..." and no actions may be taken.
*Edit* Same crash occurs in Human vs Human situation.
An AI vs AI match begins and plays "as expected," but continues to crash most times the phase advances.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 8.1 6.3 x86
Java Version: 1.7.0_60 Oracle Corporation
java.lang.NullPointerException
at forge.game.card.CardView$CardStateView.isCreature(CardView.java:736)
at forge.view.arcane.CardPanel.updatePTOverlay(CardPanel.java:505)
at forge.view.arcane.CardPanel.setCard(CardPanel.java:538)
at forge.view.arcane.CardPanel.<init>(CardPanel.java:128)
at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:641)
at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:595)
at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:281)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:119)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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: Bug Reports (snapshot builds)
by lujo » 11 Oct 2014, 00:32
Description: Sacrificed Rakdos Cackler to Lyzolda, the Blood Witch
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows XP 5.1 x86
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
---
My Shandalar deck pack folder is avaliable here:Dropbox
Leave feedback on particular decks here: Google doc
Ask for instructions, give feedback and complaints here: Thread
My Shandalar deck pack folder is avaliable here:Dropbox
Leave feedback on particular decks here: Google doc
Ask for instructions, give feedback and complaints here: Thread
Re: Bug Reports (snapshot builds)
by friarsol » 11 Oct 2014, 00:47
r27883
It looks like the Combat Panel prints for each attacking creature. So right now I have a Combat Panel that looks like:
Jane is attacked by:
Creature 1
Creature 2
Creature 3
Jane is attacked by:
Creature 1
Creature 2
Creature 3
Jane is attacked by:
Creature 1
Creature 2
Creature 3
Edit: Additionally this pane doesn't have a scrollbar when you click into it like the log panel does.
It looks like the Combat Panel prints for each attacking creature. So right now I have a Combat Panel that looks like:
Jane is attacked by:
Creature 1
Creature 2
Creature 3
Jane is attacked by:
Creature 1
Creature 2
Creature 3
Jane is attacked by:
Creature 1
Creature 2
Creature 3
Edit: Additionally this pane doesn't have a scrollbar when you click into it like the log panel does.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by lujo » 11 Oct 2014, 10:04
r27883
Description: Duel agains Seabiscuit in quest mode. Playing a deck with a lot of unleash. Getting errors all the time, Angelic Voices creature pump not showing visualy, errors uppon every other action (persist activation too).
Description: Duel agains Seabiscuit in quest mode. Playing a deck with a lot of unleash. Getting errors all the time, Angelic Voices creature pump not showing visualy, errors uppon every other action (persist activation too).
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows XP 5.1 x86
Java Version: 1.8.0_20 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
---
My Shandalar deck pack folder is avaliable here:Dropbox
Leave feedback on particular decks here: Google doc
Ask for instructions, give feedback and complaints here: Thread
My Shandalar deck pack folder is avaliable here:Dropbox
Leave feedback on particular decks here: Google doc
Ask for instructions, give feedback and complaints here: Thread
Re: Bug Reports (snapshot builds)
by friarsol » 11 Oct 2014, 14:02
r27884
When I activate Sarkhan, the Dragonspeaker 's +1 things don't seem to work at all. He doesn't seem to gain all his animation stuff, and all of his abilities get wiped. Not sure if that's related to Morph spells coming into play unmorphed.
When I activate Sarkhan, the Dragonspeaker 's +1 things don't seem to work at all. He doesn't seem to gain all his animation stuff, and all of his abilities get wiped. Not sure if that's related to Morph spells coming into play unmorphed.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Bug Reports (snapshot builds)
by fiend123 » 12 Oct 2014, 00:29
r27883
Forge keeps crashing in my draft games.
Description: Crash when sacrficing Evolving Wilds for its ability,
Forge keeps crashing in my draft games.
Description: Crash when sacrficing Evolving Wilds for its ability,
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 x86
Java Version: 1.7.0_67 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 x86
Java Version: 1.7.0_67 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.29-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 x86
Java Version: 1.7.0_67 Oracle Corporation
java.lang.NullPointerException
at forge.screens.match.CMatchUI.updateSingleCard(CMatchUI.java:318)
at forge.match.MatchUtil.updateCards(MatchUtil.java:320)
at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:125)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
Who is online
Users browsing this forum: SheriGib and 49 guests