Page 453 of 491

Re: Bug Reports (snapshot builds)

PostPosted: 10 Jul 2018, 17:08
by Hib
Description: Tried to start a new Sealed of Dominaria

RuntimeException | Open
Code: Select all
Forge Version:    1.6.12-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_151 Oracle Corporation

java.lang.RuntimeException: FileUtil : writeFile() error, problem writing file - C:\Users\Helmar\Forge\decks\sealed\Dom Draft \human.dck : java.io.FileNotFoundException: C:\Users\Helmar\Forge\decks\sealed\Dom Draft \human.dck (Das System kann den angegebenen Pfad nicht finden)
   at forge.util.FileUtil.writeFile(FileUtil.java:184)
   at forge.deck.io.DeckSerializer.writeDeck(DeckSerializer.java:21)
   at forge.deck.io.DeckGroupSerializer.save(DeckGroupSerializer.java:64)
   at forge.deck.io.DeckGroupSerializer.save(DeckGroupSerializer.java:37)
   at forge.util.storage.StorageImmediatelySerialized.add(StorageImmediatelySerialized.java:72)
   at forge.limited.SealedCardPoolGenerator.generateSealedDeck(SealedCardPoolGenerator.java:140)
   at forge.screens.home.sanctioned.CSubmenuSealed.setupSealed(CSubmenuSealed.java:182)
   at forge.screens.home.sanctioned.CSubmenuSealed.access$100(CSubmenuSealed.java:41)
   at forge.screens.home.sanctioned.CSubmenuSealed$3.run(CSubmenuSealed.java:76)
   at forge.toolbox.FLabel._doMouseAction(FLabel.java:305)
   at forge.toolbox.FLabel.access$1300(FLabel.java:46)
   at forge.toolbox.FLabel$6.onLeftClick(FLabel.java:343)
   at forge.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:246)
   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.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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)

Re: Bug Reports (snapshot builds)

PostPosted: 12 Jul 2018, 08:47
by Kiryu666
Old generic mana cost Gonti Problem,Pless Fix in Future.

Re: Bug Reports (snapshot builds)

PostPosted: 12 Jul 2018, 12:38
by Devilman06
Kess, Dissident Mage does not put the cards cast from graveyard into exile.
forge-gui-desktop-1.6.12-SNAPSHOT-r355.tar

Update... None of the spells cast with flashback go to exile

Re: Bug Reports (snapshot builds)

PostPosted: 12 Jul 2018, 19:59
by Cha0s
forge ver. 1.6.8

Received attached error. I had finished downloading the no proxy LQ set pictures and restarted forge, the application opened up to the content downloaders page and from there i clicked on the deck editor tab and received the following error message and was not able to use the deck editor

Re: Bug Reports (snapshot builds)

PostPosted: 12 Jul 2018, 23:10
by timmermac
Cha0s wrote:forge ver. 1.6.8

Received attached error. I had finished downloading the no proxy LQ set pictures and restarted forge, the application opened up to the content downloaders page and from there i clicked on the deck editor tab and received the following error message and was not able to use the deck editor
Please update to the newest version. Your bug might have been squished in more recent versions.

Re: Bug Reports (snapshot builds)

PostPosted: 13 Jul 2018, 09:40
by Kiryu666
Description: [IA PROBLEM]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.12-SNAPSHOT-r-1u
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_171 Oracle Corporation

java.lang.NullPointerException
   at forge.ai.ability.DamageDealAi.getBestPlaneswalkerToDamage(DamageDealAi.java:390)
   at forge.ai.ability.DamageDealAi.dealDamageChooseTgtPW(DamageDealAi.java:369)
   at forge.ai.ability.DamageDealAi.damageChoosingTargets(DamageDealAi.java:573)
   at forge.ai.ability.DamageDealAi.damageTargetAI(DamageDealAi.java:458)
   at forge.ai.ability.DamageDealAi.canPlayAI(DamageDealAi.java:219)
   at forge.ai.SpellAbilityAi.canPlayAIWithSubs(SpellAbilityAi.java:35)
   at forge.ai.AiController.canPlaySa(AiController.java:648)
   at forge.ai.AiController.canPlayAndPayFor(AiController.java:632)
   at forge.ai.AiController.chooseSpellAbilityToPlayFromList(AiController.java:1364)
   at forge.ai.AiController.getSpellAbilityToPlay(AiController.java:1336)
   at forge.ai.AiController.chooseSpellAbilityToPlay(AiController.java:1206)
   at forge.ai.PlayerControllerAi.chooseSpellAbilityToPlay(PlayerControllerAi.java:446)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:951)
   at forge.game.GameAction.startGame(GameAction.java:1666)
   at forge.game.Match.startGame(Match.java:87)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Bug Reports (snapshot builds)

PostPosted: 14 Jul 2018, 01:29
by Devilman06
Aurification Enchantment does not place gold counters on opponents mons. Nothing on Field preventing it
forge-gui-desktop-1.6.12-SNAPSHOT-r363.tar

Re: Bug Reports (snapshot builds)

PostPosted: 15 Jul 2018, 16:39
by Eehoe
When the creature type of Bloodlord of Vaasgoth is changed by Artificial Evolution from Vampire to something else (e g Construct),only spells casted that are of creature type Vampire gain Bloodthirst 3 instead of the different creature type.

forge-gui-desktop-1.6.12-SNAPSHOT-r363.tar

Re: Bug Reports (snapshot builds)

PostPosted: 15 Jul 2018, 17:42
by twosat
forge-gui-desktop-1.6.12-SNAPSHOT-r384

Kargan Dragonrider gets no Flying when dragons are on the battlefield. Same side ;)

Sarkhan, Dragonsoul 's ultimate isn't working.

Re: Bug Reports (snapshot builds)

PostPosted: 15 Jul 2018, 18:19
by Devilman06
forge-gui-desktop-1.6.12-SNAPSHOT-r386.tar
cards with flashback or cast as though they have flashback such as those cast with Kess, Dissident mage do not go to exile as they should. they end up back in graveyard and Opponent AI recasts them repeatedly

Re: Bug Reports (snapshot builds)

PostPosted: 15 Jul 2018, 20:19
by twosat
forge-gui-desktop-1.6.12-SNAPSHOT-r384

Rakish heir - ability doesn't trigger.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jul 2018, 18:52
by stormcat
:r402
It triggers with various factors.
Too much and difficult to identify.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jul 2018, 19:39
by stormcat
:r407
When I attached Animate Dead to Dryad Arbor in an opponent graveyard,
After Dryad Arbor entered the battlefield, Animate Dead becomes unattached.

Re: Bug Reports (snapshot builds)

PostPosted: 17 Jul 2018, 19:43
by stormcat
I reported before, when I concede in the multiplayer game, the game will not progress.
It is very inconvenient.

Re: Bug Reports (snapshot builds)

PostPosted: 18 Jul 2018, 00:41
by lk5316
Description: [opening a challenge in quest mode]



NullPointerException | Open
Code: Select all

Forge Version:    1.6.8-r-1u
Operating
System: Windows XP 5.1 x86

Java Version:     1.8.0_91 Oracle Corporation


java.lang.NullPointerException
   at forge.game.card.CardFactory.getCard(CardFactory.java:232)
   at forge.game.card.CardFactory.getCard(CardFactory.java:228)
   at forge.game.card.Card.fromPaperCard(Card.java:5379)
   at forge.game.player.Player.initVariantsZones(Player.java:2583)
   at forge.game.Match.prepareAllZones(Match.java:255)
   at forge.game.Match.startGame(Match.java:74)
   at forge.match.HostedMatch$2.run(HostedMatch.java:235)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)