It is currently 18 Apr 2024, 06:06
   
Text Size

Forge Android App: 11-13-2016 Alpha 1.5.58.002

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

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby CaptainOreoz » 04 Feb 2017, 07:33

I'm having issues trying to load saves. Forge keeps crashing when I try to load up a saved game.
This is the second time it happens with Quest saves. At first, it happened after a crash(changed theme). Wouldn't even ask if you have an old save. It corrupted the file(I had to delete my save in order to load any other), so I made a new one. Now, I can't load this one. Seems like something is messing up my files.
Oh, and this time my game crashed after it got funky. I was playing Quest Mode, 1st match, when I casted 'Worst Fears' and won. Round 2, my layout was funky. My side got reversed with the Bot and everything was backwards(had to swipe left to see cards on the right). Mid-way through, the game crashed.
Weird stuff, maybe it's just my phone, but I'm hoping it's just a bug.
CaptainOreoz
 
Posts: 1
Joined: 04 Feb 2017, 06:51
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Sakti » 04 Feb 2017, 19:10

Here is the save file you requested . I tried the .bak file as well but the forum says it's not allowed. So I'm guessing it's not needed.
Sakti
 
Posts: 8
Joined: 24 Jan 2017, 00:48
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Sakti » 04 Feb 2017, 19:12

Here is another one from the day prior, same version of Forge (I believe)
Sakti
 
Posts: 8
Joined: 24 Jan 2017, 00:48
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Agetian » 05 Feb 2017, 04:07

@ Sakti: Hmm I don't think anything got attached. You will need to put the file(s) into a zip archive before you're allowed to attach them here.

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Agetian » 06 Feb 2017, 04:53

UPDATE (02/06/2017): I released mobile Forge build 1.5.60.004. It's an incremental build that fixes some known issues and crashes.

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Mitlan » 10 Feb 2017, 00:46

Description: in triste satélite, I lost a dráft on round 1 and crashed. Since that moment, everytime I try to go into the tournament tab it crashes

NumberFormatException | Open
Code: Select all
Forge Version:    1.5.60.004
Operating System: Linux 3.4.0-perf-gbccb33a armv7l
Java Version:     0 The Android Project

java.lang.NumberFormatException: Invalid int: "quest_draft_undetermined_place"
   at java.lang.Integer.invalidInt(Integer.java:138)
   at java.lang.Integer.parse(Integer.java:410)
   at java.lang.Integer.parseInt(Integer.java:367)
   at java.lang.Integer.parseInt(Integer.java:334)
   at forge.screens.quest.QuestTournamentsScreen$TournamentActivePanel.doLayout(QuestTournamentsScreen.java:387)
   at forge.toolbox.FContainer.setBounds(FContainer.java:92)
   at forge.screens.quest.QuestTournamentsScreen.doLayoutAboveBtnStart(QuestTournamentsScreen.java:147)
   at forge.screens.LaunchScreen.doLayout(LaunchScreen.java:36)
   at forge.screens.FScreen.doLayout(FScreen.java:88)
   at forge.toolbox.FContainer.setSize(FContainer.java:100)
   at forge.screens.FScreen.setSize(FScreen.java:135)
   at forge.Forge.setCurrentScreen(Forge.java:296)
   at forge.Forge.access$500(Forge.java:41)
   at forge.Forge$5.run(Forge.java:264)
   at forge.Forge$5.run(Forge.java:254)
   at forge.screens.FScreen.onSwitchAway(FScreen.java:63)
   at forge.Forge.openScreen(Forge.java:254)
   at forge.screens.quest.QuestMenu.setCurrentScreen(QuestMenu.java:133)
   at forge.screens.quest.QuestMenu.access$100(QuestMenu.java:32)
   at forge.screens.quest.QuestMenu$3.handleEvent(QuestMenu.java:58)
   at forge.menu.FMenuItem$1.run(FMenuItem.java:104)
   at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:415)
   at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1522)
   at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)
Mitlan
 
Posts: 18
Joined: 06 Sep 2013, 17:09
Has thanked: 2 times
Been thanked: 1 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby bduddy » 12 Feb 2017, 17:26

Quest mode. I played Ajani Caller of the Pride, +1'd, and got this before I could select a target. It seemed to keep working fine after this though?

