It is currently 16 Apr 2024, 18:09
   
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 Corwin72 » 15 Jan 2019, 18:26

Download quest images errors on these three images.

158/395 - B:\Forge\Forge\cache\pics\icons\https:\downloads.cardforge.org\images\icons\Eldritch
Can't create folder: B:\Forge\Forge\cache\pics\icons\https:\downloads.cardforge.org\images\icons

This looks like someone miss typed the file name.
and
1/395 - B:\Forge\Forge\cache\pics\fatpacks\GRN.jpg
File not found: https://downloads.cardforge.org/images/ ... ks/GRN.jpg

The GRN.JPG does not look like it is out there. Not sure if it should be pulling something different.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 16 Jan 2019, 00:51

Kiryu666 wrote:Old bug "waiting for opponent"

please focus on 2019 in optimizing the forge !!!!! and fix this kind of bug !!! #-o [-o< :(
"Waiting for opponent" means you had a crash that was reported automatically. You should check your forge.log to see the message.
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 Kiryu666 » 16 Jan 2019, 23:59

friarsol wrote:
Kiryu666 wrote:Old bug "waiting for opponent"

please focus on 2019 in optimizing the forge !!!!! and fix this kind of bug !!! #-o [-o< :(
"Waiting for opponent" means you had a crash that was reported automatically. You should check your forge.log to see the message.
Sorry I did not know :mrgreen:.

forge-1.6.20-SNAPSHOT-r264-39204513fb in MoJhoSto,bug occurred by jhoira (Instant and Sorcery resolutions)

java.lang.NullPointerException
at forge.player.PlayerControllerHuman.useSelectCardsInput(PlayerControllerHuman.java:368)
at forge.player.PlayerControllerHuman.chooseSingleEntityForEffect(PlayerControllerHuman.java:430)
at forge.game.player.PlayerController.chooseSingleEntityForEffect(PlayerController.java:109)
at forge.player.PlayerControllerHuman.chooseCardsForEffect(PlayerControllerHuman.java:384)
at forge.game.ability.effects.PlayEffect.resolve(PlayEffect.java:116)
at forge.game.ability.AbilityApiBased.resolve(AbilityApiBased.java:48)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1367)
at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1335)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:528)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1053)
at forge.game.GameAction.startGame(GameAction.java:1587)
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)
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby StickyGator » 18 Jan 2019, 20:23

While playing I noticed that [[Vicious Rumors]] is not working as intended. Instead of making the opponent discard a card and mill the opponent for 1, Forge currently only makes the opponent mill for 1.
StickyGator
 
Posts: 1
Joined: 18 Jan 2019, 20:10
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby friarsol » 19 Jan 2019, 03:49

StickyGator wrote:While playing I noticed that [[Vicious Rumors]] is not working as intended. Instead of making the opponent discard a card and mill the opponent for 1, Forge currently only makes the opponent mill for 1.
Wasn't that already fixed in snapshot builds?
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 stormcat » 19 Jan 2019, 06:18

:r282-12b464dbcb
Why is the cards of M19 Gift Pack in RNA?

Angelic Guardian
Angler Turtle
Vengeant Vampire
Immortal Phoenix
Rampaging Brontodon
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby Bog Wraith » 19 Jan 2019, 17:49

Snapshot: 1.6.20-r296-bf6f8048d6

When scrolling through the cards in RNA with the deck editor, the game crashes when it lands on Skitter Eel:

