Forge for Android v1.6.15.003
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge for Android v1.6.13.002
by Agetian » 04 Aug 2018, 11:24
UPDATE (08/04/18): Forge for Android v1.6.13.002 has been released. It's a hotfix release that addresses the update download issue. If you have downloaded v1.6.13.001 before and have been experiencing the download crash/hang issue, unfortunately, you'll need to download the updated APK manually (since the downloader in .001 is borked): https://releases.cardforge.org/forge/fo ... ligned.apk
Please let me know if you still have issues with the downloader hanging after this update (you shouldn't, but just in case).
- Agetian
Please let me know if you still have issues with the downloader hanging after this update (you shouldn't, but just in case).
- Agetian
- Agetian
- Programmer
- Posts: 3486
- Joined: 14 Mar 2011, 05:58
- Has thanked: 683 times
- Been thanked: 568 times
Re: Forge for Android v1.6.13.002
by martinisam » 05 Aug 2018, 05:30
Can't currently connect to download server - times out on multiple device.
- martinisam
- Posts: 30
- Joined: 20 May 2017, 14:50
- Has thanked: 4 times
- Been thanked: 7 times
Re: Forge for Android v1.6.13.002
by Colucci » 05 Aug 2018, 11:41
Connection time out, impossible to download the game
Re: Forge for Android v1.6.13.002
by Agetian » 05 Aug 2018, 13:18
Yes, apparently the download server is currently down. Hopefully it'll be resolved soon, please try again a little later.
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3486
- Joined: 14 Mar 2011, 05:58
- Has thanked: 683 times
- Been thanked: 568 times
Re: Forge for Android v1.6.13.002
by Ronin009 » 07 Aug 2018, 20:59
GAME BREAKING BUG
I'm playing Conquest mode. I have played several matches, but upon playing a planeswalker match for the first time, every single time I try to play the match after a few turns the game crashes.
Report:
Description: [describe what you were doing when the crash occurred]
I'm playing Conquest mode. I have played several matches, but upon playing a planeswalker match for the first time, every single time I try to play the match after a few turns the game crashes.
Report:
Description: [describe what you were doing when the crash occurred]
- NullPointerException | Open
- Code: Select all
Forge Version: 1.6.13.002
Operating System: Linux 3.10.49-gbb38e55 armv7l
Java Version: 0 The Android Project
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
at forge.ai.ability.DamageDealAi.getBestPlaneswalkerToDamage(DamageDealAi.java:390)
at forge.ai.ability.DamageDealAi.dealDamageChooseTgtPW(DamageDealAi.java:369)
at forge.ai.ability.DamageDealAi.damageChoosingTargets(DamageDealAi.java:573)
at forge.ai.ability.DamageDealAi.damageTargetAI(DamageDealAi.java:458)
at forge.ai.ability.DamageDealAi.canPlayAI(DamageDealAi.java:219)
at forge.ai.SpellAbilityAi.canPlayAIWithSubs(SpellAbilityAi.java:35)
at forge.ai.AiController.canPlaySa(AiController.java:648)
at forge.ai.AiController.canPlayAndPayFor(AiController.java:632)
at forge.ai.AiController.chooseSpellAbilityToPlayFromList(AiController.java:1364)
at forge.ai.AiController.getSpellAbilityToPlay(AiController.java:1336)
at forge.ai.AiController.chooseSpellAbilityToPlay(AiController.java:1206)
at forge.ai.PlayerControllerAi.chooseSpellAbilityToPlay(PlayerControllerAi.java:446)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:951)
at forge.game.GameAction.startGame(GameAction.java:1690)
at forge.game.Match.startGame(Match.java:87)
at forge.match.HostedMatch$2.run(HostedMatch.java:235)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
Re: Forge for Android v1.6.13.002
by rkdoms » 08 Aug 2018, 20:40
hi there, since m19 update edric spymaster of trest trigger ability is not working.
Re: Forge for Android v1.6.13.002
by DEspite » 23 Aug 2018, 07:38
I'm sorry that my first post is so grim, but for some reason the game keeps crashing when I want to test decks, and also the game won't download M19 for some reason:
- UnsupportedOperationException | Open
- Code: Select all
Forge Version: 1.6.13.002
Operating System: Linux 3.10.49-12476963 armv7l
Java Version: 0 The Android Project
java.lang.UnsupportedOperationException
at java.util.AbstractList.remove(AbstractList.java:161)
at java.util.AbstractList$Itr.remove(AbstractList.java:374)
at java.util.AbstractCollection.remove(AbstractCollection.java:291)
at forge.deck.FDeckChooser$12.run(FDeckChooser.java:1050)
at forge.deck.FDeckChooser$12.run(FDeckChooser.java:1031)
at forge.toolbox.GuiChoose$1.run(GuiChoose.java:37)
at forge.toolbox.GuiChoose$1.run(GuiChoose.java:34)
at forge.toolbox.ListChooser$3.run(ListChooser.java:150)
at forge.toolbox.ListChooser$3.run(ListChooser.java:145)
at forge.toolbox.FOptionPane.setResult(FOptionPane.java:284)
at forge.toolbox.FOptionPane$7.handleEvent(FOptionPane.java:274)
at forge.toolbox.FButton.tap(FButton.java:157)
at forge.Forge$MainInputProcessor.tap(Forge.java:594)
at forge.toolbox.FGestureAdapter.touchUp(FGestureAdapter.java:196)
at forge.toolbox.FGestureAdapter.touchUp(FGestureAdapter.java:158)
at com.badlogic.gdx.backends.android.AndroidInput.processEvents(AndroidInput.java:360)
at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:420)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1557)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1268)
Re: Forge for Android v1.6.13.002
by Makrine » 26 Aug 2018, 04:58
I just downloaded and installed Forge and I noticed that not all the cards are there. For instance Najeela, the Blade Blossom or the new sahili from the new commander decks is there. You have other cards that came in the same sets as those but not those. Why is that?
Re: Forge for Android v1.6.13.002
by austinio7116 » 01 Sep 2018, 11:34
The reason is that every card needs to be scripted and added to the game individually - sometimes new cards are harder to implement than others so may take longer or even not be possible to add at all.
-
austinio7116 - Posts: 451
- Joined: 10 Mar 2017, 11:59
- Has thanked: 47 times
- Been thanked: 169 times
Micro bug: Forge for Android v1.6.13.002
by GcRoW88 » 03 Sep 2018, 17:56
Hi guys! Thx for your hard work in adding c18 cards!!
I noticed Lord Windgrace can't be set as a commander and wanted to tell you.
Thx and best regards
I noticed Lord Windgrace can't be set as a commander and wanted to tell you.
Thx and best regards
Re: Forge for Android v1.6.13.002
by findingtyranny » 05 Sep 2018, 02:42
Installed the newest version on my Note 9 but it will never progress past the "checking for updates" screen. Worked fine on my Note 8. No crash log. Any tips?
- findingtyranny
- Posts: 10
- Joined: 09 Jul 2013, 03:34
- Has thanked: 0 time
- Been thanked: 1 time
Re: Forge for Android v1.6.13.002
by whiplash » 06 Sep 2018, 16:05
Hey guys. Sometimes when i long press on card to see its details the game will freeze. The music is still playing but i can't do anything. Sorry for my bad english.
Re: Forge for Android v1.6.15.001
by Agetian » 09 Sep 2018, 06:57
UPDATE (09/09/18): Forge for Android v1.6.15.001 has been released. It's a release made in sync with desktop Forge v1.6.15, please check the relevant thread for information about what's new in this release. Enjoy!
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3486
- Joined: 14 Mar 2011, 05:58
- Has thanked: 683 times
- Been thanked: 568 times
Re: Forge for Android v1.6.15.001
by 1mrlee » 09 Sep 2018, 08:15
Searching for two land cards is bugged.
Example: Primeval titan. I'm stuck on a page where I supposed to select two lands.
Weird bug, since it wasn't broken before.
Example: Primeval titan. I'm stuck on a page where I supposed to select two lands.
Weird bug, since it wasn't broken before.
Who is online
Users browsing this forum: Google [Bot] and 29 guests