It is currently 18 Apr 2024, 20:39
   
Text Size

Bug Reports (snapshot builds)

Post MTG Forge Related Programming Questions Here

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

Re: Bug Reports (snapshot builds)

Postby stormcat » 21 May 2018, 06:04

:forge-gui-desktop-1.6.11-SNAPSHOT-r182
In 4 Player Commander game of Performance Mode,
When is Blood Moon in the battlefield, Non Basic lands lost mana ability.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby fateatfish » 21 May 2018, 12:00

forge-gui-desktop-1.6.10
I have Gideon of the Trials and use the 0 ability so it becomes a creatrue, than I equipped Helm of the Host to it and attack with it, turns out a nonlegendary copy of planeswalker Gideon of the Trials was created on the battlefield. But the problem is, this copy can't activate any ability this turn. But seeminglessly, Jace, Cunning Castaway's nonlegendary copy worked just fine, those copies could activate planswalker ability normally. So there might be a bug here with Helm of the Host, since I tried it with other Gideon planeswalker, they all have the same problem, but for the next turn, they worked just fine.
fateatfish
 
Posts: 14
Joined: 14 Feb 2014, 06:20
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby 7Durandal7 » 22 May 2018, 02:10

My land was enchanted by [Spreading Seas], but it is not able to produce U mana.
Attachments
bug.png
User avatar
7Durandal7
 
Posts: 15
Joined: 04 May 2012, 04:38
Has thanked: 7 times
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby 5enza » 22 May 2018, 03:54

Description: Liliana, Defiant Necromancer - Ultimate ability. Whenever a token dies game crashes with ability on the stack (Whenever a creature dies, return it to the battlefield under your control at the beginning of the next step.)

Code: Select all
spoiler=NullPointerException]
Forge Version:    1.6.11-SNAPSHOT-r-1u
Operating System: Mac OS X 10.13.4 x86_64
Java Version:     1.8.0_171 Oracle Corporation

java.lang.NullPointerException
   at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:498)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1342)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1319)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:525)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1016)
   at forge.game.GameAction.startGame(GameAction.java:1669)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   at java.lang.Thread.run(Thread.java:748)
5enza
 
Posts: 71
Joined: 16 May 2014, 01:35
Has thanked: 10 times
Been thanked: 13 times

2HG game froze after using Boros Charm

Postby M47750N » 22 May 2018, 20:44

Playing a 2H giant with my friend online against two AI players, we have almost completet this match and then I clicked on [[Boros Charm]] and the game freezed.
NOT complaining, just wanted to let you know if I find stuff that don't work :)

I'm playing the latest forge-gui-desktop-1.6.11-SNAPSHOT-r187
M47750N
 
Posts: 24
Joined: 01 May 2018, 09:46
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby stormcat » 23 May 2018, 18:14

:r189
In Performance mode,
If Double-Faced card has gone to graveyard, it still back-faced.
Attachments
capture_001_24052018_031234.jpg
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 24 May 2018, 01:39

:r191
In Commander game, Performance mode,
AI played Grasp of Fate and choose two my permanents.
This is wrong behavior.(up to one permanent for each player)
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby Corwin72 » 26 May 2018, 22:53

The card Curse of Stalked Prey is not working right now.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 27 May 2018, 18:18

Description: [describe what you were doing when the crash occurred]

UnsupportedOperationException | Open
Code: Select all
Forge Version:    1.6.11-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.lang.UnsupportedOperationException: Delete not implemented for game type = Brawl
   at forge.itemmanager.DeckManager.deleteDeck(DeckManager.java:335)
   at forge.itemmanager.DeckManager$DeckActionsRenderer.processMouseEvent(DeckManager.java:378)
   at forge.itemmanager.views.ItemListView$ItemTable.processMouseEvent(ItemListView.java:472)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby xbon » 31 May 2018, 20:36

Description: Just clicking download LQ Set pictures on a new build

