It is currently 23 Jun 2025, 23:34
   
Text Size

SVN Bug Reports

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: SVN Bug Reports

Postby Sloth » 03 Jul 2011, 14:27

cc-drake wrote:
friarsol wrote:
cc-drake wrote:No, nothing. A defense grid, but that's hardly the reason.
Defense Grid does change the cost of spells, even if the spell being cast was unaffected by it.
Sorry, I should have read that card :-) Somehow I was abolutely sure it forbids you to cast spells in opponents turn.
This is now fixed.

cc-drake wrote:- AI's Disappear has
Enchant creature
*Enchanting Insatiable Souleater (18)*
and no further abilities
- I can't cast Life from the Loam without lands in my graveyard
- When Goblin Guide reveals a non-land card, that card is put under the library
All Fixed! Thanks cc-drake.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby friarsol » 04 Jul 2011, 03:47

r10353
Lord of Tresserhorn ETB triggers but I'm never given a choice to Target an Opponent. It seems like this is causing the Trigger to fizzle (no Targets) and I don't lose life, don't have to sacrifice, and opponent doesn't draw cards. This has to be because the Parent ability doesn't target, but it's grandchild does. I'd have to imagine this is an issue with any root ability trigger that doesn't target, but an Xth Child of the trigger does.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Zay » 04 Jul 2011, 04:11

When the Computer controls Furnace Scamp, Furnace Scamp always deals four damage without using the sacrifice option.

-Zay
Zay
 
Posts: 14
Joined: 30 Dec 2010, 15:05
Has thanked: 0 time
Been thanked: 0 time

Re: SVN Bug Reports

Postby Sloth » 04 Jul 2011, 07:02

friarsol wrote:r10353
Lord of Tresserhorn ETB triggers but I'm never given a choice to Target an Opponent. It seems like this is causing the Trigger to fizzle (no Targets) and I don't lose life, don't have to sacrifice, and opponent doesn't draw cards. This has to be because the Parent ability doesn't target, but it's grandchild does. I'd have to imagine this is an issue with any root ability trigger that doesn't target, but an Xth Child of the trigger does.
I remember Sphinx-Bone Wand having a similar problem.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: SVN Bug Reports

Postby friarsol » 04 Jul 2011, 12:41

Sloth wrote:I remember Sphinx-Bone Wand having a similar problem.
Oh fun. I only tested that with the AI and was able to get it working, never tested it for the Human.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby jeffwadsworth » 05 Jul 2011, 04:32

Zay wrote:When the Computer controls Furnace Scamp, Furnace Scamp always deals four damage without using the sacrifice option.

-Zay
That card can not be played by the AI. Did you notice the warning before the game?
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: SVN Bug Reports

Postby Jaedayr » 06 Jul 2011, 21:08

Jaedayr wrote:r9397

This may be wild coincidence or not, and it makes absolutely no sense to me, but here goes.

I have seen a lot of cards in the past couple days that I was unable to play. The can be the first, second, third or fourth card in my hand, at the beginning of the game or drawn later. Today I have changed some cards in my deck and have noticed that CardID 18 and CardID 40 (out of a 40 card deck) have frequently been unplayable, both in my old and new decks. It may be nothing, but I would rather share the info in the off-chance it makes sense to somebody.
r10431

Just to add a bit more info, today I had an unplayable card - CardID 42 (out of a 40 card deck). I know that there was discussion recently about CardID so I am guessing that 42 is the new 40.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: SVN Bug Reports

Postby Hellfish » 06 Jul 2011, 21:41

Actually, cards in your deck are renumbered 10 and up on every newgame,so your 40 card deck should go to 50. Everything below 10 should just be "system cards", ie mana pool,null cards and player representation cards for trample. (If that is even in use anymore)
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
User avatar
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

Postby Chris H. » 07 Jul 2011, 01:21

I am having problems with an error in the classpath. The path had:

Code: Select all
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
`
and this was replaced with:

Code: Select all
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 6 (MacOS X Default)"/>
`
and this is causing 2 errors:

Code: Select all
The project cannot be built until build path errors are resolved   ForgeSVN      Unknown   Java Problem
Unbound classpath container: 'JRE System Library [Java SE 6 (MacOS X Default)]' in project 'ForgeSVN'   ForgeSVN      Build path   Build Path Problem
User avatar
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

Postby friarsol » 07 Jul 2011, 01:33

Yea I'm not sure why it chose a Mac specific one. It was causing the same issue for me too.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Chris H. » 07 Jul 2011, 01:39

friarsol wrote:Yea I'm not sure why it chose a Mac specific one. It was causing the same issue for me too.
`
Yeah, I have tried all kind of things. This appears to fix it:

Code: Select all
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
User avatar
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

Postby jeffwadsworth » 07 Jul 2011, 03:12

Hmm, is someone going to fix the SVN build issue...(looking at Chris) [-o<
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: SVN Bug Reports

Postby slapshot5 » 07 Jul 2011, 03:15

jeffwadsworth wrote:Hmm, is someone going to fix the SVN build issue...(looking at Chris) [-o<
I checked in what I was using locally. Holler if other OSes are now broke.

-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

Postby friarsol » 07 Jul 2011, 03:20

Is someone looking into the Bug regarding Triggers occurring for the wrong player when a different player from the owner controls them?

Using Ashen Powder is a quick and easy way to get a creature with a Trigger to see what's happening. This occurred for me with Master of the Wild Hunt.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby jeffwadsworth » 07 Jul 2011, 03:20

Hollering "That fixed it!". Thanks.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 35 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form