It is currently 16 Aug 2025, 08:21
   
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 timmermac » 08 May 2011, 19:03

r8294. Attacking with a 2/2 flanking wolf pet that has a Beastmaster's Magemark attached to it results in the following error.
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2011-01-06 08:34:48 -0800 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityFactory.AbilityFactory.getDefinedCards(Unknown Source)
   at forge.CombatUtil.predictPowerBonusOfBlocker(Unknown Source)
   at forge.CombatUtil.canDestroyBlocker(Unknown Source)
   at forge.ComputerUtil_Block2.getSafeBlockers(Unknown Source)
   at forge.ComputerUtil_Block2.makeGoodBlocks(Unknown Source)
   at forge.ComputerUtil_Block2.getBlockers(Unknown Source)
   at forge.ComputerAI_General.declare_blockers(Unknown Source)
   at forge.gui.input.InputControl.updateInput(Unknown Source)
   at forge.GuiInput.update(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(Unknown Source)
   at forge.gui.input.InputControl.resetInput(Unknown Source)
   at forge.Phase.passPriority(Unknown Source)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Unknown Source)
   at forge.GuiInput.selectButtonOK(Unknown Source)
   at forge.GuiDisplay4.okButtonActionPerformed(Unknown Source)
   at forge.GuiDisplay4.access$3(Unknown Source)
   at forge.GuiDisplay4$25.actionPerformed(Unknown Source)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at org.jvnet.substance.utils.RolloverButtonListener.mouseReleased(RolloverButtonListener.java:111)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
I've attached the Magemark to other creatures and not gotten this error. I am allowed to proceed after closing the error message.
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: SVN Bug Reports

Postby Hellfish » 08 May 2011, 19:08

That was fixed some 72 revisions ago ;)
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 slapshot5 » 08 May 2011, 19:13

slapshot5 wrote:Oh crap. That's me. Hang on.
Should be better now.

-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 timmermac » 09 May 2011, 02:00

r8294. Yes, I know I need to get the newer version... I'm doing it after I finish this match. :wink:

Computer paid the upkeep for Force of Nature... and it went to his graveyard? I didn't do anything to put it there, and I didn't see the computer do anything either. This is with the computer using Sherlock Holmes 1.
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: SVN Bug Reports

Postby friarsol » 09 May 2011, 02:06

timmermac wrote:r8294. Yes, I know I need to get the newer version... I'm doing it after I finish this match. :wink:
Hey timmer, make sure you have an up-to-date version before reporting SVN Bugs. The code can fluctuate a lot and if you are reporting on old bugs that are now fixed it can waste someone's time who doesn't realize it is fixed already.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby timmermac » 09 May 2011, 02:15

friarsol wrote:
timmermac wrote:r8294. Yes, I know I need to get the newer version... I'm doing it after I finish this match. :wink:
Hey timmer, make sure you have an up-to-date version before reporting SVN Bugs. The code can fluctuate a lot and if you are reporting on old bugs that are now fixed it can waste someone's time who doesn't realize it is fixed already.
Okies... I'll see if I can duplicate this one with r8413.
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: SVN Bug Reports

Postby timmermac » 09 May 2011, 03:03

r8413: Computer cast a Swords To Plowshares on my Wolf Pet. I got no life out of it.

Edit: Also on a Plant Wall.

Edit2: Serra's Boon is giving +2/+1 to white creatures instead of +1/+2
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: SVN Bug Reports

Postby SoulStorm » 09 May 2011, 03:35

The ability to import decks from constructed into quest mode has been removed again.
SoulStorm
 
Posts: 423
Joined: 24 Jun 2010, 22:48
Has thanked: 16 times
Been thanked: 11 times

Re: SVN Bug Reports

Postby timmermac » 09 May 2011, 03:46

AFAIK, it hasn't been working right since sometime in February, I think.
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: SVN Bug Reports

Postby SoulStorm » 09 May 2011, 03:51

I just imported a deck fine this morning, so the change is recent. There was a problem around February give or take, but Rob fixed it.
SoulStorm
 
Posts: 423
Joined: 24 Jun 2010, 22:48
Has thanked: 16 times
Been thanked: 11 times

Re: SVN Bug Reports

Postby timmermac » 09 May 2011, 04:12

timmermac wrote:r8294. Yes, I know I need to get the newer version... I'm doing it after I finish this match. :wink:

Computer paid the upkeep for Force of Nature... and it went to his graveyard? I didn't do anything to put it there, and I didn't see the computer do anything either. This is with the computer using Sherlock Holmes 1.
bug still exists in r8413.

Edit: Additional copies of spells are not being countered when Bazaar of Wonders is in play.
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: SVN Bug Reports

Postby Corwin72 » 09 May 2011, 14:42

R8422
Ruthless Invasion has no text in the text box.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: SVN Bug Reports

Postby Chris H. » 09 May 2011, 15:41

Corwin72 wrote:R8422
Ruthless Invasion has no text in the text box.
`
Thank you Corwin.
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 slapshot5 » 09 May 2011, 16:00

timmermac wrote:Edit2: Serra's Boon is giving +2/+1 to white creatures instead of +1/+2
This is now fixed in SVN.

-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 Jaedayr » 09 May 2011, 19:46

r8434

AI played Tormod's Crypt, tapped it and exiled it. After these activities, the AI and I both still had 3 cards in each of our graveyards. In addition, the AI Exile button indicated one card, but there are actually two listed there, the crypt and one from my action on a previous turn.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 32 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 32 users online :: 0 registered, 0 hidden and 32 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 32 guests

Login Form