Search found 32 matches

by javaxubuntu
Wed Jan 02, 2019 11:08 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

I've added a new APK with software rendering and also some debugging information inside pl.org.zielinscy.freeciv.debug/saves/more.log: load_image userdata/intro.jpg : format 0x17101803 load_image userdata/options.png : format 0x16762004 (this is the SDL_PixelFormatEnum value) This renderer is very s...
by javaxubuntu
Tue Jan 01, 2019 6:41 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

This is weird because I've added some code to wait during 5 seconds (time.sleep). Without this, the game loads and the bug appears later, but with the 5 seconds wait the bug appears immediately. lib/android.pyx display_splash('userdata/presplash.png', (255, 255, 255)) + time.sleep(5) os.chdir(get_in...
by javaxubuntu
Tue Jan 01, 2019 5:25 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

I've added more steps in the beginning of game load. In this new APK, the splash screen should move to the right first (then to the bottom, then left...)
When does the bug appear?
by javaxubuntu
Tue Jan 01, 2019 10:43 am
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

Maybe the wrong color space is somehow selected at startup? It's possible. But it happens only on some devices, and the options "disable hw overlays" and "force 4x msaa" fix the problem. I don't have skills in SDL but I think these options are not related to color space. Because...
by javaxubuntu
Sun Dec 30, 2018 7:59 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

Do you mean the main menu displays correctly during 1 second, then have the bug during 1 second, then this sequence repeats ? It's a useful information for me.
by javaxubuntu
Sat Dec 22, 2018 11:11 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

The problem is I don't know where this bug could come from, so I've removed some elements from the app and I would like to knwow if it changes anything. Note that the buttons have disapperared, it' no longer a working app, it's for testing purpose. Here is the apk I would like to test. Does it chang...
by javaxubuntu
Sat Dec 22, 2018 3:59 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

I've no idea of what's happening. I need to know if this overlay appears on the splashscreen or on the main menu, or on other game screens. Is it a fullscreen overlay like this picture? (created with Gimp)
bug.png
Does this overlay vary depending on the element that is displayed?
by javaxubuntu
Sat Dec 22, 2018 2:27 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

Hi,
I've made a new beta release, and I would like to know if it fixes the blue screen problem.
by javaxubuntu
Fri Dec 07, 2018 10:35 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

I'm sorry, we did upload a broken APK to Google Play Store. This problem is fixed now. Also, the last release should fixes the permission problem. (it's not a perfect fix, the app still freezes if the user deny the permission when the app asks for it, but the app starts correctly as soon as the user...
by javaxubuntu
Mon Dec 03, 2018 11:21 pm
Forum: Tech support
Topic: Blue/Purple Screen on New Android
Replies: 32
Views: 27308

Re: Blue/Purple Screen on New Android

Can you test the last release and remove storage permission? Freeciv should now ask for it.