Page 17 of 21

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 18:42
by cc-drake
I can't cast Yare.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 18:50
by friarsol
cc-drake wrote:I can't cast Yare.
Please provide more information with your reports. What's in play? Who is the defending player? What's attacking? A screenshot would definitely be useful here along with other things I list in the link in my signature.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 19:11
by Isalis
Ok last time before I give up on this community. 1.5.17 does not have ANY journey into nyx cards in the system, not just pictures, the set isn't available. I have deleted everything associated with forge including the hidden files and tried reinstalling from scratch but they still don't appear in the list.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 19:18
by timmermac
Dr Fate 3 is set to use Magnum's picture instead of its own.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 20:49
by friarsol
Isalis wrote:Ok last time before I give up on this community. 1.5.17 does not have ANY journey into nyx cards in the system, not just pictures, the set isn't available. I have deleted everything associated with forge including the hidden files and tried reinstalling from scratch but they still don't appear in the list.
Care to post a screenshot of what you are actually talking about? Journey cards are certainly in the release, so where exactly are you looking that you don't see it? Which list? Noone else has reported any problems related to this, so unfortunately you'll have to be much more specific and provide more information for anyone to be able to help you.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 20:55
by Isalis
friarsol wrote:Care to post a screenshot of what you are actually talking about? Journey cards are certainly in the release, so where exactly are you looking that you don't see it? Which list? Noone else has reported any problems related to this, so unfortunately you'll have to be much more specific and provide more information for anyone to be able to help you.
If I try to make a new deck then there are no journey cards available and journey into nyx does not appear as a filter. When I first updated there was a message concerning the new version and every other change seems to have been implemented.
*edit. Currently redownloadin 1.5.17 again to do a fresh install.
http://imgur.com/a/TXCnr Screenshots.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 15 May 2014, 23:21
by drdev
Isalis wrote:
friarsol wrote:Care to post a screenshot of what you are actually talking about? Journey cards are certainly in the release, so where exactly are you looking that you don't see it? Which list? Noone else has reported any problems related to this, so unfortunately you'll have to be much more specific and provide more information for anyone to be able to help you.
If I try to make a new deck then there are no journey cards available and journey into nyx does not appear as a filter. When I first updated there was a message concerning the new version and every other change seems to have been implemented.
*edit. Currently redownloadin 1.5.17 again to do a fresh install.
http://imgur.com/a/TXCnr Screenshots.
Can you check your Forge installation? Specifically, check res/editions to see if there's a text file for the set, and check res/cardsfolder to see if you can find any Journey cards in it.

I apologize for your frustration and I hope we can help you get things working soon.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 01:42
by 5enza
Issue with the way Fall of the Hammer is implemented. AI was able to multi target. Another odd thing - one of the creatures, the Akroan Mastiff, was in my graveyard.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 02:26
by Jaedayr
Won game one of a match against quest AI and got the following as I clicked to start the next game.

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

UncheckedExecutionException | Open
Code: Select all
Forge Version:    1.5.17-r25620
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_55 Oracle Corporation

com.google.common.util.concurrent.UncheckedExecutionException: java.awt.color.CMMException: Invalid image format
   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
   at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
   at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
   at forge.ImageCache.getImage(ImageCache.java:206)
   at forge.ImageCache.getOriginalImage(ImageCache.java:141)
   at forge.ImageCache.scaleImage(ImageCache.java:171)
   at forge.ImageCache.getIcon(ImageCache.java:109)
   at forge.screens.home.quest.PnlEvent.<init>(PnlEvent.java:48)
   at forge.screens.home.quest.CSubmenuDuels.update(CSubmenuDuels.java:121)
   at forge.screens.home.CHomeUI.itemClick(CHomeUI.java:55)
   at forge.screens.home.CHomeUI.selectPrevious(CHomeUI.java:137)
   at forge.screens.home.CHomeUI.initialize(CHomeUI.java:83)
   at forge.control.FControl.setCurrentScreen(FControl.java:299)
   at forge.view.FNavigationBar.closeTab(FNavigationBar.java:159)
   at forge.view.FNavigationBar.closeTab(FNavigationBar.java:147)
   at forge.control.FControl.endCurrentGame(FControl.java:444)
   at forge.screens.match.ControlWinLose.actionOnContinue(ControlWinLose.java:61)
   at forge.screens.match.ControlWinLose$1.actionPerformed(ControlWinLose.java:36)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(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.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$200(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.security.ProtectionDomain$1.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$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)
Caused by: java.awt.color.CMMException: Invalid image format
   at sun.java2d.cmm.kcms.CMM.checkStatus(Unknown Source)
   at sun.java2d.cmm.kcms.CMM.createTransform(Unknown Source)
   at java.awt.image.ColorConvertOp.filter(Unknown Source)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.acceptPixels(Unknown Source)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImage(Native Method)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
   at javax.imageio.ImageIO.read(Unknown Source)
   at javax.imageio.ImageIO.read(Unknown Source)
   at forge.ImageLoader._findFile(ImageLoader.java:92)
   at forge.ImageLoader.load(ImageLoader.java:56)
   at forge.ImageLoader.load(ImageLoader.java:17)
   at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
   at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
   at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
   ... 55 more

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 02:34
by Jaedayr
I closed Forge from the prior crash, started a new game against Alice in Wonderland and got the following while attacking and Alice was having fun with Maze of Ith and Mystifying Maze.

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

NoSuchElementException | Open
Code: Select all
Forge Version:    1.5.17-r25620
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_55 Oracle Corporation

java.util.NoSuchElementException
   at java.util.ArrayList$Itr.next(Unknown Source)
   at forge.game.card.Card.getHiddenExtrinsicKeyword(Card.java:4560)
   at forge.game.card.Card.getKeyword(Card.java:4267)
   at forge.game.card.Card.hasKeyword(Card.java:5040)
   at forge.game.zone.PlayerZone$AlienCardsActivationFilter.apply(PlayerZone.java:45)
   at forge.game.zone.PlayerZone$AlienCardsActivationFilter.apply(PlayerZone.java:41)
   at com.google.common.collect.Iterators$7.computeNext(Iterators.java:647)
   at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
   at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
   at com.google.common.collect.Iterators.addAll(Iterators.java:356)
   at com.google.common.collect.Lists.newArrayList(Lists.java:147)
   at com.google.common.collect.Lists.newArrayList(Lists.java:129)
   at forge.game.zone.PlayerZone.getCardsPlayerCanActivate(PlayerZone.java:132)
   at forge.game.player.Player.getCardsActivableInExternalZones(Player.java:1449)
   at forge.toolbox.special.PlayerDetailsPanel.updateZones(PlayerDetailsPanel.java:130)
   at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:352)
   at forge.GuiDesktop.updateZones(GuiDesktop.java:349)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:166)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(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)

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 06:07
by TalpanianEmperor
Is there any way to implement cards that have been spoiled from Conspiracy before the set comes out? I'd like to try out some tech with Selvala, Explorer Returned and I was wondering if it was possible.

