It is currently 16 Apr 2024, 08:52
   
Text Size

Forge Beta Release 05/06/2017 ver 1.5.62

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

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby friarsol » 16 May 2017, 12:13

Deyool wrote:Why some edition like "Conspiracy Take the Crown" was skipped?
tnks!!
In what sense?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Deyool » 16 May 2017, 17:13

friarsol wrote:
Deyool wrote:Why some edition like "Conspiracy Take the Crown" was skipped?
tnks!!
In what sense?
There are cards like Expropriate and all conspiracy cards that are missing, not all cards, but its not complete!
Deyool
 
Posts: 23
Joined: 10 May 2016, 10:24
Has thanked: 1 time
Been thanked: 2 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Cealan » 16 May 2017, 23:15

Heart-Piercer Manticore doesn't seem to check the right power when the ETB ability is triggered. I sacrificed an exerted Hooded Brawler, i.e. power was increased this turn from 3 to 5, yet the manticore dealt only 3 damage to the opponent when targeted.
From my reading of the Oracle, Heart-Piercer Manticore deals the damage of the current power, not the base power.
Cealan
 
Posts: 6
Joined: 14 Feb 2016, 18:16
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Hapse » 18 May 2017, 13:49

Hey just found a bug in quest mode.

Not playing fantasy so its best of 3, in game 1 I Jace, Memory Adept 's -7 abillity so we both drew 20 cards so we both only had 7 cards left in our library. I then cast Whispering Madness (just for fun :) ) it did say it was a draw but I couldn't continue to the 2nd game and I got -15 credits :(

Keep up the great work, I've used Forge for years and I love it :)
Hapse
 
Posts: 49
Joined: 03 Sep 2013, 16:09
Has thanked: 12 times
Been thanked: 0 time

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Seravy » 19 May 2017, 08:30

Selling a card in quest mode still seems to often make two copies of that card appear in the shop which can be abused to duplicate cards.
Seravy
 
Posts: 363
Joined: 26 Oct 2016, 21:23
Has thanked: 5 times
Been thanked: 27 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Seravy » 19 May 2017, 10:16

Quest for Ula's Temple seems to be broken :
-The AI reveals creatures but no counter is put on the enchantment
-The card says "put a quest counter on Quest for Quest for Ula's Temple", the "quest for" part appears twice.
Seravy
 
Posts: 363
Joined: 26 Oct 2016, 21:23
Has thanked: 5 times
Been thanked: 27 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Seravy » 19 May 2017, 17:33

A suggestion : When making a new deck, it should be autoselected in quest mode - I've went into a match so many times after building a deck only to realize it still has a different deck selected that it's ridiculous - in all other cases the deck being edited is the one you have active after leaving the editor, but for new decks it's not.
Seravy
 
Posts: 363
Joined: 26 Oct 2016, 21:23
Has thanked: 5 times
Been thanked: 27 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Seravy » 19 May 2017, 17:50

Bug : I won through a Darksteel Reactor I stole from the opponent. I received the "Hellbent - rare" achievement for it even though I had cards in my hand, graveyard and library - the cards suddenly disappeared at the same time I won the game. It's visible on the screenshot that all my cards are gone except the two I stole from the opponent - I have nothing anywhere, even in the removed from the game zone.
bug.png

I suspect the game removes cards belonging to defeated players and this time it removed the wrong player because the win condition was owned by the loser.
Seravy
 
Posts: 363
Joined: 26 Oct 2016, 21:23
Has thanked: 5 times
Been thanked: 27 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby sriracha » 22 May 2017, 18:22

Cealan wrote:Heart-Piercer Manticore doesn't seem to check the right power when the ETB ability is triggered. I sacrificed an exerted Hooded Brawler, i.e. power was increased this turn from 3 to 5, yet the manticore dealt only 3 damage to the opponent when targeted.
From my reading of the Oracle, Heart-Piercer Manticore deals the damage of the current power, not the base power.
I've seen the same thing when Consuming Fervor was on a Ahn-Crop Crasher and I sac'd it. The manticore only did 3 damage where it should have been 6.
sriracha
 
Posts: 27
Joined: 05 Oct 2015, 14:25
Has thanked: 1 time
Been thanked: 2 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby djvaller » 22 May 2017, 20:11

Description: Game crashes at game end in gauntlet mode.

IndexOutOfBoundsException | Open
Code: Select all
Forge Version:    1.5.62-r-1
Operating System: Windows 7 6.1 x86
Java Version:     1.8.0_131 Oracle Corporation

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.rangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at forge.screens.match.GauntletWinLose$1.showOutcome(GauntletWinLose.java:67)
   at forge.gauntlet.GauntletWinLoseController.showOutcome(GauntletWinLoseController.java:109)
   at forge.screens.match.GauntletWinLose.populateCustomPanel(GauntletWinLose.java:107)
   at forge.screens.match.ViewWinLose.<init>(ViewWinLose.java:151)
   at forge.screens.match.CMatchUI.finishGame(CMatchUI.java:656)
   at forge.control.FControlGameEventHandler$1.run(FControlGameEventHandler.java:116)
   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)
