It is currently 16 Apr 2024, 19:30
   
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 Ldcs8T4EAnj8h5ZMD8rf » 02 Sep 2019, 19:02

1.6.28 Snapshot 57
Languish appears to have not given any creatures -4/-4.
Attachments
Screenshot (89).png
Ldcs8T4EAnj8h5ZMD8rf
 
Posts: 36
Joined: 13 Nov 2015, 15:36
Has thanked: 1 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby innkeeper » 04 Sep 2019, 04:33

1.6.27

Mana Reflection is causing shock lands and other lands with multiple land types associated with them to tap for abnormally large amounts of mana.


Conditions:

Mana Reflection in play
&
Lands with more than one color associated with them (ie Hallowed Fountain) in play untapped.

Expected result:
Tapping Hallowed Fountain for a Blue or a White mana adds 2 of the color you tap for to your pool.

Actual result:
Tapping Hallowed Fountain for a Blue or a White mana adds 4 of the color you tap for to your pool.

Potential cause:
Mana Reflection is reading Hallowed Fountain and other similar cards as tapping for one of both colors, then doubles that.

ie it thinks it taps for WU and then when you tap it for either W or U it adds 4x the amount instead of 2.
innkeeper
 
Posts: 2
Joined: 04 Sep 2019, 04:23
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Tayqual » 12 Sep 2019, 22:27

Legion Warboss Goblin tokens are not being required to attack, when there is no effect preventing them.

forge-1.6.29-SNAPSHOT-r85-847195c9f5
Tayqual
 
Posts: 4
Joined: 04 Apr 2019, 01:08
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby Trancy97 » 16 Sep 2019, 07:55

1.6.28.002 android
Planechase mode isn't working as intended, i think i had found some bugs.
- The plane card is "binded" to the starting player and doesn't rotate anymore amongst player like before (not sure if it is a bug or not).
- Sometimes planes doesn't work: the actual plane was kharasha foothills (controlled by the ai) and i attacked one of my opponents with coiling oracle but the plane didn't trigger and i couldn't create the copies.
I guess because kharasha foothills was controlled by my opponent and it reads "creatures you control" so that's why it didn't work. I tried to replicate this by starting a game in which i was the first to play (so i got the plane) and planeswalked until i found kharasha foothills again, then proceeded to attack one of my opponents with coiling oracle and this time it worked.
- The developer tool "Planeswalk to" doesn't work because it just randomly planeswalk to another plane instead of the choosen one.
- Ai never tries to roll the die.
Trancy97
 
Posts: 7
Joined: 16 Sep 2019, 07:25
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby stormcat » 16 Sep 2019, 21:58

:r251-147cf60076
When I try to Worldgorger combo(reanimate Worldgorger Dragon with Animate Dead), don't trigger removed Animate Dead's ability.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 21 Sep 2019, 21:26

:r336-bc6ab4d0b9
In multiplayer commander game, When AI1 controlled It That Betrays, AI1 got a fetch land another AI2 sacrificed, then activated it.
After it, AI had been looping fetch activate -> get fetch land.
It's wrong behavior.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby Ergg » 21 Sep 2019, 22:01

(first of all congrats guys: you are crazy fast on the cards additions !)

forge-1.6.29-SNAPSHOT-r336-bc6ab4d0b9

  • Irencrag Pyromancer don't trigger its ability when drawing the second card each turn
  • Fabled Passage doesn't come untap when the owner control four or more lands
  • Cards exiled with Thief of sanity are not cast-able with mana of any type
Ergg
 
Posts: 16
Joined: 23 Apr 2017, 07:27
Has thanked: 7 times
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 22 Sep 2019, 17:40

:r339-d850a6685a
I found a typo.

belle_of_the_brawl.txt
K:Menance -> K:Menace
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby MIC132 » 02 Oct 2019, 14:01

The Food token from Giant's Skewer has no image.
EDIT: Or rather some food tokens don't have images.
MIC132
 
Posts: 49
Joined: 17 Sep 2013, 15:18
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 02 Oct 2019, 16:44

:r60-7b6543e7fa
When I cast Adventure spell(not creature side), Garenbrig Squire triggered.
This is wrong behavior.(should not be triggered)
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 02 Oct 2019, 19:07

:r60-7b6543e7fa
When AI cast Bonecrusher Giant's adventure to player, frozen.
The log is here.

Code: Select all
Game-7 > java.lang.NullPointerException
   at forge.game.ability.effects.EffectEffect.resolve(EffectEffect.java:161)
   at forge.game.ability.SpellApiBased.resolve(SpellApiBased.java:55)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1364)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1332)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:475)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1066)
   at forge.game.GameAction.startGame(GameAction.java:1602)
   at forge.game.Match.startGame(Match.java:89)
   at forge.match.HostedMatch$2.run(HostedMatch.java:238)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby Artiamus » 24 Oct 2019, 17:05

Version: forge-gui-desktop-1.6.30-SNAPSHOT

Bug: Playing with a Standard format quest deck vs the "Arcades, the Strategist" challenge deck. Upon playing "Frogify" on Arcades to shut off his abilities, computer was still able to attack with the three walls under their control as if Arcades' text was still there along with damage still being assigned via toughness as well.
Artiamus
 
Posts: 5
Joined: 03 Aug 2017, 02:05
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Trancy97 » 22 Nov 2019, 13:56

Android 1.6.30.001
My blocking creatures never assigns combat damage to ai's attacking creatures, as you can see in the screenshot.
The log reads "prevent all damage that would be dealt to attacking creatures you control". This is the ability of iroas, god of victory, that's inside this deck (but not on the battlefield). Playing against other decks with iroas inside it will replicate the bug, while playing against other decks without iroas the damage work.
Attachments
Screenshot_20191122-145008_Forge.jpg
Trancy97
 
Posts: 7
Joined: 16 Sep 2019, 07:25
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Stinky » 05 Dec 2019, 17:40

Trancy97 wrote:Android 1.6.30.001
My blocking creatures never assigns combat damage to ai's attacking creatures, as you can see in the screenshot.
The log reads "prevent all damage that would be dealt to attacking creatures you control". This is the ability of iroas, god of victory, that's inside this deck (but not on the battlefield). Playing against other decks with iroas inside it will replicate the bug, while playing against other decks without iroas the damage work.
I noticed the exact same issue (on PC) - whenever I play a deck containing Iroas, God of Victory all combat damage that should be dealt to my attacking creatures is prevented even though Iroas is not on the battlefield. This is also true if Iroas is my commander and still in the command zone. I tested it and when I removed Iroas from the deck everything went back to normal.
Stinky
 
Posts: 6
Joined: 03 Nov 2019, 17:51
Has thanked: 0 time
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby Cellidor » 07 Dec 2019, 03:57

Version: forge-gui-desktop-1.6.30

Bug: Defeating any AI in a 3+ player match on their turn via damaging effects will lock up the game indefinitely. This makes playing certain decks impossible (Such as Nekusar). The AI will receive lethal damage, proceed with their turn until the "declare blockers" step, and will then say "Waiting for opponent..." and never proceed from that point.
Attachments
Nekusar.png
In-game screenshot
Cellidor
 
Posts: 10
Joined: 17 Oct 2019, 03:53
Has thanked: 5 times
Been thanked: 0 time

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 44 guests


Who is online

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

Login Form