Bug reports
by ubeefx
Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins
Re: Bug reports
by melvin » 18 Feb 2014, 11:46
Good catch, the sacrifice cost was missing. Fixed in https://code.google.com/p/magarena/sour ... 6d5f2295de for next release.muaddib wrote:Leutenant Kirtar didn't sacrificed.
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Re: Bug reports
by ShawnieBoy » 19 Feb 2014, 00:37
The AI really loves using Seeker of Skybreak to untap itself, doesn't do it forever, but often enough to be silly (EoT, Declare Attackers, Declare Blockers)
-
ShawnieBoy - Programmer
- Posts: 601
- Joined: 02 Apr 2012, 22:42
- Location: UK
- Has thanked: 80 times
- Been thanked: 50 times
Re: Bug reports
by ShawnieBoy » 19 Feb 2014, 04:15
Paraselene assumes all enchantments are destroyed and essentially gains life for each enchantment in play, not for each destroyed (Doesn't take into account regenerating enchantments, ie. enchantment creatures) - Also looks like the card highlight doesn't work either:
"Destroy all enchantments. You gain 1 life for each enchantment destroyed this way."
"Destroy all enchantments. You gain 1 life for each enchantment destroyed this way."
-
ShawnieBoy - Programmer
- Posts: 601
- Joined: 02 Apr 2012, 22:42
- Location: UK
- Has thanked: 80 times
- Been thanked: 50 times
Re: Bug reports
by melvin » 19 Feb 2014, 06:10
Nice catch, fixed in https://code.google.com/p/magarena/sour ... c35c0bbda6ShawnieBoy wrote:Paraselene assumes all enchantments are destroyed and essentially gains life for each enchantment in play, not for each destroyed
Do you mean for this card or is this an UI issue in general? Can you post a screenshot?ShawnieBoy wrote:Also looks like the card highlight doesn't work either
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Re: Bug reports
by muppet » 19 Feb 2014, 09:45
With Stony Silence in play the ai can still tap artifact lands such as Vault of Whispers for mana which it should not be able to do.
Re: Bug reports
by melvin » 19 Feb 2014, 11:56
Thanks for catching this, fixed in https://code.google.com/p/magarena/sour ... 963da8c347 for next release.muppet wrote:With Stony Silence in play the ai can still tap artifact lands such as Vault of Whispers for mana which it should not be able to do.
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Re: Bug reports
by ShawnieBoy » 19 Feb 2014, 14:48
Sorry, no - just meant for my post on this forummelvin wrote:Do you mean for this card or is this an UI issue in general? Can you post a screenshot?ShawnieBoy wrote:Also looks like the card highlight doesn't work either

-
ShawnieBoy - Programmer
- Posts: 601
- Joined: 02 Apr 2012, 22:42
- Location: UK
- Has thanked: 80 times
- Been thanked: 50 times
Re: Bug reports
by muaddib » 24 Feb 2014, 09:20
ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
-
muaddib - Tester
- Posts: 118
- Joined: 03 Mar 2011, 08:37
- Location: Russia
- Has thanked: 0 time
- Been thanked: 5 times
Re: Bug reports
by Lodici » 24 Feb 2014, 11:23
There a number of files which have an invalid image url - see http://code.google.com/p/magarena/issues/detail?id=489.muaddib wrote:ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
Re: Bug reports
by melvin » 24 Feb 2014, 11:40
Thanks for catching this, fixed in https://code.google.com/p/magarena/sour ... a7efdbaeb7 for next release.muaddib wrote:Sandstone warrior hasn't first strike.
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Re: Bug reports
by ShawnieBoy » 24 Feb 2014, 15:59
The MTGSalvation forums have now moved - a lot of the links to their Token Project have either changed or dissapeared. Another site with Token images I've found is http://mtg.neoseeker.com/wiki/TokensLodici wrote:There a number of files which have an invalid image url - see http://code.google.com/p/magarena/issues/detail?id=489.muaddib wrote:ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
ERROR! Unable to download file
http://www.mtgsalvation.com/attachment. ... okieTest=1
java.io.FileNotFoundException: http://www.mtgsalvation.com/attachment. ... okieTest=1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
at magic.data.WebDownloader.downloadToFile(WebDownloader.java:28)
at magic.data.DownloadImageFile.download(DownloadImageFile.java:34)
at magic.ui.DownloadImagesDialog.run(DownloadImagesDialog.java:347)
at java.lang.Thread.run(Thread.java:744)
-
ShawnieBoy - Programmer
- Posts: 601
- Joined: 02 Apr 2012, 22:42
- Location: UK
- Has thanked: 80 times
- Been thanked: 50 times
Re: Bug reports
by tiagoruback » 24 Feb 2014, 23:55
The AI enchanted Vampire Warlord with Mark of the Vampire and launched an attack.
I blocked Vampire Warlord with Angelic Wall. Angelic Wall dies and AI gains 6 life! As if Vampire Warlord had trample.
Wasn't supposed to be only 4? Is that correct?
(Sorry. I forgot to take a print of the subsequent screen. But AI's life turned 12.)
P.S: Feel free to curse my macaronic english!
But I'm always trying to do my best! 
I blocked Vampire Warlord with Angelic Wall. Angelic Wall dies and AI gains 6 life! As if Vampire Warlord had trample.
Wasn't supposed to be only 4? Is that correct?
- | Open
(Sorry. I forgot to take a print of the subsequent screen. But AI's life turned 12.)
P.S: Feel free to curse my macaronic english!


- tiagoruback
- Posts: 22
- Joined: 04 Apr 2012, 14:22
- Location: Brazil
- Has thanked: 11 times
- Been thanked: 6 times
Re: Bug reports
by melvin » 25 Feb 2014, 02:03
That's correct. Vampire Warlord deals 6 damage to Angelic Wall, so AI gained 6 life. Angelic Wall has toughness 4 and 6 damage on it, so it dies.
Relevant rule is:
119.2a Damage may be dealt as a result of combat. Each attacking and blocking creature deals combat damage equal to its power during the
combat damage step.
Relevant rule is:
119.2a Damage may be dealt as a result of combat. Each attacking and blocking creature deals combat damage equal to its power during the
combat damage step.
-
melvin - AI Programmer
- Posts: 1062
- Joined: 21 Mar 2010, 12:26
- Location: Singapore
- Has thanked: 36 times
- Been thanked: 459 times
Re: Bug reports
by tiagoruback » 25 Feb 2014, 02:17
Indeed. Thanks for elucidating me!melvin wrote:...Each attacking and blocking creature deals combat damage equal to its power during the
combat damage step.
- tiagoruback
- Posts: 22
- Joined: 04 Apr 2012, 14:22
- Location: Brazil
- Has thanked: 11 times
- Been thanked: 6 times
Who is online
Users browsing this forum: No registered users and 4 guests