It is currently 16 Apr 2024, 06:23
   
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 Kiryu666 » 03 Jun 2018, 19:21

Description: [describe what you were doing when the crash occurred]

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

java.lang.NullPointerException
   at forge.ImageCache.scaleImage(ImageCache.java:322)
   at forge.ImageCache.getImageNoDefault(ImageCache.java:228)
   at forge.CachedCardImage.<init>(CachedCardImage.java:19)
   at forge.screens.match.views.VStack$StackInstanceTextArea$3.<init>(VStack.java:237)
   at forge.screens.match.views.VStack$StackInstanceTextArea.<init>(VStack.java:237)
   at forge.screens.match.views.VStack.updateStack(VStack.java:134)
   at forge.screens.match.controllers.CStack.update(CStack.java:45)
   at forge.screens.match.CMatchUI$4.run(CMatchUI.java:676)
   at forge.GuiDesktop.invokeInEdtNow(GuiDesktop.java:68)
   at forge.FThreads.invokeInEdtNowOrLater(FThreads.java:30)
   at forge.screens.match.CMatchUI.updateStack(CMatchUI.java:674)
   at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:93)
   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$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)
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 03 Jun 2018, 19:29

Description: [describe what you were doing when the crash occurred]

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

java.lang.NullPointerException
   at forge.ImageCache.scaleImage(ImageCache.java:322)
   at forge.ImageCache.getImageNoDefault(ImageCache.java:228)
   at forge.CachedCardImage.<init>(CachedCardImage.java:19)
   at forge.view.arcane.CardPanel$2.<init>(CardPanel.java:203)
   at forge.view.arcane.CardPanel.updateImage(CardPanel.java:203)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:725)
   at forge.view.arcane.CardPanel$1.componentResized(CardPanel.java:156)
   at java.awt.Component.processComponentEvent(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.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)
:? :? :? fix the crash guys pless
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 03 Jun 2018, 19:39

Description: [describe what you were doing when the crash occurred]

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

java.lang.NullPointerException
   at forge.ImageCache.scaleImage(ImageCache.java:322)
   at forge.ImageCache.getImageNoDefault(ImageCache.java:228)
   at forge.CachedCardImage.<init>(CachedCardImage.java:19)
   at forge.view.arcane.CardPanel$2.<init>(CardPanel.java:203)
   at forge.view.arcane.CardPanel.updateImage(CardPanel.java:203)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:725)
   at forge.view.arcane.PlayArea.doUpdateCard(PlayArea.java:746)
   at forge.view.arcane.PlayArea.updateCard(PlayArea.java:666)
   at forge.screens.match.CMatchUI.updateCards(CMatchUI.java:443)
   at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:57)
   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$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)
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 03 Jun 2018, 19:49

the errors happen apparently as soon as some token is generated in the field (some token comes into play) :( :(
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby schnautzr » 04 Jun 2018, 02:26

That bug is my fault. New feature that didn't get tested enough, apparently. We'll be reverting the change until we can figure out what's going on and fix it.

Thanks for the reports!
User avatar
schnautzr
 
Posts: 106
Joined: 23 Aug 2012, 01:13
Location: UTC -6/-5
Has thanked: 27 times
Been thanked: 7 times

Re: Bug Reports (snapshot builds)

Postby Kiryu666 » 04 Jun 2018, 03:19

No problem, I'm glad I helped. You are too much !!!
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby schnautzr » 04 Jun 2018, 04:35

You were right, it's definitely related to the "card" being a token. This probably would happen with emblems or effects, too. Working on a fix right now.
User avatar
schnautzr
 
Posts: 106
Joined: 23 Aug 2012, 01:13
Location: UTC -6/-5
Has thanked: 27 times
Been thanked: 7 times

Re: 2HG game froze after using Boros Charm

Postby tjtillman » 04 Jun 2018, 17:41

M47750N wrote:Playing a 2H giant with my friend online against two AI players, we have almost completet this match and then I clicked on [[Boros Charm]] and the game freezed.
NOT complaining, just wanted to let you know if I find stuff that don't work :)

I'm playing the latest forge-gui-desktop-1.6.11-SNAPSHOT-r187
So perhaps I'm just totally ignorant, but how were you playing 2HG in Forge? I couldn't find where that variant was supported.
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: Bug Reports (snapshot builds)

Postby tjtillman » 04 Jun 2018, 18:06

1.6.11 r480

My Danitha Capashen, Paragon was equipped with Forbear's Blade, I attacked. Opponent blocked with Serra Disciple with a +1/+1 counter on it (so 2/2 first strike) and Corrosive Ooze. On First Strike damage, all 3 creatures died. On death, the Forbear's Blade became unattached and then triggered to attach to another one of my creatures. At End of Combat step, however, the Forbear's Blade was not destroyed by Corrosive Ooze's delayed trigger. However, based on the ruling for Corrosive Ooze it appears that regardless if the equipment is attached to that creature, it should still destroy the Forbear's Blade at the End of Combat step.
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: 2HG game froze after using Boros Charm

Postby friarsol » 05 Jun 2018, 01:36

tjtillman wrote:So perhaps I'm just totally ignorant, but how were you playing 2HG in Forge? I couldn't find where that variant was supported.
It's not supported. They were just playing 2 player teams probably.
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 » 08 Jun 2018, 19:58

Description: [Delete Commander Deck error]

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

java.lang.UnsupportedOperationException: Delete not implemented for game type = Commander
   at forge.itemmanager.DeckManager.deleteDeck(DeckManager.java:335)
   at forge.itemmanager.DeckManager$DeckActionsRenderer.processMouseEvent(DeckManager.java:378)
   at forge.itemmanager.views.ItemListView$ItemTable.processMouseEvent(ItemListView.java:472)
   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)
Kiryu666
 
Posts: 120
Joined: 03 Aug 2015, 12:55
Has thanked: 14 times
Been thanked: 12 times

Re: Bug Reports (snapshot builds)

Postby bis » 09 Jun 2018, 03:25

Hi, I have a Game Startup crashes when it gets to "Loading Quest", on a mac.
Is there a way to fix that?
thks!
bis
 
Posts: 1
Joined: 09 Jun 2018, 02:54
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Bog Wraith » 10 Jun 2018, 16:23

Forge_1.6.12_r4

BBD Planeswalker cards Rowan Kenrith & Will Kenrith each have two entries in the db and at least for me, the card pics for them are not displaying for either entry.
'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 Eehoe » 10 Jun 2018, 18:49

Still seeing the summoning sickness bug for control creature cards in 1.6.11
Eehoe
 
Posts: 22
Joined: 20 May 2018, 01:54
Has thanked: 1 time
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby Devilman06 » 15 Jun 2018, 05:11

forge-gui-desktop-1.6.12-SNAPSHOT-r87
Krark's Thumb does not appear to be working. does not show any results of the flips
Devilman06
 
Posts: 127
Joined: 29 Jan 2010, 03:59
Has thanked: 1 time
Been thanked: 2 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 47 guests


Who is online

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

Login Form