It is currently 16 Apr 2024, 13:54
   
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 » 06 Dec 2018, 03:38

:r329-f3ff793029
When a Morph of Ashcloud Phoenix dies, in spite of it is morph, Ashcloud Phoenix's ability triggered and return to the battlefield.
This is wrong behavior.
Attachments
capture_001_06122018_123444.jpg
capture_001_06122018_123444.jpg (25.68 KiB) Viewed 4254 times
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby csniea » 07 Dec 2018, 19:58

In Android vers 1.6.18.004a, [Stitcher Geralf] has an error. I activated his ability and chose only a [Blood Artist] (0/1 creature) to be exiled by his ability. This should have produced a 0/0 blue Zombie creature token, but instead it produced a 1/1 blue Zombie creature token.
csniea
 
Posts: 6
Joined: 06 Jun 2012, 03:27
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby stormcat » 10 Dec 2018, 20:05

:1.6.20-SNAPSHOT-r38-96666a7e0a
Even if I press Exit, forge does not close.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby mousep » 12 Dec 2018, 03:10

Hi developers,

I found the reason why quest world challenges are not showing in the code.
In QuestController.java, the resetChallengesManager() function, currently it is implemented as:
| Open
} else if (world.isCustom()) {
path = world.getChallengesDir() == null ? ForgeConstants.DEFAULT_CHALLENGES_DIR : ForgeConstants.QUEST_WORLD_DIR + world.getChallengesDir();
} else {
path = world.getChallengesDir() == null ? ForgeConstants.DEFAULT_CHALLENGES_DIR : ForgeConstants.USER_QUEST_WORLD_DIR + world.getChallengesDir();
}

But it should be opposite:
| Open
} else if (world.isCustom()) {
path = world.getChallengesDir() == null ? ForgeConstants.DEFAULT_CHALLENGES_DIR : ForgeConstants.USER_QUEST_WORLD_DIR+ world.getChallengesDir();
} else {
path = world.getChallengesDir() == null ? ForgeConstants.DEFAULT_CHALLENGES_DIR : ForgeConstants.QUEST_WORLD_DIR + world.getChallengesDir();
}
mousep
 
Posts: 3
Joined: 11 Dec 2018, 02:39
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby drdev » 17 Dec 2018, 15:25

MaxMtg wrote:Game night is missing, it features 5 unique cards and the rest are just reprints

https://scryfall.com/sets/gnt
I'd like to second this request. Same goes for the Magic Gift Pack 2018, which also features 5 exclusive cards. Screenshots of those 10 cards can be found here:

https://www.phdgames.com/magic-game-nig ... pack-wotc/
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Bug Reports (snapshot builds)

Postby surpryse » 18 Dec 2018, 18:27

The "Lightning Storm" card still does not work, you can not chain damage by discarding a land from the hand on the current version 1.6.19.004 for android and previous.
This card is very important for the Ad Nauseam deck in the modern format, since I use this program (about 2 years) has never worked.
surpryse
 
Posts: 4
Joined: 18 Dec 2018, 17:33
Has thanked: 1 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby stormcat » 19 Dec 2018, 12:45

:1.6.20-SNAPSHOT-r137-f75961f00f
When I opening tab of draft deck editor, I can't exit the forge sometimes.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby Agetian » 20 Dec 2018, 13:04

drdev wrote:
MaxMtg wrote:Game night is missing, it features 5 unique cards and the rest are just reprints

https://scryfall.com/sets/gnt
I'd like to second this request. Same goes for the Magic Gift Pack 2018, which also features 5 exclusive cards. Screenshots of those 10 cards can be found here:

https://www.phdgames.com/magic-game-nig ... pack-wotc/
Implemented Game Night upstream, will be available in the next update :)

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Bug Reports (snapshot builds)

Postby Agetian » 20 Dec 2018, 13:04

surpryse wrote:The "Lightning Storm" card still does not work, you can not chain damage by discarding a land from the hand on the current version 1.6.19.004 for android and previous.
This card is very important for the Ad Nauseam deck in the modern format, since I use this program (about 2 years) has never worked.
Fixed upstream.

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Bug Reports (snapshot builds)

Postby Ergg » 20 Dec 2018, 13:41

In the latest snapshot (1.6.20),
the card Thief of sanity don't allow you to pay colorless mana to cast exiled cards as it should. Instead, it asks you the "vanilla" mana cost.
Ergg
 
Posts: 16
Joined: 23 Apr 2017, 07:27
Has thanked: 7 times
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby Devilman06 » 21 Dec 2018, 16:52

forge-1.6.20-SNAPSHOT-r151-f4619fb7fd.tar
Every time I attempt a Draft of any kind or set it just gives me the full card pool.
Devilman06
 
Posts: 127
Joined: 29 Jan 2010, 03:59
Has thanked: 1 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 23 Dec 2018, 17:05

was playing Archenemy when the scheme put horror creatures that make all creatures forced to attack the game simply prevented me from continuing that turn since I had a creature that did not have a haste (balefux strix)


#-o #-o :? :?
Attachments
Sem título.jpg
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 Dec 2018, 18:36

fix goldari findbroker I'm only able to return creatures from the cemetery !!!!

#-o #-o #-o

forge-1.6.20-SNAPSHOT-r168-d59c71343f
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby surpryse » 08 Jan 2019, 16:41

On Android version v1.6.19.004 "Gideon of the trials" not work correctly...
The acquired emblem works even if Gideon is no longer on the battlefield.
Its first effect cannot prevent damage until the next one if enabled.
surpryse
 
Posts: 4
Joined: 18 Dec 2018, 17:33
Has thanked: 1 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 14 Jan 2019, 06:50

Old bug "waiting for opponent"

please focus on 2019 in optimizing the forge !!!!! and fix this kind of bug !!! #-o [-o< :(
Attachments
1.jpg
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: No registered users and 41 guests


Who is online

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

Login Form