NullPointerException | Open
Code: Select all
Forge Version:    1.6.11-SNAPSHOT-r-412
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.lang.NullPointerException
   at forge.download.GuiDownloadService.readyToStart(GuiDownloadService.java:130)
   at forge.download.GuiDownloadService.access$200(GuiDownloadService.java:40)
   at forge.download.GuiDownloadService$2$1.run(GuiDownloadService.java:101)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
xbon
 
Posts: 123
Joined: 04 Jun 2013, 22:52
Has thanked: 18 times
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby fateatfish » 01 Jun 2018, 03:17

forge-gui-desktop-1.6.11-SNAPSHOT-r412

In Deck Editor, when you double click a card to remove it, in old version like 1.6.10, forge will find that card in Catalog on the left automaticly. But in this version, nothing happens if you do so, unless you right-click the card and use the "Remove X copies of card from deck" function.
This is really annoying and uncomfortable for ppl like me who likes to replace cards for later and better-looking version.
fateatfish
 
Posts: 14
Joined: 14 Feb 2014, 06:20
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby Eehoe » 02 Jun 2018, 20:10

Godsend is still allowing AI to cast cards of the same name of the prior card being sent to exile.

I did notice the actual card is remembered vs the cardname. So I'm thinking godsend remembers creature goblin (123), but would still allow AI to cast goblin (125).
Eehoe
 
Posts: 22
Joined: 20 May 2018, 01:54
Has thanked: 1 time
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby fmartel » 03 Jun 2018, 15:18

Description: [In commander, playing Call of the Conclave]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.11-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version:     1.8.0_101 Oracle Corporation

java.lang.NullPointerException
   at forge.ImageCache.scaleImage(ImageCache.java:322)
   at forge.ImageCache.getImageNoDefault(ImageCache.java:228)
   at forge.CachedCardImage.<init>(CachedCardImage.java:19)
   at forge.view.arcane.CardPanel$2.<init>(CardPanel.java:203)
   at forge.view.arcane.CardPanel.updateImage(CardPanel.java:203)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:725)
   at forge.view.arcane.CardPanel$1.componentResized(CardPanel.java:156)
   at java.awt.Component.processComponentEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
fmartel
 
Posts: 281
Joined: 31 Dec 2013, 19:27
Location: Québec City
Has thanked: 8 times
Been thanked: 4 times

Re: Bug Reports (snapshot builds)

Postby fmartel » 03 Jun 2018, 18:17

Description: [in commander, played Geist-Honored Monk as its ability resolve, crash occurs]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.11-SNAPSHOT-r-1u
Operating System: Windows 7 6.1 amd64
Java Version:     1.8.0_101 Oracle Corporation

java.lang.NullPointerException
   at forge.ImageCache.scaleImage(ImageCache.java:322)
   at forge.ImageCache.getImageNoDefault(ImageCache.java:228)
   at forge.CachedCardImage.<init>(CachedCardImage.java:19)
   at forge.view.arcane.CardPanel$2.<init>(CardPanel.java:203)
   at forge.view.arcane.CardPanel.updateImage(CardPanel.java:203)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:725)
   at forge.view.arcane.CardPanel$1.componentResized(CardPanel.java:156)
   at java.awt.Component.processComponentEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
fmartel
 
Posts: 281
Joined: 31 Dec 2013, 19:27
Location: Québec City
Has thanked: 8 times
Been thanked: 4 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 03 Jun 2018, 19:14

Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.11-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.lang.NullPointerException
   at forge.ImageCache.scaleImage(ImageCache.java:322)
   at forge.ImageCache.getImageNoDefault(ImageCache.java:228)
   at forge.CachedCardImage.<init>(CachedCardImage.java:19)
   at forge.view.arcane.CardPanel$2.<init>(CardPanel.java:203)
   at forge.view.arcane.CardPanel.updateImage(CardPanel.java:203)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:725)
   at forge.view.arcane.PlayArea.doUpdateCard(PlayArea.java:746)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:645)
   at forge.view.arcane.PlayArea.update(PlayArea.java:590)
   at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:399)
   at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:102)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: Zirbert and 33 guests


Who is online

In total there are 34 users online :: 1 registered, 0 hidden and 33 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: Zirbert and 33 guests

Login Form