Cuberite Forum

Full Version: Android tests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Trying it now Wink

It works!Big Grin

Aww but it crashes when it starts generating a world..

Now debugging.
Why is it that nearly all crashes (SPARC, RasPi, this) happen when the world is generating?

Can you get logs of why it is? Perhaps something within the world generator that is using a function/feature Android doesn't support.

Or maybe you ran out of memoryTongue
Weird.. it doesn't crash on a virtual android device..
We once found a crash that was caused by unaligned memory. This was not a problem on Windows or Linux, but Android didn't like it :p
Well I'l at least upload the .Apk so others can look at it as well: http://puu.sh/5WoAl.apk
STR, did you build from the command line? If so, how?
STR built the NDK library from commandline, not the APK, he uses Eclipse for that (just like me)
No, but I'll look into it tomorrow.
When I delete the world and let it regenerate It runs normal, but when it has to load or save the world it crashes. Thats the conclusion I have now.

Yes the problem should be there because it doesn't crash when I use the forgetful scheme.
if you use the forgetful schema and connect to the server, doesn't it crash immediately, too? Because the network protocol makes extensive use of possibly unaligned access.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24