It is currently 09 Nov 2025, 22:50
   
Text Size

Forge Beta: 10-04-2013 ver 1.5.2

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

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby Hellfish » 06 Oct 2013, 09:09

Fixed Kederekt Parasite, but there is a problem with Teferi's Puzzlebox : The human player always gets to choose the order of cards put into the library.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
User avatar
Hellfish
Programmer
 
Posts: 1297
Joined: 07 Jun 2009, 10:41
Location: South of the Pumphouse
Has thanked: 110 times
Been thanked: 169 times

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby noian » 06 Oct 2013, 20:49

NullPointerException was fixed on my local end by compiling with a try { } catch (NullPointerException e) { return false;} modification to the cantarget code for spells, seems that spell abilities of monsters that are destroyed are being put on the stack and that is why NullPointerExceptions are being made.
noian
 
Posts: 38
Joined: 22 Dec 2010, 07:14
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby Sloth » 06 Oct 2013, 21:04

noian wrote:NullPointerException was fixed on my local end by compiling with a try { } catch (NullPointerException e) { return false;} modification to the cantarget code for spells, seems that spell abilities of monsters that are destroyed are being put on the stack and that is why NullPointerExceptions are being made.
I fixed this bug in r23413 (in another way). Thanks noian.

If you want to contribute to Forge, you can apply for commit rights by posting what you want to do in the developer's corner (for example applying your Estates fix). If none of the other devs objects you can become dev team member in a day.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby noian » 06 Oct 2013, 21:32

Another bug that I'm fairly sure exists is that the LQ image downloaders are saving images as .full.jpg, so I have a bunch of M14 LQ images saved as HQ images in my image cache which makes it annoying when I go through to update them with HQ images because I'm not sure if a HQ version exists or not. At least, the last version I played didn't have M14 cards, and I clicked download set pictures by accident and I saw some M14 LQ images were downloaded with the .full.jpg extension. If it isn't the code, then it's the servers they are downloading them from, which in that case, the code should do a rename mask. Simple regex match or even a .endswith match, followed by a replace.
noian
 
Posts: 38
Joined: 22 Dec 2010, 07:14
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby noian » 06 Oct 2013, 23:32

Buying a Zepplin didn't increase my life even though the tooltip says it will...I already had all of the elixer upgrades.
noian
 
Posts: 38
Joined: 22 Dec 2010, 07:14
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby TalpanianEmperor » 07 Oct 2013, 05:16

Hi there devs, another Commander issue.

I used Praetor's Grasp on an opponent Y, exiling Temporal Extortion.
In an opponent X's next turn, he played it from Y's exile, even though it says clearly that only the caster can look at and play it.

On a side note, he did pay the full mana cost so I suspect it just has something to do with the people who can play the exiled card.

EDIT: Two turns later, after I thought that I could not play Temporal Extortion since the opponent had, the opponent that I stole it from played it from his exile, and another look revealed I could still play it. I suspect that it will remain there until I play it.
"Each year that passes rings you inwardly with memory and might. Wield your heart, and the world will tremble."
-- Doran, The Siege Tower.
TalpanianEmperor
 
Posts: 37
Joined: 06 Oct 2013, 07:03
Has thanked: 6 times
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby muppet » 07 Oct 2013, 08:55

I could only tap my Gemstone Mine for mana when it had three counters on. In subsequent turns I could not tap it for mana.
muppet
Tester
 
Posts: 590
Joined: 03 Aug 2011, 14:37
Has thanked: 33 times
Been thanked: 30 times

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby TalpanianEmperor » 07 Oct 2013, 12:56

muppet wrote:I could only tap my Gemstone Mine for mana when it had three counters on. In subsequent turns I could not tap it for mana.
I also had this issue with the Mercadian Masques depletion lands (Peat Bog, etc), where I couldn't tap them a second time (when they only had 1 counter left).
"Each year that passes rings you inwardly with memory and might. Wield your heart, and the world will tremble."
-- Doran, The Siege Tower.
TalpanianEmperor
 
Posts: 37
Joined: 06 Oct 2013, 07:03
Has thanked: 6 times
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby gos » 07 Oct 2013, 22:04

