It is currently 18 Apr 2024, 06:37
   
Text Size

Forge Release 03/20/2018 ver 1.6.8

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

Re: Forge Release 03/20/2018 ver 1.6.8

Postby Tolvo » 16 Apr 2018, 01:47

Tolvo
 
Posts: 21
Joined: 05 Sep 2015, 13:50
Has thanked: 1 time
Been thanked: 3 times

Re: Forge Release 03/20/2018 ver 1.6.8

Postby friarsol » 16 Apr 2018, 12:41

The user who posted that isn't on the dev team. It's just someone who collated HQ pics and are sharing them for other people.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Release 03/20/2018 ver 1.6.8

Postby Tolvo » 16 Apr 2018, 14:05

Oh I'm aware of that. It's just that I was considering doing pretty much the same as him (putting up a torrent of the pics) when I stumbled on his comment that "it seems that the devs are going to implement some sort of xlhq card downloader". So you're saying there's no plans for that? I guess he just pulled that out of his butt then.
Tolvo
 
Posts: 21
Joined: 05 Sep 2015, 13:50
Has thanked: 1 time
Been thanked: 3 times

Re: Forge Release 03/20/2018 ver 1.6.8

Postby timmermac » 16 Apr 2018, 15:41

I'm not a developer, so I'm guessing here, but I think that it is highly unlikely that there will ever be either hq or xlhq downloaders in Forge. My reasoning for this is that as long as Forge is available for Android, with its far more limited storage, anything beyond lq makes no sense. Hq/xlhq images use far too much of that limited storage to be practical.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge Release 03/20/2018 ver 1.6.8

Postby m4ntra » 16 Apr 2018, 23:03

I am currently experiencing three issues:
1. pressing "Download LQ Card Pictures" on the "Content Downloaders" screen throws up the following error in the "Scanning for existing items" stage:

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

java.lang.NullPointerException
   at forge.download.GuiDownloadService.readyToStart(GuiDownloadService.java:130)
   at forge.download.GuiDownloadService.access$200(GuiDownloadService.java:40)
   at forge.download.GuiDownloadService$2$1.run(GuiDownloadService.java:101)
   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)
I previously downloaded card pictures on 1.6.6.

Both of the issues below have occurred on the same Quest save.

2. Wins for New Challenge settings on Quest Preferences seem bonked: setting it to 3 wins adds a challenge after every victory, and setting it at 4 shows the message "A new challenge will be available in 1939 wins." setting it at 5 sets the number at 3878, and so on with multiples of 1939.

This occurred after I played some games after setting the number at 1 on version 1.6.6., and seems to persist on 1.6.8.

3. The previous wins bonus in Quest mode has reset to zero. This seems to have occurred in the same time frame as above, but I seem to remember wins bonuses being normal until switching from 1.6.6 to 1.6.8.
m4ntra
 
Posts: 1
Joined: 16 Feb 2018, 14:02
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Release 03/20/2018 ver 1.6.8

Postby horsekateer » 17 Apr 2018, 17:06

I simply booted up and tried to delete a Commander deck. :\

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

UnsupportedOperationException | Open
Code: Select all
Forge Version:    1.6.8-r-1u
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_131 Oracle Corporation

java.lang.UnsupportedOperationException: Delete not implemented for game type = Commander
   at forge.itemmanager.DeckManager.deleteDeck(DeckManager.java:315)
   at forge.itemmanager.DeckManager$DeckActionsRenderer.processMouseEvent(DeckManager.java:358)
   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)
horsekateer
 
Posts: 55
Joined: 03 Apr 2013, 21:58
Has thanked: 7 times
Been thanked: 0 time

Re: Forge Release 03/20/2018 ver 1.6.8

Postby Chakan » 18 Apr 2018, 17:42

Panglacial Wurm doesn't seem to work, or at the very least it's not very user friendly and I couldn't figure out how to cast it. Tried searching my library in almost every phase, combat, main phase, etc., but it didn't work. Also tried tapping the mana to cast it before I searched for it and that didn't seem to work either.
User avatar
Chakan
 
Posts: 166
Joined: 07 Jun 2014, 23:08
Has thanked: 11 times
Been thanked: 10 times

Re: Forge Release 03/20/2018 ver 1.6.8

Postby EpicForce » 19 Apr 2018, 12:40

I tried Matt Nass KCI combo deck from GP Hartford in Forge i encountered some issues while trying to produce combo, the main problem is Krark-Clan Ironworks, when i activate mana ability (exp. Chromatic Star) its asking to pay cost, at that time i activate Krark-Clan Ironworks mana ability to sacrifice a artifact to generate mana but Forge is automatically using that mana to pay cost of activated Chromatic Star (in real combo you can sacrifice multiple artifact regardless do you have mana floating or not), you can even see that when is asking you to sacrifice it says "Select a Artifact to sacrifice (1 left)". My suggestion to fix this is to when activating Krark-Clan Ironworks to ask you how many artifact you want sacrifice so it says (x left), so you can sacrifice multiple artifact before it pays for activated ability.
Thank you.
EpicForce
 
Posts: 2
Joined: 19 Apr 2018, 12:24
Has thanked: 6 times
Been thanked: 2 times

Re: Forge Release 03/20/2018 ver 1.6.8

Postby horsekateer » 19 Apr 2018, 18:46

Hey gang so playing the modern cube 2017 i have felidar guardian and saheeli rai and the combo isnt working, i blink saheeli and she comes back in with 3 counters but then i cannot activate her abilities anymore.
horsekateer
 
Posts: 55
Joined: 03 Apr 2013, 21:58
Has thanked: 7 times
Been thanked: 0 time

Re: Forge Release 03/20/2018 ver 1.6.8

Postby HarlequinCasts » 19 Apr 2018, 21:26

jamincollins wrote:
HarlequinCasts wrote:Lotus Bloom cannot be sacrificed for mana once it comes out from suspend. It has been a while since this card has functioned properly. I assume it is an ongoing suspend issue.
Seems to work in my testing. I added Lotus Bloom to my hand (via Dev Mode) suspended it, waited three turns, it cast, and then sacrificed it, got three mana of the selected color.

lotus-bloom-1.png

lotus-bloom-2.png
The problem with Lotus Bloom is that it seems pretty irregular. I assure you it is the same buggy functionality it always has been.

Example 1: Lotus Bloom comes into play from suspension and I have no other mana sources. I cast a Ghostly Prison and select "auto" and it will in fact sacrifice the Lotus Bloom and pay for it.

Example 2: I have tons of mana, and a Lotus Bloom in play, and I just want to sacrifice it for 3 mana for fun, not while casting a spell. Clicking on the Lotus Bloom just flashes the prompt window briefly but there are no other options and it cannot be sacrificed.

So I can clearly see that in all circumstances it cannot always been sacrificed for mana at will, but will sometimes work in narrow situations or with auto pay.
User avatar
HarlequinCasts
 
Posts: 922
Joined: 07 May 2013, 14:33
Has thanked: 68 times
Been thanked: 30 times

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 84 guests


Who is online

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

Login Form