It is currently 16 Apr 2024, 18:19
   
Text Size

Forge for Android v1.6.15.003

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

Which version of Android are you using on the primary device that you run Forge on?

Poll ended at 01 Aug 2017, 08:12

Android 4
3
9%
Android 5
4
12%
Android 6
10
29%
Android 7
17
50%
 
Total votes : 34

Re: Forge for Android v1.6.13.002

Postby 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
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge for Android v1.6.13.002

Postby 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

Postby Colucci » 05 Aug 2018, 11:41

Connection time out, impossible to download the game
Colucci
 
Posts: 2
Joined: 05 Aug 2018, 11:37
Has thanked: 0 time
Been thanked: 2 times

Re: Forge for Android v1.6.13.002

Postby 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
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge for Android v1.6.13.002

Postby Colucci » 05 Aug 2018, 18:46

It's working now
Colucci
 
Posts: 2
Joined: 05 Aug 2018, 11:37
Has thanked: 0 time
Been thanked: 2 times

Re: Forge for Android v1.6.13.002

Postby 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]

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)
Ronin009
 
Posts: 28
Joined: 15 Aug 2017, 23:02
Has thanked: 0 time
Been thanked: 1 time

Re: Forge for Android v1.6.13.002

Postby rkdoms » 08 Aug 2018, 20:40

hi there, since m19 update edric spymaster of trest trigger ability is not working.
rkdoms
 
Posts: 2
Joined: 08 Aug 2018, 20:37
Has thanked: 0 time
Been thanked: 1 time

Re: Forge for Android v1.6.13.002

Postby 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)
DEspite
 
Posts: 2
Joined: 23 Aug 2018, 07:20
Has thanked: 0 time
Been thanked: 2 times

Re: Forge for Android v1.6.13.002

Postby 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?
Makrine
 
Posts: 2
Joined: 26 Aug 2018, 04:55
Has thanked: 0 time
Been thanked: 1 time

Re: Forge for Android v1.6.13.002

Postby 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.
User avatar
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

Postby 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
GcRoW88
 
Posts: 15
Joined: 29 Apr 2017, 18:12
Has thanked: 1 time
Been thanked: 6 times

Re: Forge for Android v1.6.13.002

Postby 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

Postby 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.
whiplash
 
Posts: 2
Joined: 06 Sep 2018, 16:01
Has thanked: 0 time
Been thanked: 2 times

Re: Forge for Android v1.6.15.001

Postby 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
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge for Android v1.6.15.001

Postby 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.
1mrlee
 
Posts: 42
Joined: 07 Oct 2015, 00:34
Has thanked: 0 time
Been thanked: 4 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 71 guests


Who is online

In total there are 71 users online :: 0 registered, 0 hidden and 71 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 71 guests

Login Form