Page 1 of 1

Message on startup IMPLEMENTED

Posted: Tue May 29, 2018 2:23 am
by Stratego (dev)
Detected problems with app native libraries,
(Consult log for details)
Libandengine:so: text relocations
anyone sees this message on game startup?
if so please write me your andriod version too.

Re: Message on startup

Posted: Tue May 29, 2018 6:22 am
by makazuwr32
I see.
Android 7.1.2 N2G47H.

Re: Message on startup

Posted: Tue May 29, 2018 10:28 am
by Dan301002
makazuwr32 wrote:I see.
Android 7.1.2 N2G47H.
Same as me.

Re: Message on startup

Posted: Sun Jun 03, 2018 9:10 pm
by COOLguy
7.0 - I see the message

Re: Message on startup

Posted: Wed Jun 06, 2018 4:16 pm
by Stratego (dev)
it is fixed, please check in all versions - uos 20

Re: Message on startup IMPLEMENTED

Posted: Fri Jun 08, 2018 10:44 pm
by COOLguy
I still have the error

Re: Message on startup

Posted: Sat Jun 09, 2018 4:25 am
by Stratego (dev)
yes i had to undo the ""target sdk" modification because caused crash on launching a gameplay.
idk why.

bad news: google play will force me use fresh "target sdk" from august 30 (or so) so if i can not solve the new sdk problem, i will not able to publish app from that time.

Re: Message on startup

Posted: Tue Jun 12, 2018 11:27 pm
by COOLguy
Stratego (dev) wrote:yes i had to undo the ""target sdk" modification because caused crash on launching a gameplay.
idk why.

bad news: google play will force me use fresh "target sdk" from august 30 (or so) so if i can not solve the new sdk problem, i will not able to publish app from that time.
What is the problem in detail?

Re: Message on startup

Posted: Wed Jun 13, 2018 4:57 am
by Stratego (dev)
there is some security problem in andengine called textrelocations.
this can be solved by upgrading the app to one of the latest andoid sdk-s (now it has an old version used and built in - about 2-3 years old)
but when i upgraded it it seems andengine has some bug or something making it crash right after loading the map.
(andengine is the game engine i use)

Re: Message on startup

Posted: Thu Jun 14, 2018 10:34 pm
by COOLguy
Yes, did a little research. https://stackoverflow.com/questions/197 ... k-versions

I can look more into it.

Is it time to move this from beta and work on other projects?

Re: Message on startup

Posted: Fri Jun 15, 2018 4:31 am
by Stratego (dev)
COOLguy wrote: Is it time to move this from beta and work on other projects?
sorry what u mean?

Re: Message on startup

Posted: Thu Jun 21, 2018 12:00 am
by COOLguy
Like make this the official AoS game since we can't update it and work on AoS 2 or something?

Re: Message on startup

Posted: Thu Jun 21, 2018 6:27 am
by Stratego (dev)
not really :)

the current game engine is not compatible, i have to refactor it or find a solution, i will not be able to publish any versions (AOS,AOF,AOW) unless i do it...

Re: Message on startup

Posted: Thu Jun 21, 2018 11:06 pm
by COOLguy
Okay

Re: Message on startup

Posted: Sat Sep 01, 2018 10:01 pm
by Stratego (dev)
ok. it took me about 10 hours to debug - it was one of the toughest problems in the lifetime of the game.

but now seems working, no textrelocations and i can publish app changes after november 30 (after that all games should target Oreo or newer android version)

Re: Message on startup IMPLEMENTED

Posted: Sun Sep 02, 2018 12:28 pm
by COOLguy
Wow good job! I'm glad you solved it