It is currently 22 Jun 2025, 08:18
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby Chris H. » 05 May 2010, 10:30

Chris H. wrote:
Niv-Mizzet wrote:I was playing a quest mode game and tried to pump my Mutavault with my Mishra's Factory +1/+1 ability, but it wouldn't let me.
`
Turns out you can't pump the Mutavault with an Assembly-Worker either.

I placed an updated input system into the code for Mishra's Factory and for Assembly-Worker and both cards can now be used by the human player to buff a Mutavault or any other creature with Changeling.

I still need to look at the AI code and see if I can add a similar system there. It's getting late now and I will look at it tomorrow.
`
I think that I figured out how to fix this and the repairs have been merged into the SVN.
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: Current Known Bugs list

Postby slapshot5 » 05 May 2010, 13:16

Almost_Clever wrote:-- Inspiration is supposed to be an instant but is implemented as a sorcery.
Fixed. Thanks.

-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

Postby Chris H. » 05 May 2010, 14:31

Almost_Clever wrote:In the current version, Mishra's Factory doesn't tap to pump an Assembly-Worker so you can pump it as many times as you want...
`
I noticed the same thing. The new input method that I added takes care of this problem. Mishra's Factory can now be used by either the human or the computer to pump only Assembly-Workers and changelings. The Mishra's Factory will now tap when this pump ability is activated.

It turns out that Goblin Burrows uses the same code as Mishra's Factory and it had similar problems. This card has also been fixed and has been merged into the SVN. :D
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: Current Known Bugs list

Postby TheRobberBaron » 06 May 2010, 05:32

Deep Analysis doesn't let you target a player.
TheRobberBaron
 
Posts: 22
Joined: 19 Apr 2010, 05:05
Has thanked: 0 time
Been thanked: 1 time

Re: Current Known Bugs list

Postby TheRobberBaron » 06 May 2010, 05:36

I also realized that after full upgrading my treasury bonus I don't seem to be getting it any more and it I don't have a selling % increase either.
TheRobberBaron
 
Posts: 22
Joined: 19 Apr 2010, 05:05
Has thanked: 0 time
Been thanked: 1 time

Re: Current Known Bugs list

Postby DennisBergkamp » 06 May 2010, 14:53

Sorry about that, yeah there's some bugs in the Bazaar still, the max level for the Treasury thing is supposed to be 3... it will be fixed next version (which I'll release tomorrow, probably).
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Corwin72 » 06 May 2010, 16:41

Will the new fantasy quests convert?
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Current Known Bugs list

Postby koravain » 06 May 2010, 16:44

The AI doesn't seem to understand the card Hell's Thunder. It will play the card and won't attack with it, so it just goes straight to the graveyard. I think it wants to keep the card out as a blocker?
koravain
 
Posts: 7
Joined: 06 May 2010, 16:38
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby DennisBergkamp » 06 May 2010, 18:20

Corwin72 wrote:Will the new fantasy quests convert?
Yes, it will.
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby slapshot5 » 06 May 2010, 19:20

Just got the following Exception report:

Code: Select all
An error has occured. 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


Firebolt (27) error in chooseTargetAI() - Card c is null,  Card check is null


Version:
Forge -- official beta: $Date: 2010-05-01 02:21:42 -0500 (Sat, 01 May 2010) $, SVN revision: $Revision: 916 $

Detailed error trace:
java.lang.RuntimeException: Firebolt (27) error in chooseTargetAI() - Card c is null,  Card check is null
   at forge.CardFactory$146.chooseTargetAI(CardFactory.java:7614)
   at forge.ComputerUtil.playCards(ComputerUtil.java:36)
   at forge.ComputerAI_General.playCards(ComputerAI_General.java:62)
   at forge.ComputerAI_General.main1(ComputerAI_General.java:36)
   at forge.ComputerAI_Input.think(ComputerAI_Input.java:38)
   at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:27)
   at forge.GuiInput.setInput(GuiInput.java:27)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:10)
   at forge.Phase.nextPhase(Phase.java:241)
   at forge.Phase.nextPhase(Phase.java:245)
   at forge.Phase.nextPhase(Phase.java:245)
   at forge.Phase.nextPhase(Phase.java:245)
   at forge.Phase.nextPhase(Phase.java:245)
   at forge.Phase.nextPhase(Phase.java:245)
   at forge.GuiDisplay3$26.actionPerformed(GuiDisplay3.java:772)
   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$Actions.actionPerformed(Unknown Source)
   at javax.swing.SwingUtilities.notifyAction(Unknown Source)
   at javax.swing.JComponent.processKeyBinding(Unknown Source)
   at javax.swing.JComponent.processKeyBindings(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(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 have two Hedron Crab's in play and 20 life. (game is on turn 2 I think).

This is with current source as of r987.

-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

Postby freestorageaccount » 07 May 2010, 07:14

Last time my Overbeing of Myth was put into the graveyard for no apparent reason, and now Kitchen Finks gets killed in combat and revives only to die again when I play Oversoul of Dusk. What's going on here?

One time I played against the Harry Potter deck and lost a game to milling, but won 100 bonus credits for it post-match.
-- freestorageaccount (= accurate forge notes) This is not a subliminal message. At least for the prosilver theme.

The Great Wall of Bugs. Gando, you will not be forgotten.
And a chip off the old block.
User avatar
freestorageaccount
 
Posts: 246
Joined: 21 Sep 2009, 01:42
Location: Hilbert's Hotel
Has thanked: 1 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby slapshot5 » 07 May 2010, 14:58

freestorageaccount wrote:Last time my Overbeing of Myth was put into the graveyard for no apparent reason, and now Kitchen Finks gets killed in combat and revives only to die again when I play Oversoul of Dusk. What's going on here?
I've seen things like this very occasionally. I looked at the code for Overbeing of Myth, and it looks fine. What was going on when your Overbeing of Myth was destroyed? Things like Timetwister, Wheel of Fortune, etc would cause it to momentarily have a toughness of 0, and thus, be destroyed.

Haven't looked at Kitchen Finks.

The code for state effects like this can be a bit tricky.

-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

Postby Vecc » 07 May 2010, 15:58

I'm not sure about Overbeing of Myth getting destroyed after a Timetwister. By the time a player would get priority and the state-based effects would be checked, Timetwister is already in the graveyard, making it a 1/1 again. If Forge treats this situation otherwise, I think it might be wrong (is that what you meant with state-based effects being tricky?)... very minor, yeah, but it's worth noting.
User avatar
Vecc
 
Posts: 178
Joined: 13 Apr 2009, 00:13
Has thanked: 17 times
Been thanked: 5 times

Re: Current Known Bugs list

Postby DennisBergkamp » 07 May 2010, 18:08

Hmm, I just tested this (with Timetwister), and my Overbeing of Myth definitely survives (it's a 7/7 after the Timetwister resolves).
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Professor » 07 May 2010, 20:02

I got the Reflecting Pool error where I tried to use it after casting the spell. When I tried to cancel the spell to put the Reflecting Pool mana in the pool first, the spell cancelled, the other lands untapped, but then Reflecting Pool tapped and put up the color selection window repeatedly, crashing no matter what I did. Maybe it matched the number of times I clicked on it previously. Anyway, it held up the game game until I selected Exit Application.

Hopefully I'll remember to tap it in advance of the spell from now on, but forgetting shouldn't be quite so punitive.
-------------------------------------
PostCount=PostCount+1
User avatar
Professor
 
Posts: 172
Joined: 27 Jul 2009, 21:02
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 18 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form