Google Play Store keeps crashing on Android X86 8.1 rc2 32 bits

3,705 views
Skip to first unread message

ncra...@gmail.com

unread,
Nov 22, 2018, 8:55:34 AM11/22/18
to Android-x86

I've installed Android X86 8.1 rc2 32 bits on a Asus EEEPC 1005HA netbook.

Google playstore keeps crashing making impossible to update or install new apps. On the 7.1. r2 the Play store also crashed randomly and but it allowed to install apps.

It's a shame because Image quality and system stability seemed to have improved. Is there any solution to this problem?

DDS Central

unread,
Nov 22, 2018, 9:34:59 AM11/22/18
to andro...@googlegroups.com
Need logcat and dmesg logs.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.

Justin

unread,
Nov 22, 2018, 9:41:40 AM11/22/18
to andro...@googlegroups.com
I also have the same problem on the same eeePC model. I'll look into getting a dmesg output and logcat when I have the time. I'd need to flash the system on the device again since I removed it after having this issue.I'm not sure but is there a terminal already installed by default on the latest rc2 version? If there is no terminal then I'm not sure how to get a dmesg. 

rhubar...@gmail.com

unread,
Nov 22, 2018, 6:14:41 PM11/22/18
to Android-x86


This seems somewhat similar to what I posted earlier today:


   https://groups.google.com/forum/#!topic/android-x86/p81FphkeAPo


I have to install without a network connection as I receive "There was a problem connecting with Google Servers."  So I installed without a network connection thinking the problem was with Google.  However, it seems to be anything internet related.

rhubar...@gmail.com

unread,
Nov 25, 2018, 7:01:30 PM11/25/18
to Android-x86

Would logcat and dmesg logs help with my problem of wifi disconnecting with any internet action?  If so, how can I produce them?

I pinged ibm.com after connecting and my wifi immediately disconnected.  However, I searched my partition and found no dmesg log.  I see dmesg logs on my LinuX partition, but no on android.

Mauro Rossi

unread,
Nov 26, 2018, 7:39:12 PM11/26/18
to Android-x86
Hi,
i915 mesa driver is used with Intel GMA 950,
maybe some null pointer is causing segfault as it was happening with i965
and we may need to port parts of [1] and [2] to src/mesa/drivers/dri/i915/intel_mipmap_tree.c

Please provide /data/log.txt  and /data/tombstones/tombstone_* file

ncra...@gmail.com

unread,
Nov 27, 2018, 4:39:35 AM11/27/18
to Android-x86
Thanks
I will try to get and provide the files ASAP.

ncra...@gmail.com

unread,
Nov 27, 2018, 5:31:24 PM11/27/18
to Android-x86
Hi

I'm no expert so i hope i've got the files right.

Thanks for your help.

NC

terça-feira, 27 de Novembro de 2018 às 00:39:12 UTC, Mauro Rossi escreveu:
log.txt
tombstones.tar.gz

Mauro Rossi

unread,
Nov 29, 2018, 3:43:56 AM11/29/18
to Android-x86
Hi,

On Tuesday, November 27, 2018 at 11:31:24 PM UTC+1, ncra...@gmail.com wrote:
Hi

I'm no expert so i hope i've got the files right.

Thanks for your help.

NC

In the logs I see the same "Google has stopped" problem affecting nouveau driver 

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Android-x86/android_x86/x86:8.1.0/OPM8.181005.003/utente11280121:eng/test-keys'
Revision: '0'
ABI: 'x86'
pid: 6100, tid: 6100, name: android.vending  >>> com.android.vending <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc
Cause: null pointer dereference
    eax 8ee5e320  ebx afd17290  ecx 00000000  edx ae683074
    esi 00000000  edi ae6a92a0
    xcs 00000073  xds 0000007b  xes 0000007b  xfs 0000003b  xss 0000007b
    eip afc307c8  ebp bfbeba48  esp bfbeba0c  flags 00010246

backtrace:
    #00 pc 000fd7c8  /android/system/lib/libandroid_runtime.so
    #01 pc 000d08ca  /android/system/lib/libandroid_runtime.so
    #02 pc 004961d6  /android/system/framework/x86/boot-framework.oat (offset 0x609000)

addr2line -Cfe out/target/product/x86/symbols/system/lib/libandroid_runtime.so
000fd7c8
android::bitmap::createBitmap(_JNIEnv*, android::Bitmap*, int, _jbyteArray*, _jobject*, int)
frameworks/base/core/jni/android/graphics/Bitmap.cpp:208
000d08ca
android::android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode(_JNIEnv*, _jobject*, long long, int, int)
frameworks/base/core/jni/android_view_ThreadedRenderer.cpp:926
 The attached patch solves i915/intel_mipmap_tree.c crashes, but there may be other cases in other sources,
with this patch I could boot on Intel GMA 3150.

The other "Google has stopped" problem is still there for me,
good news is that if we solve it also nouveau will benefit from this.

Mauro
0001-i915-miptree-fix-segfaults-due-to-null-pointer.patch
Message has been deleted

ncra...@gmail.com

unread,
Nov 29, 2018, 8:53:52 AM11/29/18
to Android-x86

Hi

Thank you for your great work. Unfortunately, as i told you, i'm no expert, and I currently don’t have a PC with the requirements to build from source, so I will have to wait for the next release to give it a try.

 

Good luck solving the “Google has stopped problem”. If you need something else form my system just ask.

 

Nuno

Chih-Wei Huang

unread,
Nov 29, 2018, 10:22:22 PM11/29/18
to Android-x86
Mauro Rossi <issor...@gmail.com> 於 2018年11月29日 週四 下午4:44寫道:
>
> The attached patch solves i915/intel_mipmap_tree.c crashes, but there may be other cases in other sources,
> with this patch I could boot on Intel GMA 3150.

I've applied it. Thank you very much!


> The other "Google has stopped" problem is still there for me,
> good news is that if we solve it also nouveau will benefit from this.



--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Reply all
Reply to author
Forward
0 new messages