It is currently 24 Apr 2024, 06:01
   
Text Size

Forge Beta: 04-13-2016 ver 1.5.51

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

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby friarsol » 28 Apr 2016, 01:49

Athanasios wrote:Hey - I keep getting this error when I attempt to start forge:
RuntimeException | Open
Code: Select all
Forge Version:    1.5.51-r-1
Operating System: Windows 8.1 6.3 amd64
Java Version:     1.7.0_80 Oracle Corporation

java.lang.RuntimeException: java.io.EOFException
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:138)
It started happening after I had a crash playing Remilia Scarlet in quest mode - I tried clicking continue and then wait for a while but nothing happens - Tried re-downloading Forge but the problem persists.
Your quest data is corrupted. If you go somewhere like

C:\Users\Athanasios\AppData\Roaming\Forge\quest\saves

you should see the quests. If you delete the most recent quest, Forge should launch. You may be able to recover it, by renaming the <name>.dat.bak to <name>.dat
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby friarsol » 28 Apr 2016, 02:09

Sp0rkG0D wrote:Following up on a bug that I previously reported here: viewtopic.php?f=26&t=17868&p=189086#p189086

Birthing pod (and other things most likely) considers token copies of creatures to have a converted mana of zero rather then the cost of the original creature.
FYI, I think this has more to do with the LKI not finding the (now non-existent) token, then the card not having a CC. Note how 0-counter Powder Keg doesn't destroy a token created by Kiki-Jiki.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby Andy9973 » 28 Apr 2016, 07:23

I cast Path to Exile on AI's Hedron Crab. When the land entered the battlefield on AI's side, Hedron Crab 's ability triggered. This shouldn't happen since Hedron Crab is already in exile when the land from Path to Exile enters the battlefield.
Attachments
hedroncrab.png
Andy9973
 
Posts: 103
Joined: 30 Apr 2012, 08:35
Has thanked: 47 times
Been thanked: 5 times

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby Xyx » 28 Apr 2016, 08:41

When the AI casts Collected Company, Forge shows me the cards it's looking at. I'm not supposed to be able to see those.

Also, my Archangel Avacyn transformed, and Forge did not give the the choice to redirect her 3 damage to my opponent's Jace, Telepath Unbound.
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby Hanmac » 28 Apr 2016, 11:10

@Xyz:
the bug with Collected Company was fixed with r31111

the problem with not redirecting damage to DFC Planeswalker is already reported there, but it is not fixed yet:
viewtopic.php?p=196332#p196332
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby Xyx » 28 Apr 2016, 11:59

OK, thanks for the heads-up.

Also, according to Declaration in Stone, somebody should really write a better StackDescription!
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby deebiia » 30 Apr 2016, 17:23

SOI Bug:
It seems that Fevered Visions does the two (2) damage regardless if the opponent has four (4) or more cards in hand.
deebiia
 
Posts: 5
Joined: 20 Jun 2015, 05:42
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby Desiderus » 30 Apr 2016, 23:00

Hello, this is my first time downloading. In the forge client it says I downloaded all of the card images, but I see absolutely none of them in the game.
Desiderus
 
Posts: 2
Joined: 30 Apr 2016, 20:42
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby bahzitchiu » 01 May 2016, 01:42

Description: [Forge doesnt open.]

NullPointerException | Open
Code: Select all
Forge Version:    1.5.51-r-1
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_91 Oracle Corporation

java.lang.NullPointerException
   at forge.itemmanager.GroupDef$6.apply(GroupDef.java:72)
   at forge.itemmanager.GroupDef$6.apply(GroupDef.java:65)
   at forge.itemmanager.GroupDef.getItemGroupIndex(GroupDef.java:212)
   at forge.itemmanager.views.ImageView.onRefresh(ImageView.java:529)
   at forge.itemmanager.views.ItemView.refresh(ItemView.java:160)
   at forge.itemmanager.ItemManager.setViewIndex(ItemManager.java:339)
   at forge.itemmanager.ItemManager.setup(ItemManager.java:308)
   at forge.itemmanager.DeckManager.setup(DeckManager.java:114)
   at forge.deckchooser.FDeckChooser.updateColors(FDeckChooser.java:142)
   at forge.deckchooser.FDeckChooser.refreshDecksList(FDeckChooser.java:280)
   at forge.deckchooser.FDeckChooser.restoreSavedState(FDeckChooser.java:351)
   at forge.deckchooser.FDeckChooser.populate(FDeckChooser.java:210)
   at forge.screens.home.CLobby.initialize(CLobby.java:78)
   at forge.screens.home.sanctioned.CSubmenuConstructed.initialize(CSubmenuConstructed.java:44)
   at forge.view.FView.initialize(FView.java:147)
   at forge.control.FControl$3.run(FControl.java:262)
   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)
bahzitchiu
 
Posts: 2
Joined: 01 May 2016, 01:39
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 04-13-2016 ver 1.5.51

Postby churrufli » 02 May 2016, 10:06

Net Decks doesn't save in each folder. Example:

Example: Breaking Through decks
Saved in
decks/net/Breaking ThroughAaron Little - Solar Flare.dck
decks/net/Breaking ThroughAggressively Karametra 1.dck

and not in the folder

decks/net/Breaking Through/
(Windows 8)
churrufli
 
Posts: 53
Joined: 15 Feb 2016, 12:12
Has thanked: 14 times
Been thanked: 15 times

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 81 guests


Who is online

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

Login Form