Description: [describe what you were doing when the crash occurred]

RuntimeException | Open
Code: Select all
Forge Version:    1.5.58.009
Operating System: Linux 3.18.31-perf-gab97862-00216-g2dab41c armv8l
Java Version:     0 The Android Project

java.lang.RuntimeException: Cannot remove input InputPassPriority because it's not on top of stack. Stack = []
   at forge.match.input.InputQueue.removeInput(InputQueue.java:57)
   at forge.match.input.InputSyncronizedBase.stop(InputSyncronizedBase.java:51)
   at forge.match.input.InputPassPriority.onCardSelected(InputPassPriority.java:148)
   at forge.match.input.InputBase.selectCard(InputBase.java:106)
   at forge.match.input.InputProxy.selectCard(InputProxy.java:145)
   at forge.player.PlayerControllerHuman.selectCard(PlayerControllerHuman.java:1481)
   at forge.screens.match.views.VCardDisplayArea$CardAreaPanel.selectCard(VCardDisplayArea.java:377)
   at forge.screens.match.views.VCardDisplayArea$CardAreaPanel$1.run(VCardDisplayArea.java:346)
   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)
bduddy
 
Posts: 9
Joined: 01 Mar 2014, 19:51
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Agetian » 21 Feb 2017, 05:19

UPDATE (02/21/17): I released Forge for Android v1.5.61.001. This release is based on Forge beta 1.5.60 that was recently released. Enjoy!

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby lazylockie » 22 Feb 2017, 19:06

hey Agetian, do you know if macros are available on this Android release?
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Agetian » 23 Feb 2017, 06:37

lazylockie wrote:hey Agetian, do you know if macros are available on this Android release?
Unfortunately, not yet... the mobile implementation will probably have to wait until macros are implemented as actually recording clicks/taps. But hopefully it'll be eventually implemented that way.

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Onebornoflight » 25 Feb 2017, 03:18

Still no progress on android 7.0?
Forge still won't launch on my LG V20 running android 7 as of the last version.
And yes, I downloaded the latest update.
Onebornoflight
 
Posts: 3
Joined: 02 Nov 2016, 07:02
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Agetian » 25 Feb 2017, 05:22

Onebornoflight wrote:Still no progress on android 7.0?
Forge still won't launch on my LG V20 running android 7 as of the last version.
And yes, I downloaded the latest update.
Sadly, I don't have any devices running Android 7.0 to test this, so you'd need to help me out with something... first of all, what do you get when you run the game? (just a black screen, a loading screen that does not progress, etc.)? Also, after you try starting the game, is the file Forge.log created for you? If it is, please post its full contents here so that I can take a look at what might be going on.
Thanks in advance!

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby DPro » 25 Feb 2017, 17:43

Yes, finally an android MtG emulator that works and has all the cards. This app is amazing, thanks so much.

The only thing is that downloading the card images via the app is an unholy nightmare. My Wifi is strong and I rarely have any problems with it, but Forge just absolutely refuses to download them smoothly.

I have spent two hours, restarting and restarting, scanninng, redownloading, cancelling, ect. and it it still not halfway finished. It'll say it downloaded 4,000/16,000 images, but after the inevitable thousandth freeze/restart, it'll rescan (yet again) and like half of all those images I supposedly waited so long to download aren't even real, cause it's back up to 0/14,000.

Is there a zip file for all these images? I am so sick of dealing with Forge's awful downloader. Thanks, I appreciate any help.
DPro
 
Posts: 3
Joined: 25 Feb 2017, 17:30
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby DPro » 25 Feb 2017, 18:18

8,800 images that Forge took forever to download was apparently just bullshit. All gone, after another goddamn hour. WTF
DPro
 
Posts: 3
Joined: 25 Feb 2017, 17:30
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 11-13-2016 Alpha 1.5.58.002

Postby Jacob5849 » 25 Feb 2017, 20:28

Is the online play working? because when I try to create a server it just gets stuck on the "starting server" screen.
Jacob5849
 
Posts: 8
Joined: 24 Jan 2017, 14:57
Has thanked: 0 time
Been thanked: 1 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 64 guests


Who is online

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

Login Form