Page 3 of 5

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 20 Aug 2015, 17:50
by Symphonic
Cannot say what happened 'cause I've been watching the game at 10x speed.
Screenshot with log and report below as usual.
NullPointerException | Open
Code: Select all
Forge Version:    1.5.43-r-1
Operating System: Windows 8.1 6.3 x86
Java Version:     1.8.0_51 Oracle Corporation

java.lang.NullPointerException
   at forge.ai.ability.PumpAiBase$2.apply(PumpAiBase.java:115)
   at forge.ai.ability.PumpAiBase$2.apply(PumpAiBase.java:108)
   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 forge.util.collect.FCollection.<init>(FCollection.java:90)
   at forge.game.card.CardCollection.<init>(CardCollection.java:115)
   at forge.game.card.CardLists.filter(CardLists.java:229)
   at forge.ai.ability.PumpAiBase.isUsefulCurseKeyword(PumpAiBase.java:108)
   at forge.ai.ability.PumpAiBase.containsUsefulKeyword(PumpAiBase.java:36)
   at forge.ai.ability.PumpAiBase$6.apply(PumpAiBase.java:526)
   at forge.ai.ability.PumpAiBase$6.apply(PumpAiBase.java:523)
   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 forge.util.collect.FCollection.<init>(FCollection.java:90)
   at forge.game.card.CardCollection.<init>(CardCollection.java:115)
   at forge.game.card.CardLists.filter(CardLists.java:229)
   at forge.ai.ability.PumpAiBase.getCurseCreatures(PumpAiBase.java:523)
   at forge.ai.ability.PumpAi.pumpTgtAI(PumpAi.java:309)
   at forge.ai.ability.PumpAi.canPlayAI(PumpAi.java:190)
   at forge.ai.SpellAbilityAi.canPlayAIWithSubs(SpellAbilityAi.java:21)
   at forge.ai.AiController.canPlaySa(AiController.java:612)
   at forge.ai.AiController.canPlayAndPayFor(AiController.java:599)
   at forge.ai.AiController.chooseSpellAbilityToPlay(AiController.java:1206)
   at forge.ai.AiController.getSpellAbilityToPlay(AiController.java:1183)
   at forge.ai.AiController.chooseSpellAbilityToPlay(AiController.java:1122)
   at forge.ai.PlayerControllerAi.chooseSpellAbilityToPlay(PlayerControllerAi.java:394)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:917)
   at forge.game.GameAction.startGame(GameAction.java:1447)
   at forge.game.Match.startGame(Match.java:96)
   at forge.match.HostedMatch$2.run(HostedMatch.java:220)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
| Open
Untitled.png


Edit: ok, seems it was Goblin Rimerunner. looks like there really is a problem with 'target creature cannot block this turn' as already mentioned by sb else

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 20 Aug 2015, 18:12
by correioalternativo
I am trying Linux, Ubuntu 14.04.3 LTS. I click on "forge-gui-desktop-1.5.43-jar-with-dependencies.jar" but nothing happens. "Allow executing file as program" checkbox is checked and I have OpenJDK Java 7. Suggestions?

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 20 Aug 2015, 20:45
by Nordos
The Trigger of Constricting Sliver should be a may trigger, but it is forced atm.

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 20 Aug 2015, 21:42
by Symphonic
Next crash, still the same tournament. Although this time it seems there was another reason. Game crashed after opponent triggered his Aurochs Herd.
Screenshot is below.
IllegalArgumentException | Open
Code: Select all
Forge Version:    1.5.43-r-1
Operating System: Windows 8.1 6.3 x86
Java Version:     1.8.0_51 Oracle Corporation

java.lang.IllegalArgumentException: AI confirmAction does not know what to decide about null mode (api is null).
   at forge.ai.AiController.confirmAction(AiController.java:926)
   at forge.ai.PlayerControllerAi.confirmAction(PlayerControllerAi.java:165)
   at forge.game.ability.effects.ChangeZoneEffect.changeZonePlayerInvariant(ChangeZoneEffect.java:724)
   at forge.game.ability.effects.ChangeZoneEffect.changeHiddenOriginResolve(ChangeZoneEffect.java:598)
   at forge.game.ability.effects.ChangeZoneEffect.resolve(ChangeZoneEffect.java:352)
   at forge.game.ability.AbilityApiBased.resolve(AbilityApiBased.java:60)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1252)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1234)
   at forge.ai.ComputerUtil.playNoStack(ComputerUtil.java:269)
   at forge.ai.PlayerControllerAi.playSpellAbilityNoStack(PlayerControllerAi.java:311)
   at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:412)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1252)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1234)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:492)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:972)
   at forge.game.GameAction.startGame(GameAction.java:1447)
   at forge.game.Match.startGame(Match.java:96)
   at forge.match.HostedMatch$2.run(HostedMatch.java:220)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
