It is currently 31 Oct 2025, 05:33
   
Text Size

Forge Beta: 8-14-2015 ver 1.5.43

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

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

Postby Symphonic » 20 Aug 2015, 17:50

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
Symphonic
 
Posts: 146
Joined: 10 Dec 2011, 19:09
Has thanked: 3 times
Been thanked: 6 times

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

Postby correioalternativo » 20 Aug 2015, 18:12

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?
User avatar
correioalternativo
 
Posts: 279
Joined: 23 Jul 2012, 12:01
Has thanked: 255 times
Been thanked: 23 times

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

Postby Nordos » 20 Aug 2015, 20:45

The Trigger of Constricting Sliver should be a may trigger, but it is forced atm.
Nordos
 
Posts: 558
Joined: 23 May 2011, 14:06
Has thanked: 6 times
Been thanked: 18 times

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

Postby Symphonic » 20 Aug 2015, 21:42

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
Symphonic
 
Posts: 146
Joined: 10 Dec 2011, 19:09
Has thanked: 3 times
Been thanked: 6 times

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

Postby tadadkisson » 21 Aug 2015, 00:02

Seizan, Perverter of Truth is not included
tadadkisson
 
Posts: 2
Joined: 03 Apr 2014, 19:04
Has thanked: 0 time
Been thanked: 0 time

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

Postby Zirbert » 21 Aug 2015, 00:24

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!
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

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

Postby correioalternativo » 21 Aug 2015, 01:15

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 :(
User avatar
correioalternativo
 
Posts: 279
Joined: 23 Jul 2012, 12:01
Has thanked: 255 times
Been thanked: 23 times

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

Postby friarsol » 21 Aug 2015, 02:52

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
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

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

Postby Symphonic » 21 Aug 2015, 09:47

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).
Symphonic
 
Posts: 146
Joined: 10 Dec 2011, 19:09
Has thanked: 3 times
Been thanked: 6 times

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

Postby Nordos » 21 Aug 2015, 13:10

When I activated Tragic Poet, I was able to select a card that was in the opponents graveyard.
Nordos
 
Posts: 558
Joined: 23 May 2011, 14:06
Has thanked: 6 times
Been thanked: 18 times

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

Postby lazylockie » 21 Aug 2015, 13:54

what are the token names for Ashaya, the Awoken World (from Nissa, Sage Animist ) and Stoneforged Blade (from Nahiri, the Lithomancer )?
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

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

Postby Nordos » 21 Aug 2015, 14:50

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
Nordos
 
Posts: 558
Joined: 23 May 2011, 14:06
Has thanked: 6 times
Been thanked: 18 times

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

Postby correioalternativo » 22 Aug 2015, 00:11

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.
User avatar
correioalternativo
 
Posts: 279
Joined: 23 Jul 2012, 12:01
Has thanked: 255 times
Been thanked: 23 times

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

Postby friarsol » 22 Aug 2015, 02:08

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?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

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

Postby bevryde » 22 Aug 2015, 14:15

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.
User avatar
bevryde
 
Posts: 109
Joined: 06 Aug 2014, 04:01
Has thanked: 3 times
Been thanked: 2 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 43 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form