android - qemu: hardware error: Can't set isa irqs with no isa bus present -


my english not good. firstly i'm sorry this. have problem android studio. operating system linuxmint. after updating v2.1.2, avd doesn't work. error output this:

cannot launch avd in emulator. output: qemu: hardware error: can't set isa irqs no isa bus present. cpu #0: eax=00000000 ebx=00000000 ecx=00000000 edx=00000663 esi=00000000 edi=00000000 ebp=00000000 esp=00000000 eip=0000fff0 efl=00000002 [-------] cpl=0 ii=0 a20=1 smm=0 hlt=0 es =0000 00000000 0000ffff 00009300 cs =f000 ffff0000 0000ffff 00009b00 ss =0000 00000000 0000ffff 00009300 ds =0000 00000000 0000ffff 00009300 fs =0000 00000000 0000ffff 00009300 gs =0000 00000000 0000ffff 00009300 ldt=0000 00000000 0000ffff 00008200 tr =0000 00000000 0000ffff 00008b00 gdt=     00000000 0000ffff idt=     00000000 0000ffff cr0=60000010 cr2=00000000 cr3=00000000 cr4=00000000 dr0=00000000 dr1=00000000 dr2=00000000 dr3=00000000  dr6=ffff0ff0 dr7=00000400 efer=0000000000000000 fcw=037f fsw=0000 [st=0] ftw=00 mxcsr=00001f80 fpr0=0000000000000000 0000 fpr1=0000000000000000 0000 fpr2=0000000000000000 0000 fpr3=0000000000000000 0000 fpr4=0000000000000000 0000 fpr5=0000000000000000 0000 fpr6=0000000000000000 0000 fpr7=0000000000000000 0000 xmm00=00000000000000000000000000000000 xmm01=00000000000000000000000000000000 xmm02=00000000000000000000000000000000 xmm03=00000000000000000000000000000000 xmm04=00000000000000000000000000000000 xmm05=00000000000000000000000000000000 xmm06=00000000000000000000000000000000 xmm07=00000000000000000000000000000000 cpu #1: eax=00000000 ebx=00000000 ecx=00000000 edx=00000663 esi=00000000 edi=00000000 ebp=00000000 esp=00000000 eip=0000fff0 efl=00000002 [-------] cpl=0 ii=0 a20=1 smm=0 hlt=1 es =0000 00000000 0000ffff 00009300 cs =f000 ffff0000 0000ffff 00009b00 ss =0000 00000000 0000ffff 00009300 ds =0000 00000000 0000ffff 00009300 fs =0000 00000000 0000ffff 00009300 gs =0000 00000000 0000ffff 00009300 ldt=0000 00000000 0000ffff 00008200 tr =0000 00000000 0000ffff 00008b00 gdt=     00000000 0000ffff idt=     00000000 0000ffff cr0=60000010 cr2=00000000 cr3=00000000 cr4=00000000 dr0=00000000 dr1=00000000 dr2=00000000 dr3=00000000  dr6=ffff0ff0 dr7=00000400 efer=0000000000000000 fcw=037f fsw=0000 [st=0] ftw=00 mxcsr=00001f80 fpr0=0000000000000000 0000 fpr1=0000000000000000 0000 fpr2=0000000000000000 0000 fpr3=0000000000000000 0000 fpr4=0000000000000000 0000 fpr5=0000000000000000 0000 fpr6=0000000000000000 0000 fpr7=0000000000000000 0000 xmm00=00000000000000000000000000000000 xmm01=00000000000000000000000000000000 xmm02=00000000000000000000000000000000 xmm03=00000000000000000000000000000000 xmm04=00000000000000000000000000000000 xmm05=00000000000000000000000000000000 xmm06=00000000000000000000000000000000 xmm07=00000000000000000000000000000000 

before updating ok. how can solve problem? thanks...

if want solve bug need start studio c locale settings:

  1. open terminal.
  2. go bin directory of android studio's directory (example: cd ~/android-studio/bin/).
  3. run studio c locale: lc_all=c ./studio.sh.
  4. that's emulator work perfectly.

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -