It is currently 16 Apr 2024, 14:37
   
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 Devilman06 » 16 Jun 2018, 15:25

Ive noticed that since Dominaria release on Forge, Many of the Dominaria cards such as the legendary sorcery and many of the Legends will work fine at first then next time I load forge they are suddenly not supported? is it something Im doing or is this a known issue?
Attachments
Untitled.png
this is how it shows up. This card worked when i built the deck the day before
Devilman06
 
Posts: 127
Joined: 29 Jan 2010, 03:59
Has thanked: 1 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 21 Jun 2018, 04:05

Description: the error is caused in an attempt to solve creatures with "haunt"

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

java.lang.NullPointerException
   at forge.game.GameAction.changeZone(GameAction.java:381)
   at forge.game.GameAction.moveTo(GameAction.java:549)
   at forge.game.GameAction.moveTo(GameAction.java:534)
   at forge.game.GameAction.exile(GameAction.java:706)
   at forge.game.GameAction.exile(GameAction.java:699)
   at forge.game.ability.effects.HauntEffect.resolve(HauntEffect.java:14)
   at forge.game.spellability.AbilitySub.resolve(AbilitySub.java:111)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1350)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1327)
   at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:185)
   at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:255)
   at forge.player.PlayerControllerHuman.playSpellAbilityNoStack(PlayerControllerHuman.java:207)
   at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:508)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1350)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1327)
   at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:185)
   at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:255)
   at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:246)
   at forge.player.PlayerControllerHuman.playTrigger(PlayerControllerHuman.java:1604)
   at forge.game.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:650)
   at forge.game.trigger.TriggerHandler.runWaitingTrigger(TriggerHandler.java:357)
   at forge.game.trigger.TriggerHandler.runWaitingTriggers(TriggerHandler.java:330)
   at forge.game.GameAction.checkStateEffects(GameAction.java:1025)
   at forge.game.phase.PhaseHandler.checkStateBasedEffects(PhaseHandler.java:1028)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:939)
   at forge.game.GameAction.startGame(GameAction.java:1665)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.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 Kiryu666 » 25 Jun 2018, 03:28

Description: [old error when trying to delete a deck commander by program please fix it soon]

UnsupportedOperationException | Open
Code: Select all
Forge Version:    1.6.12-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 = Commander
   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 Vandelay » 26 Jun 2018, 01:35

Currently using 1.6.12-SNAPSHOT-r150. Chandra's Fury is supposed to deal 4 damage to target player and 1 damage to each creature he or she controls, but it is instead dealing 5 damage to the target player and 1 damage to ALL creatures on the board. Looking at the log, it appears that the spell correctly deals 4 damage to the target player, but then deals an additional 1 damage to that player and 1 damage to all creatures on the board regardless of who controls them.
Vandelay
 
Posts: 1
Joined: 26 Jun 2018, 01:31
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 26 Jun 2018, 03:55

Description: very strange error in deck editor when passing the mouse by the cards an error happens of random form apparently something with the "scroll of the mouse" that causes the error,Yes, it's bizarre.



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

java.lang.NullPointerException
   at forge.toolbox.FSkin$SkinnedScrollPane$SkinScrollBarUI.repaintSelf(FSkin.java:2157)
   at forge.toolbox.FSkin$SkinnedScrollPane$SkinScrollBarUI$2.mouseEntered(FSkin.java:2143)
   at java.awt.AWTEventMulticaster.mouseEntered(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEnterExit(Unknown Source)
   at java.awt.LightweightDispatcher.trackMouseEnterExit(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 MaxMtg » 27 Jun 2018, 11:12

There are 2 Rowan and Will Kenrith's in the BBD edition file.
MaxMtg
 
Posts: 102
Joined: 11 Aug 2017, 16:11
Has thanked: 50 times
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby ShivaFang » 27 Jun 2018, 14:31

Sai, master thopterist seems to trigger when not in play.
ShivaFang
 
Posts: 101
Joined: 25 Jun 2016, 01:15
Has thanked: 26 times
Been thanked: 3 times

Re: Bug Reports (snapshot builds)

Postby ShivaFang » 28 Jun 2018, 01:12

Desecrated tomb is also triggering when not in play. It also seems to be triggering for other reasons than cards leaving the graveyard but its so spammy I'm having trouble pinpointing exactly what is triggering it.

I think it will trigger when 0 cards leave the graveyard as a result of cards that exile all cards in a graveyard when the graveyard is enpty.
ShivaFang
 
Posts: 101
Joined: 25 Jun 2016, 01:15
Has thanked: 26 times
Been thanked: 3 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 28 Jun 2018, 01:28

MaxMtg wrote:There are 2 Rowan and Will Kenrith's in the BBD edition file.
Yes it's intentional.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 28 Jun 2018, 09:59

@MaxMtg
Will&Rowan Kenrith has another card image when they become foil.

:r208
After I activated Chaos Wand and cast any spell, my library's order has changed.

Then this is not bug report, Is Spellseeker in BBD developed?
I want to play it.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby fiend123 » 28 Jun 2018, 16:35

Animate dead doesn't work.1.6.12-SNAPSHOT-r212.tar.bz2
Attachments
Capture.PNG
fiend123
 
Posts: 70
Joined: 05 Mar 2012, 17:26
Has thanked: 2 times
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby stormcat » 29 Jun 2018, 06:50

:r212
When I activated Basalt Monolith's untap ability, I copied it by Rings of Brighthearth.
But copy ability doesn't untap, original ability untap.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby tjtillman » 29 Jun 2018, 17:54

1.6.12 r226

For sealed and draft, the ETB tapped dual lands won't show up in the common slots in boosters, rather replacing the basic land in 5 out of every 12 packs.

Heroic Reinforcements has the incorrect casting cost.

Patient Rebuilding appears to draw its controller a card for each land card in the graveyard that had ever been milled by Patient Rebuilding, not just milled this turn.

CPU was at 5 life with 4 creatures on the battlefield. I played Demanding Dragon and CPU took the 5 damage and lost rather than sac a creature.

Edit: It appears the issue with Demanding Dragon isn't with the CPU choice, but that Demanding dragon didn't offer the choice. CPU played it against me and dealt 5 damage and I wasn't given an option to sac a creature.
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby tjtillman » 30 Jun 2018, 03:28

1.6.12 r230

Herald of Faith should be a 4/3

Rhox Oracle is missing the type "Creature" in its card file.

Somehow Sai, Master Thopterist triggered for the CPU when the card was in his library, not on the battlefield.
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby Forgotten » 30 Jun 2018, 18:05

Description: Arcane Artisan seems to create tokens of all remembered cards instead of only creating a token of exiled card. I have used it to exile Roil Elemental card from my hand and it created a token of it on the battlefield, working correctly. However, after using the same Arcane Artisan to exile Keiga, The Tide Star from my hand, it has created two tokens, which are copies Roiling Elementals and one token, which is a copy of Keiga, The Tide Star.

General bug report | Open
Code: Select all
Forge Version:    1.6.11-r-1u
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_171 Oracle Corporation
Forgotten
 
Posts: 1
Joined: 30 Jun 2018, 17:38
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 47 guests


Who is online

In total there are 47 users online :: 0 registered, 0 hidden and 47 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: No registered users and 47 guests

Login Form