SVN Bug Reports
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: SVN Bug Reports
by Corwin72 » 22 Dec 2010, 19:45
build 4552
I am playing against a level 1 mono black deck that plays Buried Alive. It selects no creature cards and I can not click ok.
I am going to have to kill forge.exe from the task manager.
I am playing against a level 1 mono black deck that plays Buried Alive. It selects no creature cards and I can not click ok.
I am going to have to kill forge.exe from the task manager.
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: SVN Bug Reports
by timmermac » 22 Dec 2010, 20:12
r4251: Casting Cognivore results in it going straight to the graveyard when there were 5 instants in my graveyard plus whatever the computer had in his.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
Re: SVN Bug Reports
by slapshot5 » 22 Dec 2010, 21:57
This should be fixed as of r4419.timmermac wrote:r4251: Casting Cognivore results in it going straight to the graveyard when there were 5 instants in my graveyard plus whatever the computer had in his.
-slapshot5
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: SVN Bug Reports
by Chris H. » 26 Dec 2010, 19:42
The computer has a Shaper Guildmage on the battlefield. The computer used this ability from the Shaper Guildmage:
and chose the same Shaper Guildmage as the target creature. It looks like we need a check in the AI code. If tap ability then remove self from the list of potential targets.
- Code: Select all
A:AB$Pump | Cost$ B T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | SpellDescription$ Target creature gets +1/+0 until end of turn.
and chose the same Shaper Guildmage as the target creature. It looks like we need a check in the AI code. If tap ability then remove self from the list of potential targets.
-
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: SVN Bug Reports
by Jaedayr » 26 Dec 2010, 20:57
I have seen other creatures tap and use their ability to buff themselves in Main1. I don't recall which ones but will watch for them.Chris H. wrote:The computer has a Shaper Guildmage on the battlefield. The computer used this ability from the Shaper Guildmage:`
- Code: Select all
A:AB$Pump | Cost$ B T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | SpellDescription$ Target creature gets +1/+0 until end of turn.
and chose the same Shaper Guildmage as the target creature. It looks like we need a check in the AI code. If tap ability then remove self from the list of potential targets.
Re: SVN Bug Reports
by lazylockie » 27 Dec 2010, 20:55
r4675
There's a Lodestone Golem into play and I try to cast Day of Judgment. It costed like it should (3WW) then I pressed cancel button. When I try to cast Day again it costed 4WW and if I repeat the process the cost keeps increasing. For other spells I had it worked normally (Avalanche Riders, Reveillark).
There's a Lodestone Golem into play and I try to cast Day of Judgment. It costed like it should (3WW) then I pressed cancel button. When I try to cast Day again it costed 4WW and if I repeat the process the cost keeps increasing. For other spells I had it worked normally (Avalanche Riders, Reveillark).
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: SVN Bug Reports
by Jaedayr » 28 Dec 2010, 18:44
r4701 - Got the following when I downloaded LQ pics.
- Code: Select all
Error - possibly missing URL for: overrule.jpg
Error - possibly missing URL for: circular_logic.jpg
Error - possibly missing URL for: syncopate.jpg
Error - possibly missing URL for: spell_syphon.jpg
Error - possibly missing URL for: ixidors_will.jpg
Error - possibly missing URL for: oppressive_will.jpg
Error - possibly missing URL for: override.jpg
Error - possibly missing URL for: spell_contortion.jpg
Error - possibly missing URL for: condescend.jpg
Error - possibly missing URL for: disruptive_pitmage.jpg
Error - possibly missing URL for: evasive_action.jpg
Re: SVN Bug Reports
by Hellfish » 28 Dec 2010, 19:25
My bad, will fix ASAPJaedayr wrote:r4701 - Got the following when I downloaded LQ pics.
- Code: Select all
Error - possibly missing URL for: overrule.jpg
Error - possibly missing URL for: circular_logic.jpg
Error - possibly missing URL for: syncopate.jpg
Error - possibly missing URL for: spell_syphon.jpg
Error - possibly missing URL for: ixidors_will.jpg
Error - possibly missing URL for: oppressive_will.jpg
Error - possibly missing URL for: override.jpg
Error - possibly missing URL for: spell_contortion.jpg
Error - possibly missing URL for: condescend.jpg
Error - possibly missing URL for: disruptive_pitmage.jpg
Error - possibly missing URL for: evasive_action.jpg
EDIT:Done.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: SVN Bug Reports
by Corwin72 » 28 Dec 2010, 22:10
Build 4699
The card Sanguine Praetor currently Has Vigilance and costs 3W. He should not have Vigilance and should cost 6BB.
The card Sanguine Praetor currently Has Vigilance and costs 3W. He should not have Vigilance and should cost 6BB.
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: SVN Bug Reports
by slapshot5 » 28 Dec 2010, 22:16
Fixed. Thanks.Corwin72 wrote:Build 4699
The card Sanguine Praetor currently Has Vigilance and costs 3W. He should not have Vigilance and should cost 6BB.
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: SVN Bug Reports
by Jaedayr » 29 Dec 2010, 20:36
r4721
AI had Steam Vents and Mountain in play and when I tried to play Phyrexian Defiler it tapped the vents and cast Condescend. I got the dialog to pay (blank) and was only able to cancel, at which time the defiler went to the graveyard. If Condescend gets cast with x=0 should I have to pay anything to avoid the counter? Or should it never be cast with x=0?
AI had Steam Vents and Mountain in play and when I tried to play Phyrexian Defiler it tapped the vents and cast Condescend. I got the dialog to pay (blank) and was only able to cancel, at which time the defiler went to the graveyard. If Condescend gets cast with x=0 should I have to pay anything to avoid the counter? Or should it never be cast with x=0?
Re: SVN Bug Reports
by Chris H. » 29 Dec 2010, 20:56
`Jaedayr wrote:r4721
AI had Steam Vents and Mountain in play and when I tried to play Phyrexian Defiler it tapped the vents and cast Condescend. I got the dialog to pay (blank) and was only able to cancel, at which time the defiler went to the graveyard. If Condescend gets cast with x=0 should I have to pay anything to avoid the counter? Or should it never be cast with x=0?
Currently, the AI section for the AbilityFactory can not handle X cost spells. We have a topic elsewhere in the dev setction devoted to the challenge that we face in trying to add this to AbilityFactory.
I have a very weak and hacky sort of idea on how to do it. I have not yet finished anything and I am not sure if my idea will work or not. It is a work in progress and the devs hope to have this fixed in the near future.
-
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: SVN Bug Reports
by slapshot5 » 30 Dec 2010, 06:04
Computer cast Shard Convergence. The dialog comes up with "Computer Picked:" and it is empty. He is playing a green/black deck. I cannot continue the game as OK on this dialog is greyed out.
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: SVN Bug Reports
by Chris H. » 30 Dec 2010, 15:52
`Jaedayr wrote:r4721
If Condescend gets cast with x=0 should I have to pay anything to avoid the counter? Or should it never be cast with x=0?
I meant to add in my reply a link to a topic for these types of X cost issues:
-
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: SVN Bug Reports
by Jaedayr » 30 Dec 2010, 20:44
r4740
AI cast Temporal Spring on my tapped Plains and sent it to the top of my library. The next turn when I drew and played the Plains it came into play already tapped.
AI cast Temporal Spring on my tapped Plains and sent it to the top of my library. The next turn when I drew and played the Plains it came into play already tapped.
Who is online
Users browsing this forum: No registered users and 23 guests