Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by Iran » 16 Dec 2011, 18:16
In forge-1.2.0-SNAPSHOT rev. 12688, the AI blocks my Stormblood Berserker with one creature.
Re: Current Known Bugs list
by Sloth » 16 Dec 2011, 18:50
I noticed this too today. I think it must be rather new.Tranberry wrote:I'm suffering memory leaks making forge freeze or become incredible slow.
- | Open
I'm running the latest version posted in the SVN thread, windows 7 68. Not sure what else could help you. Though this have happened in earlier builds too.
Iran wrote:In forge-1.2.0-SNAPSHOT rev. 12688, the AI blocks my Stormblood Berserker with one creature.
EDIT: Nevermind found the mistake.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Bundy » 17 Dec 2011, 12:39
I believe this was already reported before, but here it is again to be sure:
Gigadrowse does not tap any permanents when cast.
Gigadrowse does not tap any permanents when cast.
- Bundy
- Posts: 348
- Joined: 17 Dec 2010, 17:32
- Location: The netherlands
- Has thanked: 23 times
- Been thanked: 3 times
Re: Current Known Bugs list
by moomarc » 17 Dec 2011, 12:51
Should be fixed now. There was just a missing space in the script (and TgtPrompt' was missing the last 't' which might have caused other issues). Thanks Bundy.Bundy wrote:I believe this was already reported before, but here it is again to be sure:
Gigadrowse does not tap any permanents when cast.
EDIT: Sorry, I was lying apparently. I couldn't test the fix at time of posting and it turns out my assumption that the typo's were the problem was incorrect.
Last edited by moomarc on 17 Dec 2011, 13:42, edited 1 time in total.
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Current Known Bugs list
by slapshot5 » 17 Dec 2011, 13:20
This is still not fixed. Any time it is replicated, it's fine, but if you use it with no replication, it doesn't get the Target. (The space doesn't matter. Chris wrote the parser so that space or no space makes no difference. Also, "TgtPromp" makes no difference. Targeting will just see there is no "TgtPrompt" and will just set it to the default, which is "Select target Permanent" in this case anyway. No other issues caused.)moomarc wrote:Should be fixed now. There was just a missing space in the script (and TgtPrompt' was missing the last 't' which might have caused other issues). Thanks Bundy.Bundy wrote:I believe this was already reported before, but here it is again to be sure:
Gigadrowse does not tap any permanents when cast.
-slapshot5
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: Current Known Bugs list
by Chris H. » 17 Dec 2011, 13:29
Yeah, the code removes leading and trailing spaces automatically. These spaces are not required, they just make the script more readable for some people. Which in turn allowed more people to pitch in and help script the many cards that are now included. 

-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Current Known Bugs list
by moomarc » 17 Dec 2011, 13:38
Thanks both of you for explaining. I wasn't able to test because of the InputMana errors in the current repo. I was hoping it was just that typo, but planned to test as soon as I could launch a game again. That'll teach me. Sorry about that. 

-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Current Known Bugs list
by moomarc » 17 Dec 2011, 13:44
Is this a general bug with all replicate cards then?slapshot5 wrote:This is still not fixed. Any time it is replicated, it's fine, but if you use it with no replication, it doesn't get the Target.
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Current Known Bugs list
by friarsol » 17 Dec 2011, 13:54
I believe so.moomarc wrote:Is this a general bug with all replicate cards then?slapshot5 wrote:This is still not fixed. Any time it is replicated, it's fine, but if you use it with no replication, it doesn't get the Target.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by Sloth » 17 Dec 2011, 15:45
It has been around for ages. I never touched Replicate and Multikicker, because the casting of spells needs some proper reorganisation to reflect rule 601.2.moomarc wrote:Is this a general bug with all replicate cards then?slapshot5 wrote:This is still not fixed. Any time it is replicated, it's fine, but if you use it with no replication, it doesn't get the Target.
It should look like this:
1. Click on the spell to move it to the stack.
2. Make modal choices.
(3. Splice onto Arcane.)
4. Choose an alternate cost for casting (Evoke, Flashback, Offering, Prowl).
5. Choose additional costs (Buyback, Convoke, Delve, Kicker, Replicate).
6. Choose X costs, Hyprid and Phyrexian mana payments.
7. Choose targets and divisions.
8. Add additional costs and cost increases to the cost.
9. Subtract cost reductions.
10. Pay the costs.
11. Enjoy.
The main errors we have are:
Additional costs (5.) are handled in at least three different ways, all of which are wrong: Buyback and Kicker are handled as alternate spell abilities (4.), Convoke and Delve are placed in getSpellCostChange (9.), Multikicker and Replicate happen on the stack when everything else is done (11.).
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by moomarc » 17 Dec 2011, 17:10
Sloth wrote:It has been around for ages. I never touched Replicate and Multikicker, because the casting of spells needs some proper reorganisation to reflect rule 601.2.moomarc wrote:Is this a general bug with all replicate cards then?slapshot5 wrote:This is still not fixed. Any time it is replicated, it's fine, but if you use it with no replication, it doesn't get the Target.
It should look like this:
1. Click on the spell to move it to the stack.
2. Make modal choices.
(3. Splice onto Arcane.)
4. Choose an alternate cost for casting (Evoke, Flashback, Offering, Prowl).
5. Choose additional costs (Buyback, Convoke, Delve, Kicker, Replicate).
6. Choose X costs, Hyprid and Phyrexian mana payments.
7. Choose targets and divisions.
8. Add additional costs and cost increases to the cost.
9. Subtract cost reductions.
10. Pay the costs.
11. Enjoy.
The main errors we have are:
Additional costs (5.) are handled in at least three different ways, all of which are wrong: Buyback and Kicker are handled as alternate spell abilities (4.), Convoke and Delve are placed in getSpellCostChange (9.), Multikicker and Replicate happen on the stack when everything else is done (11.).


-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Current Known Bugs list
by cc-drake » 18 Dec 2011, 07:45
- When I control Mistform Sliver and AI controls Fire-Belly Changeling, AI will use all it's mana to transform the Changeling again and again into a sliver.
- Second Sight played with Entwine asks first for my library, and afterwards for AI's library. Should be in reverse order.
- Second Sight played with Entwine asks first for my library, and afterwards for AI's library. Should be in reverse order.
Re: Current Known Bugs list
by victorvndoom » 18 Dec 2011, 09:59
computer player does play Rise of the Hobgoblins but never play it x cost. he activates multiple times though its first strike ability. He casts it when he gets two mana and not more
Mistform Ultimus : is a legend Illusion. but infact it is a changeling (see gametext of card).
Alpha Status has a strange 'bug' with Mistform : it doesnt give it bonus to Mistform exept if you would play with illusions because the program doesnt detect that he is a changeling
Example Alpha Status :With 4 elfs in play it would gain +2/+2 for each elf and +2/+2 for itself because ultimus is an elf (changeling/other type)
I tried it wiith illusions and Alpha Status on Mistform and he normally gets those boosts . A judge from magic said it would work with Mistform and elfs in play (if you would play a dwarf deck with mistform mistform would get the boost too)
Mistform Ultimus : is a legend Illusion. but infact it is a changeling (see gametext of card).
Alpha Status has a strange 'bug' with Mistform : it doesnt give it bonus to Mistform exept if you would play with illusions because the program doesnt detect that he is a changeling
Example Alpha Status :With 4 elfs in play it would gain +2/+2 for each elf and +2/+2 for itself because ultimus is an elf (changeling/other type)
I tried it wiith illusions and Alpha Status on Mistform and he normally gets those boosts . A judge from magic said it would work with Mistform and elfs in play (if you would play a dwarf deck with mistform mistform would get the boost too)
i have a autistic disorder. I speak english very well but it is not my mother language .I have also some dislectic / grammatical problems. please pay attention..i cant correct myself each time
- victorvndoom
- Posts: 54
- Joined: 09 Nov 2010, 18:45
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Sloth » 18 Dec 2011, 10:54
Fixed! Thanks cc-drake.cc-drake wrote:- When I control Mistform Sliver and AI controls Fire-Belly Changeling, AI will use all it's mana to transform the Changeling again and again into a sliver.
This card should not appear in AI decks because of this.victorvndoom wrote:computer player does play Rise of the Hobgoblins but never play it x cost. he activates multiple times though its first strike ability. He casts it when he gets two mana and not more
Both fixed! Thanks victorvndoom.victorvndoom wrote:Mistform Ultimus : is a legend Illusion. but infact it is a changeling (see gametext of card).
Alpha Status has a strange 'bug' with Mistform : it doesnt give it bonus to Mistform exept if you would play with illusions because the program doesnt detect that he is a changeling
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Bundy » 18 Dec 2011, 13:41
Computer has Form of the Dragon in play, but only uses it's ability to deal damage to creatures that are 7/7 and too strong to destroy anyway. Computer could have killed me in 4 turns if it dealt the damage to the player instead. Now the computer lost because it ran out of cards 

- Bundy
- Posts: 348
- Joined: 17 Dec 2010, 17:32
- Location: The netherlands
- Has thanked: 23 times
- Been thanked: 3 times
Who is online
Users browsing this forum: No registered users and 22 guests