It is currently 19 Sep 2025, 04:03
   
Text Size

Bug Reports (snapshot builds)

Post MTG Forge Related Programming Questions Here

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

Re: Bug Reports (snapshot builds)

Postby Oth » 29 Apr 2015, 00:19

Every time I try to open Forge, I get a Java error at the "Loading Quest..." stage. I'd post the full report, but I'm a new account. It's an "Unexpected end of ZLIB input stream error".

EDIT: I hope I'm posting this in the right place.
Oth
 
Posts: 2
Joined: 29 Apr 2015, 00:15
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Snowstorm » 29 Apr 2015, 00:34

"New" Bug(s): as of r29305

1. The Net deck section doesn't download any decks in severally categories again (Top Decks/Pro Decks/Etc).

2. Using Mindslaver on an AI and then during their turn priority using end turn prevents me from interacting (I can't play any cards from them, tap their mana, or activate any abilities cards they own might have) with the AI next time I Mindslaver the AI during the match.

3. Conceding while controlling a Mindslaver AI causes the AI to concede as well and attempting to continue the match ends the game.

Unfixed Previously Reported Bugs: retested as of r29305

1. Jace, Architect of Thought does not let me search all player libraries only my own and the first opponent in a 3+ multiplayer.

2. Whenever the AI uses cards like Blatant Thievery and any Primordial creature such as Molten Primordial they have a choice to choose more than one card from any player/bot instead of one per player.

3. Hive Mind suffers the same problem in 3+ multiplayer as some of the bugs I previously posted by only giving the first bot and myself a copy.

4. Possessed Portal only works on the player and the first bot. It also only works on the player, the first AI, and whichever AI's turn it is in 3+ Multiplayer.

5. In Commander/EDH Reflecting Pool does not produce any mana with Commander Tower being the only land on my field.

6. After selecting a deck for the 2nd AI and clicking the third AI to pick its deck or vice versa forge sends me back to my deck selection but it seems to only happen once until I finish a game a switch the decks again.

7. In 3+ Multiplayer, whenever I concede and finish a game and then try to close forge it states that a game is still running.

8. In 3+ Multiplayer, whenever an opponent loses the game any cards he/she/it had stolen and/or had taken are not remove from the game and are not return to there owners respectively.
Last edited by Snowstorm on 29 Apr 2015, 00:55, edited 2 times in total.
User avatar
Snowstorm
 
Posts: 50
Joined: 16 Mar 2014, 20:37
Has thanked: 4 times
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby Snowstorm » 29 Apr 2015, 00:54

Oth wrote:Every time I try to open Forge, I get a Java error at the "Loading Quest..." stage. I'd post the full report, but I'm a new account. It's an "Unexpected end of ZLIB input stream error".

EDIT: I hope I'm posting this in the right place.
Post your Forge Snapshot version revision number which is found on the forge folder ex: r29305 if your folder doesn't have that you should probably download the latest snapshot which may have have already fixed that problem here http://www.krazyweb.net/forge/. If it isn't fixed just report it here again with the revision number. :D
User avatar
Snowstorm
 
Posts: 50
Joined: 16 Mar 2014, 20:37
Has thanked: 4 times
Been thanked: 1 time

Re: Bug Reports (snapshot builds)

Postby Oth » 29 Apr 2015, 05:45

It was happening on r29305 and it's still happening on r23907.
Oth
 
Posts: 2
Joined: 29 Apr 2015, 00:15
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby elcnesh » 29 Apr 2015, 08:09

Oth wrote:It was happening on r29305 and it's still happening on r23907.
Something is wrong with your quest file. Try moving it out of the way :)

Your quest file can be found here:
Forge user directory | Open
Windows: <your application data directory>/Forge/
(usually, C:/Users/<your username>/Application Data/Roaming/Forge/)
OSX: <your home directory>/Library/Application Support/Forge/
Linux: <your home directory>/.forge/

followed by /quest/saves.
elcnesh
 
Posts: 290
Joined: 16 May 2014, 15:11
Location: Netherlands
Has thanked: 34 times
Been thanked: 92 times

Re: Bug Reports (snapshot builds)

Postby Midori » 30 Apr 2015, 00:03

Midori wrote:1.5.39 snapshot r29228