java.lang.ArrayIndexOutOfBoundsException: 1
at forge.game.keyword.KeywordWithCostAndAmount.parse(KeywordWithCostAndAmount.java:23)
at forge.game.keyword.KeywordInstance.initialize(KeywordInstance.java:72)
at forge.game.keyword.Keyword.getInstance(Keyword.java:233)
at forge.game.keyword.KeywordCollection.add(KeywordCollection.java:50)
at forge.game.card.CardState.addIntrinsicKeyword(CardState.java:216)
at forge.game.card.CardState.addIntrinsicKeywords(CardState.java:228)
at forge.game.card.Card.addIntrinsicKeywords(Card.java:3613)
at forge.game.card.CardFactory.readCardFace(CardFactory.java:443)
at forge.game.card.CardFactory.readCard(CardFactory.java:396)
at forge.game.card.CardFactory.getCard(CardFactory.java:263)
at forge.game.card.CardFactory.getCard(CardFactory.java:258)
at forge.game.card.Card.fromPaperCard(Card.java:5572)
at forge.game.card.Card.getCardForUi(Card.java:5583)
at forge.game.card.CardView.getCardForUi(CardView.java:41)
at forge.screens.match.controllers.CDetailPicture.showItem(CDetailPicture.java:58)
at forge.screens.deckeditor.CDeckEditorUI.setCard(CDeckEditorUI.java:91)
at forge.screens.deckeditor.CDeckEditorUI$7.valueChanged(CDeckEditorUI.java:266)
at forge.itemmanager.views.ItemView.onSelectionChange(ItemView.java:278)
at forge.itemmanager.views.ItemListView$ItemTableModel$1.valueChanged(ItemListView.java:620)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:459)
at javax.swing.JTable.changeSelectionModel(JTable.java:2392)
at javax.swing.JTable.changeSelection(JTable.java:2461)
at javax.swing.plaf.basic.BasicTableUI$Actions.actionPerformed(BasicTableUI.java:559)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1668)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
at javax.swing.JTable.processKeyBinding(JTable.java:5265)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2943)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
at java.awt.Component.processEvent(Component.java:6316)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:835)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1103)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:974)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:800)
at java.awt.Component.dispatchEventImpl(Component.java:4760)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
'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 » 20 Jan 2019, 01:45

stormcat wrote::r282-12b464dbcb
Why is the cards of M19 Gift Pack in RNA?

Angelic Guardian
Angler Turtle
Vengeant Vampire
Immortal Phoenix
Rampaging Brontodon
Because noone created an edition file for the gift pack cards. They just added the cards.
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 Kiryu666 » 21 Jan 2019, 03:04

"needle drop" is only causing damage to the player as it causes both player and creature damage :mrgreen:


forge-1.6.20-SNAPSHOT-r311-ab1e1d2386
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 24 Jan 2019, 02:50

java.lang.NullPointerException
at forge.item.generation.BoosterGenerator.getBoosterPack(BoosterGenerator.java:78)
at forge.item.generation.UnOpenedProduct.get(UnOpenedProduct.java:62)
at forge.limited.SealedCardPoolGenerator.getCardPool(SealedCardPoolGenerator.java:449)
at forge.limited.SealedCardPoolGenerator.generateSealedDeck(SealedCardPoolGenerator.java:76)
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)


forge-1.6.20-SNAPSHOT-r348-82e276c661.tar.bz2

errors I encountered: error initiating a sealed or draft Ravnica Allegiance simply the error above appears and prevents me from playing


Old error that still persists: Mojho (sto) when solving the joira simply does not solve and an error happens
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 24 Jan 2019, 02:56

That should already be fixed. I thought it was already fixed in the branch I was merging.
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 Kiryu666 » 24 Jan 2019, 03:00

no problem ! Thank you for the answers and for the attention you are incredible.
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 24 Jan 2019, 03:07

:1.6.20-SNAPSHOT-r350-0813f9bc66
Plaza of Harmony shouldn't have cost 0.
Then, although it may not have been implemented yet, I could choose sealed and draft of Ravnica Allegiance, but I couldn't start game.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 24 Jan 2019, 04:02

:1.6.20-SNAPSHOT-r352-d0c5bcf053
When I start Sealed of Ravnica Allegiance and open sealed deck editor, a bugged card showed.
please refer to attachment.
Attachments
capture_001_24012019_125859.jpg
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Bug Reports (snapshot builds)

Postby stormcat » 24 Jan 2019, 04:36

:1.6.20-SNAPSHOT-r352-d0c5bcf053
When I cast Code of Constraint in my precombat main phase, Dovin's Acuity didn't triggered.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 52 guests


Who is online

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

Login Form