djvaller
 
Posts: 1
Joined: 22 May 2017, 20:09
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby hjorti » 23 May 2017, 08:48

The ability on Harsh Mentor does not work when the opponent activates Naga Vitalist.
hjorti
 
Posts: 15
Joined: 12 Jan 2017, 10:49
Has thanked: 1 time
Been thanked: 0 time

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby friarsol » 23 May 2017, 13:04

hjorti wrote:The ability on Harsh Mentor does not work when the opponent activates Naga Vitalist.
Harsh Mentor specifically says "if it's not a mana ability"
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby ForestGuardian » 24 May 2017, 00:02

While saving a deck I got a scriptcastexemption that said the deck.deckproxy couldn't be writ to 1PaperCard. It won't allow me to report as it just goes back to the crash report window. Can't save it either as it just goes back to crash report window telling me to click report again and again. Happened after I added 2 River Serpents to a deck build and tried to save it.
ForestGuardian
 
Posts: 2
Joined: 23 May 2017, 23:55
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby ForestGuardian » 24 May 2017, 00:12

Happened when I put two River Serpents in a deck build and tried to save it for Lobby test play against AI. Finally got it to save the report error, disregard last post.
Attachments
ForgeError001.txt
(4.05 KiB) Downloaded 198 times
ForestGuardian
 
Posts: 2
Joined: 23 May 2017, 23:55
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta Release 05/06/2017 ver 1.5.62

Postby Turbomoose » 24 May 2017, 16:18

Quest 1.dec
Rename to Quest 1.dat
(234.15 KiB) Downloaded 216 times
Seravy wrote:Decided to risk upgrading this time, and...
Clicking on the quest shop immediately crashes :

ClassCastException | Open
Code: Select all
Forge Version:    1.5.62-r-1
Operating System: Windows XP 5.1 x86
Java Version:     1.7.0_80 Oracle Corporation

java.lang.ClassCastException: forge.item.BoosterBox cannot be cast to forge.item.IPaperCard
   at forge.itemmanager.views.ImageView$CardViewDisplay.drawItemImage(ImageView.java:1107)
   at forge.itemmanager.views.ImageView$CardViewDisplay.paintComponent(ImageView.java:1078)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JViewport.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at forge.toolbox.FScrollPane.paint(FScrollPane.java:96)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JViewport.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JLayeredPane.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JLayeredPane.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintToOffscreen(Unknown Source)
   at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
   at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
   at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
   at javax.swing.RepaintManager.paint(Unknown Source)
   at javax.swing.JComponent._paintImmediately(Unknown Source)
   at javax.swing.JComponent.paintImmediately(Unknown Source)
   at javax.swing.RepaintManager$3.run(Unknown Source)
   at javax.swing.RepaintManager$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.access$1100(Unknown Source)
   at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$300(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)
Do I have to rename the MPS folder to MPS_KLD?
...nope, still crashing.
There are no errors on the console related to MPS, so my decks probably didn't have any.
My guess is the image for a booster box is missing?
Or maybe the card price file needs an update? I wonder...but the shop isn't supposed to have new content until after I play a match, so that shouldn't be the case.

...tried another quest mode account, same crash.

...tried generating a new all-prices.txt, didn't help.

Also, does this mean using Java 8 is now safe? I had to specifically downgrade to Java 7 for this game only 6 months ago because 8 was not supported.
I am getting this same error. Attached my quest data
Turbomoose
 
Posts: 41
Joined: 21 Mar 2016, 15:58
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 56 guests


Who is online

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

Login Form