Attacked with three Vraska Assassin token, a Vampire Nighthawk and Phytotitan into Nissa's Chosen and Vedalken Mastermind (with a petrification counter). Then this showed up.

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.39-SNAPSHOT-r-1u
Operating System: Windows XP 5.1 x86
Java Version:     1.7.0_51 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
   at java.util.LinkedList$ListItr.next(Unknown Source)
   at forge.ai.AiBlockController.sortPotentialAttackers(AiBlockController.java:126)
   at forge.ai.AiBlockController.assignBlockersForCombat(AiBlockController.java:676)
   at forge.ai.AiController.declareBlockersFor(AiController.java:1122)
   at forge.ai.PlayerControllerAi.declareBlockers(PlayerControllerAi.java:389)
   at forge.game.phase.PhaseHandler.declareBlockersTurnBasedAction(PhaseHandler.java:568)
   at forge.game.phase.PhaseHandler.onPhaseBegin(PhaseHandler.java:284)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:969)
   at forge.game.GameAction.startGame(GameAction.java:1390)
   at forge.game.Match.startGame(Match.java:96)
   at forge.match.HostedMatch$2.run(HostedMatch.java:225)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
1.5.39-SNAPSHOT-r29309

It appears Forge really can't handle Vraska the Unseen's attacking assassin tokens, if there are not enough creatures to block them. In the declare blockers step, the game will get stuck with "Waiting for opponent..." after the following error message.

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.39-SNAPSHOT-r-1u
Operating System: Windows XP 5.1 x86
Java Version:     1.7.0_51 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
   at java.util.LinkedList$ListItr.next(Unknown Source)
   at forge.ai.AiBlockController.sortPotentialAttackers(AiBlockController.java:126)
   at forge.ai.AiBlockController.assignBlockersForCombat(AiBlockController.java:676)
   at forge.ai.AiController.declareBlockersFor(AiController.java:1122)
   at forge.ai.PlayerControllerAi.declareBlockers(PlayerControllerAi.java:389)
   at forge.game.phase.PhaseHandler.declareBlockersTurnBasedAction(PhaseHandler.java:568)
   at forge.game.phase.PhaseHandler.onPhaseBegin(PhaseHandler.java:284)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:969)
   at forge.game.GameAction.startGame(GameAction.java:1390)
   at forge.game.Match.startGame(Match.java:96)
   at forge.match.HostedMatch$2.run(HostedMatch.java:220)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Midori
 
Posts: 55
Joined: 20 Apr 2014, 12:43
Has thanked: 1 time
Been thanked: 4 times

Re: Bug Reports (snapshot builds)

Postby Bog Wraith » 30 Apr 2015, 21:34

Forge_1.5.39-20150422.155433-3

Genju of the Spires taps two lands to make the Mountain it is enchanting a 6/1 red Spirit creature. The Mountain taps to attack, but the 6 damage is not applied either to a blocker or to opponent.

I have a hunch that this is a bug that is not new, but has been there since the card was added to the game.
'Twas in the bogs of Cannelbrae
My mate did meet an early grave
'Twas nothing left for us to save
In the peat-filled bogs of Cannelbrae.
User avatar
Bog Wraith
Global Mod 1 (Ret)
 
Posts: 1108
Joined: 28 May 2008, 22:40
Location: Shandalar
Has thanked: 425 times
Been thanked: 153 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 01 May 2015, 03:04

Bog Wraith wrote:Forge_1.5.39-20150422.155433-3

Genju of the Spires taps two lands to make the Mountain it is enchanting a 6/1 red Spirit creature. The Mountain taps to attack, but the 6 damage is not applied either to a blocker or to opponent.

I have a hunch that this is a bug that is not new, but has been there since the card was added to the game.
Anything else of interest on the board? I just attacked with an activated Genju Mountain and it dealt 6 damage to my opponent.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby Ryujii Kami » 01 May 2015, 06:05

I am a bit new to the forums, dont know if this is where i should post it, but opponent AI had an immolating souleater, and killed himself with the phyrexian mana ability
on the bright side, i got the mythic arcane master achievement pretty easily
Ryujii Kami
 
Posts: 6
Joined: 16 Apr 2015, 19:30
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby JamesF0790 » 01 May 2015, 13:36

Description: I was just trying to start the game. As a note the OS is wrong in this, I'm on x64 and the snapshot number is 29316

ExceptionInInitializerError | Open
Code: Select all
Forge Version:    1.5.39-SNAPSHOT-r-1u
Operating System: Windows 8.1 6.3 x86
Java Version:     1.8.0_45 Oracle Corporation