Okay, I just mashed together Dakra Mystic, Sacellum Godspeaker and Gerrard's Verdict and I made this (not sure if it's right)
| Open
Name:Selvala, Explorer Returned
ManaCost:1 W G
Types:Legendary Creature Elf Scout
PT:2/4
A:AB$ Dig | Cost$ T | DigNum$ 1 | Defined$ Each | Reveal$ True | NoMove$ True |

RememberRevealed$ True | SubAbility$ DBselvalaMana | SubAbility$ DBGainLife1 |

SpellDescription$ Each player reveals the top card of his or her library. For each nonland card

revealed this way, add {G} to your mana pool and you gain 1 life. Then each player draws a card.
SVar:DBselvalaMana:DB$ Mana | Produced$ G | Amount$ X | References$ X | SubAbility$
SVar:DBGainLife1:DB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X |
DBcleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:SVar:X:Remembered$Valid Card.nonLand
SVar:RemAIDeck:True
SVar:Picture:http://mythicspoiler.com/cpy/cards/selvalaexplorerreturned.jpg
Oracle:Parley - {T}: Each player reveals the top card of his or her library. For each nonland card

revealed this way, add {G} to your mana pool and you gain 1 life. Then each player draws a card.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 06:47
by swordshine
TalpanianEmperor wrote:Is there any way to implement cards that have been spoiled from Conspiracy before the set comes out? I'd like to try out some tech with Selvala, Explorer Returned and I was wondering if it was possible.

Okay, I just mashed together Dakra Mystic, Sacellum Godspeaker and Gerrard's Verdict and I made this (not sure if it's right)
| Open
Name:Selvala, Explorer Returned
ManaCost:1 W G
Types:Legendary Creature Elf Scout
PT:2/4
A:AB$ Dig | Cost$ T | DigNum$ 1 | Defined$ Each | Reveal$ True | NoMove$ True |

RememberRevealed$ True | SubAbility$ DBselvalaMana | SubAbility$ DBGainLife1 |

SpellDescription$ Each player reveals the top card of his or her library. For each nonland card

revealed this way, add {G} to your mana pool and you gain 1 life. Then each player draws a card.
SVar:DBselvalaMana:DB$ Mana | Produced$ G | Amount$ X | References$ X | SubAbility$
SVar:DBGainLife1:DB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X |
DBcleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:SVar:X:Remembered$Valid Card.nonLand
SVar:RemAIDeck:True
SVar:Picture:http://mythicspoiler.com/cpy/cards/selvalaexplorerreturned.jpg
Oracle:Parley - {T}: Each player reveals the top card of his or her library. For each nonland card

revealed this way, add {G} to your mana pool and you gain 1 life. Then each player draws a card.
I started scripting these cards several days ago. http://svn.slightlymagic.net/websvn/listing.php?repname=forge&path=%2Fbranches%2FCNS%2F&#a81f03517a361a426a221ee1b8785cd6a

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 07:04
by TalpanianEmperor
Where could I find Selvala? I looked in the Cardsfolder, but I couldn't find it under S.

Edit: Not sure why I couldn't find it, just checked and it was right there. Thanks :D

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 10:16
by TalpanianEmperor
Also just wondering, what's preventing Nacatl War-Pride from being implemented? I'd love to play around with it, and I can't see what the problem is, as it's essentially a buffed Brimaz, King of Oreskos.

Re: Forge Beta: 04-25-2014 ver 1.5.17

PostPosted: 16 May 2014, 12:10
by friarsol
TalpanianEmperor wrote:Also just wondering, what's preventing Nacatl War-Pride from being implemented? I'd love to play around with it, and I can't see what the problem is, as it's essentially a buffed Brimaz, King of Oreskos.
The problem is the first line. "Nacatl War-Pride must be blocked by exactly one creature if able." doesn't exist for any other card, and has some very awkward rulings that don't translate to anything we have. "If it's impossible for Nacatl War-Pride to be blocked by exactly one creature, then the defending player may block it with multiple creatures or may leave it unblocked."