Skip to content Skip to sidebar Skip to footer

Error Message "qemu-system-i386.exe Has Stopped Working"

I am using windows 7 with 4GB of RAM and I'm using the latest version of android studio 2.2.3 and I am getting this message when I run the emulator 'qemu-system-i386.exe has stop

Solution 1:

I had the same issue solved it by changing the Emulated Performance to Software GLES-2.0,I saw previous post and tried using Host GPU but since that option is not available in my Android Studio(2.2.3). I tried this and it worked

enter image description here


Solution 2:

My emulator was working perfectly, then suddenly it started giving the same problem. So, I tried some methods, and one of them worked. I am mentioning from less to more (timewise) solutions. They are:

  1. In AVD Edit -> change the Emulated Performance to Software GLES 2.0. (This dint work for me, but for some it can work).

  2. Go to Control Panel -> H/W and Sounds -> Device Manager -> Display adapter -> Your Display Driver -> Right click and update it. (This worked for me and got the emulator running nicely).

  3. In AVD Manager -> In your AVD change resolution to 800x600 and reduce RAM size to 512 MB or less. (Would have tried this solution next). emulator-x86.exe has stopped working

  4. Try creating a new AVD which consumes less memory and resolution.


Solution 3:

I had this problem occur after using the same emulator for a while with no issues. What solved it for me was in AVD Manager > Actions select:

1) Wipe data

2) Cold boot.


Solution 4:

Win7, makes me wonder if you have a compatible processor. The first requirement for qemu-system is Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality.

I get this message when the "Memory and Storage RAM: is set to low. The message went way when I upped it to 6gigs. I still get the "Processing System has stopped" message, but this doesn't stop the emulator from loading. I also get the Google Play has stopped, but this too goes away after a bit and my app loads. It takes around 20 minutes for the emulator to finish and load my app.

I suggest you start with the smallest Device with the lowest screen resolution, like the NEXUS S 480x800. I tried several solutions from this site, none made a difference till I tried the opposite of one solution, that was to up the memory for the emulator.

Hope this helps.


Solution 5:

I am on Windows 7 X64, 4gb of RAM with dual core. Studio 2.3.3 I'll avoid studio emulator, Rather go with CMD.

You will get the ERROR why qemu-system-i386.exe has stopped working

My ERROR:

emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

then USE command:

emulator.exe @YourAVDName -gpu off


Post a Comment for "Error Message "qemu-system-i386.exe Has Stopped Working""