java.lang.ExceptionInInitializerError
   at forge.screens.home.VHomeUI.<init>(VHomeUI.java:127)
   at forge.screens.home.VHomeUI.<clinit>(VHomeUI.java:81)
   at forge.gui.framework.FScreen.<clinit>(FScreen.java:30)
   at forge.menus.LayoutMenu.getMenu(LayoutMenu.java:48)
   at forge.menus.ForgeMenu.refresh(ForgeMenu.java:74)
   at forge.menus.ForgeMenu.<init>(ForgeMenu.java:28)
   at forge.control.FControl.getForgeMenu(FControl.java:261)
   at forge.view.FNavigationBar.<clinit>(FNavigationBar.java:44)
   at forge.view.FView.initialize(FView.java:103)
   at forge.control.FControl$3.run(FControl.java:249)
   at java.awt.event.InvocationEvent.dispatch(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$1.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)
Caused by: java.lang.NullPointerException
   at forge.screens.home.quest.VSubmenuQuestData.getStartingWorldName(VSubmenuQuestData.java:493)
   at forge.screens.home.quest.VSubmenuQuestData.updateEnabledFormats(VSubmenuQuestData.java:180)
   at forge.screens.home.quest.VSubmenuQuestData.<init>(VSubmenuQuestData.java:251)
   at forge.screens.home.quest.VSubmenuQuestData.<clinit>(VSubmenuQuestData.java:42)
   ... 24 more
JamesF0790
 
Posts: 1
Joined: 01 May 2015, 13:33
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Bog Wraith » 01 May 2015, 14:49

friarsol wrote:
Bog Wraith wrote:Forge_1.5.39-20150422.155433-3

Genju of the Spires taps two lands to make the Mountain it is enchanting a 6/1 red Spirit creature. The Mountain taps to attack, but the 6 damage is not applied either to a blocker or to opponent.

I have a hunch that this is a bug that is not new, but has been there since the card was added to the game.
Anything else of interest on the board? I just attacked with an activated Genju Mountain and it dealt 6 damage to my opponent.
I played the match a number of times again last night after posting my comment above. Sometimes it would deal the damage, other times it did not, at least from what I have seen in the number of games I've played against the deck.

To be clear, I didn't play the card. This all happened while the AI was playing the deck that had the Genju of the Spires in it.
-----------------------------------
Edit

I had the same thing happen again. This time I could not select the Genju of the Spires to block with my Vendilion Clique. I could only select the Slith Firewalker, no matter how I tried to remove the block from it and put it on the Genju of the Spires . You can also see in the second screenshot that no damage was assessed to me by the Genju of the Spires after the Combat Damage phase as my life totals remain the same, at 17.

This example reminded me of another thing I thought I noticed before with this bug but wasn't quite sure if I in fact had seen it. In an earlier game, I thought I had tried to cast a removal spell at the enchanted Mountain but was not allowed to by the game for the same reason you see here, that I wasn't able to select it as is also the case with the example above.
Attachments
Forge Bug.jpg
Genju of the Spires Bug-Screenshot#1
After Combat Damage.jpg
After Damage- Screenshot#2
'Twas in the bogs of Cannelbrae
My mate did meet an early grave
'Twas nothing left for us to save
In the peat-filled bogs of Cannelbrae.
User avatar
Bog Wraith
Global Mod 1 (Ret)
 
Posts: 1108
Joined: 28 May 2008, 22:40
Location: Shandalar
Has thanked: 425 times
Been thanked: 153 times

Re: Bug Reports (snapshot builds)

Postby Marek14 » 01 May 2015, 18:20

Wormfang Drake shows the ability "Champion a creature". While his ability works the same way, it's not champion ability in Oracle.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Bug Reports (snapshot builds)

Postby sunds » 02 May 2015, 10:23

1.5.39-SNAPSHOT-r29320
Sorin, Solemn Visitor emblem pic doesn't show in Commander Zone when Ultimate is activated because of losing image code in sorin_solemn_visitor.txt
sunds
 
Posts: 48
Joined: 05 Apr 2015, 12:51
Has thanked: 3 times
Been thanked: 4 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 03 May 2015, 22:30

r29339

When the AI plays on the bottom portion of my screen, (AI vs AI matches) he trolls his opponent by placing lands on top.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby dirnaras » 04 May 2015, 10:10

Hi All,

Bug report.
Hedron Crab landfall is triggered after the crab is 'path to exiled'.
http://www.slightlymagic.net/wiki/File:HedronCrabBug2.jpg
dirnaras
 
Posts: 2
Joined: 04 May 2015, 07:44
Has thanked: 0 time
Been thanked: 0 time

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 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 35 guests

Login Form