I can't activate the ability of Wall of Roots when it has a -0/-1 counter on it.

I can't activate the ability of Pentad Prism a second time, after having used it once in a previous round.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby friarsol » 07 Oct 2013, 23:10

gos wrote:I can't activate the ability of Wall of Roots when it has a -0/-1 counter on it.

I can't activate the ability of Pentad Prism a second time, after having used it once in a previous round.
Seems there's an issue with the second activation for the type of cost, lots of reports of it all throughout the thread.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby fatlex » 08 Oct 2013, 00:54

When attacking with a Deathbellow Raider enchanted by one Ordeal of Purphoros, it adds two +1/+1 counters instead of one.
fatlex
 
Posts: 3
Joined: 29 Sep 2013, 00:07
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby kestell » 08 Oct 2013, 12:54

Tendo's Ice bridge could not make colorless mana after the counter was removed.
kestell
 
Posts: 70
Joined: 04 Oct 2013, 12:03
Has thanked: 5 times
Been thanked: 0 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby Doerk » 08 Oct 2013, 14:11

Description: The dramatic memory usage increase was not fixed in this version. I reported this bug earlier for version 1.5.1. Every shop visit (including purchase of ~40 cards) increases memory usage by ~200-300M until reaching nearly 1.2G. Then the game crashes (this time with the garbage collector's error message). For me, this happens after three shop visits. This may be related to the large number of cards that I own (~69M).

OutOfMemoryError | Open
Code: Select all
Forge Version:    1.5.2-r23396M
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_40 Oracle Corporation

java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
   at java.lang.Float.parseFloat(Unknown Source)
   at net.miginfocom.layout.ConstraintParser.parseUnitValue(Unknown Source)
   at net.miginfocom.layout.ConstraintParser.parseBoundSize(Unknown Source)
   at net.miginfocom.layout.ConstraintParser.parseGaps(Unknown Source)
   at net.miginfocom.layout.ConstraintParser.parseComponentConstraint(Unknown Source)
   at net.miginfocom.swing.MigLayout.setComponentConstraintsImpl(Unknown Source)
   at net.miginfocom.swing.MigLayout.addLayoutComponent(Unknown Source)
   at java.awt.Container.addImpl(Unknown Source)
   at java.awt.Container.add(Unknown Source)
   at forge.gui.deckeditor.views.VProbabilities.rebuildLabels(VProbabilities.java:155)
   at forge.gui.deckeditor.controllers.CProbabilities.update(CProbabilities.java:57)
   at forge.gui.deckeditor.CDeckEditorUI.moveSelectedCards(CDeckEditorUI.java:140)
   at forge.gui.deckeditor.CDeckEditorUI.addSelectedCards(CDeckEditorUI.java:145)
   at forge.gui.deckeditor.CDeckEditorUI$4.keyPressed(CDeckEditorUI.java:308)
   at java.awt.AWTEventMulticaster.keyPressed(Unknown Source)
   at java.awt.AWTEventMulticaster.keyPressed(Unknown Source)
   at java.awt.Component.processKeyEvent(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
Doerk
 
Posts: 41
Joined: 12 Apr 2011, 16:43
Has thanked: 2 times
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby Doerk » 08 Oct 2013, 14:35

Description: Log message is wrong for Swords to Plowshares. It shows "0 life", however, the correct number of life points is added.
Attachments
Forge-Kozi.jpg
Doerk
 
Posts: 41
Joined: 12 Apr 2011, 16:43
Has thanked: 2 times
Been thanked: 1 time

Re: Forge Beta: 10-04-2013 ver 1.5.2

Postby ajcgr » 08 Oct 2013, 16:14

Hi guys, mana ability not working with Elvish Archdruid and Llanowar Elves.

Thanks, nice work :) and sorry my english ^_^
User avatar
ajcgr
 
Posts: 43
Joined: 12 Mar 2010, 15:23
Has thanked: 3 times
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 507 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 507 users online :: 0 registered, 0 hidden and 507 guests (based on users active over the past 10 minutes)
Most users ever online was 9298 on 10 Oct 2025, 12:54

Users browsing this forum: No registered users and 507 guests

Login Form