It is currently 13 Jun 2025, 11:07
   
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 friarsol » 24 Oct 2016, 02:57

Power Conduit (and presumably any Charm activated ability) doesn't display it's cost in the card detail panel. Instead it just displays the description. I'm guessing 31882 might be the culprit.
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 Hanmac » 24 Oct 2016, 08:16

friarsol wrote:Power Conduit (and presumably any Charm activated ability) doesn't display it's cost in the card detail panel. Instead it just displays the description. I'm guessing 31882 might be the culprit.
yeah thanks, i was only thinking about Charm in the Charm-Spells and didn't check Activated Abilities.

i added getCostDescription to have a more generic way to get that.

i also updated the Description of Power Conduit.

PS: for Charm, any SpellDescription is ignored and generated by the Choices, so for new cards we don't need to add that anymore.
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Bug Reports (snapshot builds)

Postby Marek14 » 24 Oct 2016, 17:49

Indigo Dragon wrote:
Marek14 wrote:Forge no longer displays arrows for me (enchanting, blocking, pairing, etc.)
This may be a stupid answer, but you could have accidentally pressed 'T'.
'T' is the default keyboard shortcut to "toggle targeting visual overlay" for the "Targeting Arcs". There's three settings, "On" "Off" and "Card Mouseover". You can manually click it in the dock tab.
Personally, I dislike how it can changes every time I mistype on the keyboard and so have changed the keyboard shortcut to "Esc", which leaves it blank.
Hope this helps!
Oh, and as an additional Bug Report, Targeting Arcs for blocking and being blocked don't work if the creature is soulbonded (e.g. Deadeye Navigator)
Yup, that was it, thanks!
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Bug Reports (snapshot builds)

Postby xbon » 26 Oct 2016, 10:41

Description: Started a 2 player commander game

ClassCastException | Open
Code: Select all
Forge Version:    SVN v32398
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_112 Oracle Corporation

java.lang.ClassCastException: java.util.ArrayList cannot be cast to forge.trackable.TrackableObject
   at forge.trackable.TrackableTypes$TrackableObjectType.updateObjLookup(TrackableTypes.java:1)
   at forge.trackable.TrackableProperty.updateObjLookup(TrackableProperty.java:173)
   at forge.trackable.TrackableObject.set(TrackableObject.java:66)
   at forge.game.player.PlayerView.updateCommander(PlayerView.java:229)
   at forge.game.player.Player.setCommanders(Player.java:2845)
   at forge.game.player.Player.initVariantsZones(Player.java:2916)
   at forge.game.Match.prepareAllZones(Match.java:241)
   at forge.game.Match.startGame(Match.java:83)
   at forge.match.HostedMatch$2.run(HostedMatch.java:220)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
xbon
 
Posts: 124
Joined: 04 Jun 2013, 22:52
Has thanked: 18 times
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby Hanmac » 26 Oct 2016, 11:08

@xbon: thanks,should be fixed with r32399.

with r32400 i some change in TriggerHandler.

it was about Marionette Master using wrong Power when it dies with the Artifacts.

I hope it doesn't break anything.

==
PS: i noticed when i blink a creature which has Equipment,
the Equipment still looks like its still attached.

Probably something with the view needs to be refreshed.
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 26 Oct 2016, 12:59

Hanmac wrote:it was about Marionette Master using wrong Power when it dies with the Artifacts.

I hope it doesn't break anything.
If you say to yourself "I hope it doesn't break anything" and you know that a release is eminent, why not wait until after the release happens?
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 » 27 Oct 2016, 03:55

:r32404
Sanctioned Formats "Constructed", check "Commander", Choose "Random",
Occur error.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby fmartel » 28 Oct 2016, 19:54

a bug seem to be occuring with the trigger of Edric, Spymaster of Trest, when AI dies and it triggers one last time. It freezes the game.
Attachments
Capture.PNG
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 Marek14 » 29 Oct 2016, 21:55

Opponent's top card of library appears in my Flashback zone when he has Courser of Kruphix out. Is that intentional?
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 31 Oct 2016, 03:51

r32445

My Dimir Guildgate didn't come into play tapped. Instead it appears to have the ability

0: ~ enters the battlefield tapped.
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 Hanmac » 31 Oct 2016, 05:50

@friarsol: ah dammit, totally my fault, i fixed it.
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Bug Reports (snapshot builds)

Postby Hanmac » 31 Oct 2016, 10:05

Marek14 wrote:Opponent's top card of library appears in my Flashback zone when he has Courser of Kruphix out. Is that intentional?
it does have something to do with the MayLook and
"Your opponent may look at this card." & "You may look at this card." keywords.
it might be not 100% perfect yet. i will try to rework it to make it better but i wait after the next release to do that.
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Bug Reports (snapshot builds)

Postby Marek14 » 31 Oct 2016, 10:11

I blocked opponent's creature with face-down Vesuvan Shapeshifter, turned it face up and copied Troll Ascetic, but I wasn't allowed to activate the regeneration ability.
Marek14
Tester
 
Posts: 2772
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

Re: Bug Reports (snapshot builds)

Postby Fizanko » 31 Oct 2016, 12:52

using r32452
I noticed in the spellshop an Eldritch Moon booster pack that is missing its picture (despite i have the 3 EMN booster pictures correctly named in the ..\pics\boosters\ folder ) and has a strange text in the description :
http://i.imgur.com/dWT7UQT.jpg
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
User avatar
Fizanko
Tester
 
Posts: 780
Joined: 07 Feb 2014, 11:24
Has thanked: 155 times
Been thanked: 94 times

Re: Bug Reports (snapshot builds)

Postby tjtillman » 01 Nov 2016, 04:00

r32456

CPU's Fairgrounds warden dies, but my exiled creature doesn't reenter the battlefield, stays exiled.
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 19 guests


Who is online

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

Login Form