Forge Beta: 8-14-2015 ver 1.5.43
by mtgrares
	Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
			71 posts
			 • Page 3 of 5 • 1, 2, 3, 4, 5
		
	
Re: Forge Beta: 8-14-2015 ver 1.5.43
 by Symphonic » 20 Aug 2015, 17:50
by 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.
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
			
		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
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
 by correioalternativo » 20 Aug 2015, 18:12
by 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?
			
		- 
				 
 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
 by Nordos » 20 Aug 2015, 20:45
by Nordos » 20 Aug 2015, 20:45 
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
 by Symphonic » 20 Aug 2015, 21:42
by 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.
			
		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
Re: Forge Beta: 8-14-2015 ver 1.5.43
 by tadadkisson » 21 Aug 2015, 00:02
by 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
 by Zirbert » 21 Aug 2015, 00:24
by Zirbert » 21 Aug 2015, 00:24 
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.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?
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
 by correioalternativo » 21 Aug 2015, 01:15
by correioalternativo » 21 Aug 2015, 01:15 
I tried Forge.sh, still nothingZirbert wrote: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.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?
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!

- 
				 
 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
 by friarsol » 21 Aug 2015, 02:52
by friarsol » 21 Aug 2015, 02:52 
A) Yes it is.tadadkisson wrote:Seizan, Perverter of Truth is not included
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
 by Symphonic » 21 Aug 2015, 09:47
by Symphonic » 21 Aug 2015, 09:47 
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).correioalternativo wrote:I tried Forge.sh, still nothing
Re: Forge Beta: 8-14-2015 ver 1.5.43
 by Nordos » 21 Aug 2015, 13:10
by Nordos » 21 Aug 2015, 13:10 
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
 by lazylockie » 21 Aug 2015, 13:54
by 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
 by Nordos » 21 Aug 2015, 14:50
by 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
			
		Though it is not a 'may' Trigger and thus should be resolved if possible
Re: Forge Beta: 8-14-2015 ver 1.5.43
 by correioalternativo » 22 Aug 2015, 00:11
by correioalternativo » 22 Aug 2015, 00:11 
I tested all icons in the Forge folder, none of them worked.Symphonic wrote: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).correioalternativo wrote:I tried Forge.sh, still nothing
Ubuntu updated to 15.04, but still nothing.
- 
				 
 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
 by friarsol » 22 Aug 2015, 02:08
by friarsol » 22 Aug 2015, 02:08 
Do you have a JRE? Or just a JDK?correioalternativo wrote:I tested all icons in the Forge folder, none of them worked.Symphonic wrote: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).correioalternativo wrote:I tried Forge.sh, still nothing
Ubuntu updated to 15.04, but still nothing.
- 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
 by bevryde » 22 Aug 2015, 14:15
by 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.
			
		I asked for the same in Forge/Android.
			71 posts
			 • Page 3 of 5 • 1, 2, 3, 4, 5
		
	
Who is online
Users browsing this forum: No registered users and 43 guests
 
 