| Open
Untitled.png

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 00:02
by tadadkisson

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 00:24
by Zirbert
correioalternativo wrote:I am trying Linux, Ubuntu 14.04.3 LTS. I click on "forge-gui-desktop-1.5.43-jar-with-dependencies.jar" but nothing happens. "Allow executing file as program" checkbox is checked and I have OpenJDK Java 7. Suggestions?
That's the archive file. You need to extract it - hopefully just right-click on it and choose Extract Archive or similar, depending on your setup. You may need to have it in (or extract it into) a folder your user account owns - I just use my Home folder.

It'll expand into a folder called Forge 1.5.43. Inside that folder, double-click Forge.sh. If you get asked whether to execute or view, choose execute.

Hopefully this gets you at least closer - if it still doesn't work, post again with where the problem was and we'll see what we can do!

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 01:15
by correioalternativo
Zirbert wrote:
correioalternativo wrote:I am trying Linux, Ubuntu 14.04.3 LTS. I click on "forge-gui-desktop-1.5.43-jar-with-dependencies.jar" but nothing happens. "Allow executing file as program" checkbox is checked and I have OpenJDK Java 7. Suggestions?
That's the archive file. You need to extract it - hopefully just right-click on it and choose Extract Archive or similar, depending on your setup. You may need to have it in (or extract it into) a folder your user account owns - I just use my Home folder.

It'll expand into a folder called Forge 1.5.43. Inside that folder, double-click Forge.sh. If you get asked whether to execute or view, choose execute.

Hopefully this gets you at least closer - if it still doesn't work, post again with where the problem was and we'll see what we can do!
I tried Forge.sh, still nothing :(

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 02:52
by friarsol
tadadkisson wrote:Seizan, Perverter of Truth is not included
A) Yes it is.
B) Even if it wasn't, this is covered in the FAQ - viewtopic.php?f=26&t=16129&p=168359#p168359

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 09:47
by Symphonic
correioalternativo wrote:I tried Forge.sh, still nothing :(
I cannot say anything about Linux as I work on Windows, but try to doubleclick the application-file. It is the small green button in the folder, it is named Forge, and its type is Application (168 kB).

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 13:10
by Nordos
When I activated Tragic Poet, I was able to select a card that was in the opponents graveyard.

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 13:54
by lazylockie
what are the token names for Ashaya, the Awoken World (from Nissa, Sage Animist ) and Stoneforged Blade (from Nahiri, the Lithomancer )?

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 21 Aug 2015, 14:50
by Nordos
After I casted Dismantle and chose Charge Counters, while controlling artifacts, I was able to say 'ok' to it without targeting, making it fizzle.
Though it is not a 'may' Trigger and thus should be resolved if possible

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 22 Aug 2015, 00:11
by correioalternativo
Symphonic wrote:
correioalternativo wrote:I tried Forge.sh, still nothing :(
I cannot say anything about Linux as I work on Windows, but try to doubleclick the application-file. It is the small green button in the folder, it is named Forge, and its type is Application (168 kB).
I tested all icons in the Forge folder, none of them worked.

Ubuntu updated to 15.04, but still nothing.

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 22 Aug 2015, 02:08
by friarsol
correioalternativo wrote:
Symphonic wrote:
correioalternativo wrote:I tried Forge.sh, still nothing :(
I cannot say anything about Linux as I work on Windows, but try to doubleclick the application-file. It is the small green button in the folder, it is named Forge, and its type is Application (168 kB).
I tested all icons in the Forge folder, none of them worked.

Ubuntu updated to 15.04, but still nothing.
Do you have a JRE? Or just a JDK?

Re: Forge Beta: 8-14-2015 ver 1.5.43

PostPosted: 22 Aug 2015, 14:15
by bevryde
In constructed game maker, when I choose "Custom User Deck" - can you make Forge remember my chosen filters over sessions? I usually play the same deck types over long periods... I think this would add convenience.
I asked for the same in Forge/Android.