It is currently 04 Jun 2024, 18:10
   
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: 10-23-2014 Alpha 1.5.30.001

Postby drdev » 06 Nov 2014, 04:56

oliveiravilson wrote:plzz forge to jailbroken iphone
It's something that's within reach if a developer with access to an Apple computer would be up for taking it on. The libgdx engine it uses is cross-device compatible, so all the code basically can be shared between an Android and IPhone build. Someone just needs to create the forge-gui-ios project, create a couple Java files for the application entry point, and come up with a way to build and distribute the app without the use of the app store.

Any takers?
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby elcnesh » 06 Nov 2014, 09:38

I've actually looked at this already, but not in great detail. I can take this on :) (although I don't have any jailbroken iOS devices myself, so if someone volunteers who does have one that'll probably be more practical :P)
elcnesh
 
Posts: 290
Joined: 16 May 2014, 15:11
Location: Netherlands
Has thanked: 34 times
Been thanked: 92 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby j6m6w6 » 06 Nov 2014, 16:09

im jailbroken but no developer, i could do some testing if you could get a build going! :)
User avatar
j6m6w6
 
Posts: 86
Joined: 09 Apr 2013, 22:51
Has thanked: 3 times
Been thanked: 10 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby 1224Deko » 07 Nov 2014, 07:56

Yesterday, I was trying run Forge on ZTE Kiss 3. Everything goes fine until end of loading, after 'finishing loading' Forge simply shutoff/crashes to application menu(?) with no error log. Is there something i need to run Forge or minimum requirements isn't enough to run it? It has only 512 RAM - fresh phone, nothing was installed.
1224Deko
 
Posts: 35
Joined: 10 Feb 2014, 12:06
Has thanked: 12 times
Been thanked: 11 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby drdev » 07 Nov 2014, 19:34

1224Deko wrote:Yesterday, I was trying run Forge on ZTE Kiss 3. Everything goes fine until end of loading, after 'finishing loading' Forge simply shutoff/crashes to application menu(?) with no error log. Is there something i need to run Forge or minimum requirements isn't enough to run it? It has only 512 RAM - fresh phone, nothing was installed.
512MB of RAM may have trouble with Forge admittedly, especially if anything else is running, so that might be the issue. I'm surprised you don't get a Forge.log file though. Are you sure you checked in the right place for it? (Forge\data\)
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby 1224Deko » 07 Nov 2014, 21:42

drdev wrote:512MB of RAM may have trouble with Forge admittedly, especially if anything else is running, so that might be the issue. I'm surprised you don't get a Forge.log file though. Are you sure you checked in the right place for it? (Forge\data\)
You're right, I missed it.
I'll check it again when I have access to this phone.
Thanks for the reply.
1224Deko
 
Posts: 35
Joined: 10 Feb 2014, 12:06
Has thanked: 12 times
Been thanked: 11 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby triskelion » 08 Nov 2014, 06:18

How goes the progress of finding out what's up with those commander bugs?
triskelion
 
Posts: 44
Joined: 24 Jul 2014, 05:35
Has thanked: 3 times
Been thanked: 0 time

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby drdev » 08 Nov 2014, 19:44

triskelion wrote:How goes the progress of finding out what's up with those commander bugs?
I've still been having trouble reproducing. Are people seeing the issue every game, or just some of the time?
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby triskelion » 09 Nov 2014, 22:39

100% of the time, no exceptions. Do you want me to post a ton of error messages to see if you can find a pattern? I have no idea how programming works so idk what else I can do on my end lol. I have a note 3 if that helps.
triskelion
 
Posts: 44
Joined: 24 Jul 2014, 05:35
Has thanked: 3 times
Been thanked: 0 time

Re: Forge Android App: 10-23-2014 Alpha 1.5.30.001

Postby drdev » 09 Nov 2014, 23:20

triskelion wrote:100% of the time, no exceptions. Do you want me to post a ton of error messages to see if you can find a pattern? I have no idea how programming works so idk what else I can do on my end lol. I have a note 3 if that helps.
You've done plenty. Thanks for your help. I'm sorry I've had trouble reproducing and fixing it up till now. I'll take another stab at it tonight and see what I can do.
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 11-10-2014 Alpha 1.5.30.002

Postby drdev » 11 Nov 2014, 03:13

So I finally reproduced it. It turned out to not be reproducible when running from source unless I put a breakpoint on another thread, as it was a race condition. I've put a couple null checks in that seem to prevent it from crashing even if the race condition occurs. There should be no ill effects from this as those null checks simply short-circuit some match rendering logic that isn't needed at that stage anyway.

I just released 1.5.30.002, which includes this fix, in addition to the C14 cards scripted so far. Please let me know if you still encounter the crash or if this indeed fixes it. I'm sorry it took so long.

Thanks for your patience.
-Dan
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 11-10-2014 Alpha 1.5.30.002

Postby triskelion » 11 Nov 2014, 03:47

Excellent, it is fixed, and it feels like the game itself is running smoother, thank you
triskelion
 
Posts: 44
Joined: 24 Jul 2014, 05:35
Has thanked: 3 times
Been thanked: 0 time

Re: Forge Android App: 11-10-2014 Alpha 1.5.30.003

Postby drdev » 11 Nov 2014, 05:11

So I just had a breakthrough with the image downloader. I think I finally figured out why the downloader kept producing broken image files when run on an Android device, and I've released 1.5.30.003 with the fix. If you delete all broken images (or folders containing them) in Forge\cache\ and then re-run the downloaders for quest images and/or card pics, it should download complete image files now.

Please let me know if you continue to encounter broken images after using the app's built-in downloaders.
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 11-10-2014 Alpha 1.5.30.003

Postby metzger » 13 Nov 2014, 19:30

I can't seem to install this on my galaxy S3.
Android version is 4.4.2. When I launch the apk it shows the install screen saying what this app would have access to, but when I click install it doesn't do anything at all. I can hit the cancel button just fine but not install. I have more than a gig of available memory. Thanks for all your hard work btw, I've been playing it on pc and it is fantastic.
metzger
 
Posts: 21
Joined: 13 Nov 2014, 19:26
Has thanked: 1 time
Been thanked: 0 time

Re: Forge Android App: 11-10-2014 Alpha 1.5.30.003

Postby drdev » 13 Nov 2014, 20:55

metzger wrote:I can't seem to install this on my galaxy S3.
Android version is 4.4.2. When I launch the apk it shows the install screen saying what this app would have access to, but when I click install it doesn't do anything at all. I can hit the cancel button just fine but not install. I have more than a gig of available memory. Thanks for all your hard work btw, I've been playing it on pc and it is fantastic.
Any chance you have an older version installed somehow? Otherwise, I'm not really sure why the installer would be failing.

Is anyone else having trouble installing the latest version?
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 44 guests


Who is online

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

Login Form