Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CRITICAL_STRUCTURE_CORRUPTION BSOD Windows 8.1 with Intel HAXM Android Emulator installed [closed]

I've had frequent "Critical Structure Corruption" BSODs ever since installing Windows 8.1. I even bought a new computer thinking it was just Windows 8.1 being more sensitive to a potential hardware fault.

But the BSODs kept coming in thick and fast while doing pretty much nothing at all, not even running an emulator.

I had a kernel problem panic on my mac with the recent Mavericks and it led me to put two and two together and it seems that simply having Intel HAXM installed on Win8.1 was causing BSODs.

Uninstalling Intel HAXM stops the BSODs.

Ultimately, this question I'm guessing would be resolved when Intel or MS make an update that fixes the BSODs.

like image 829
Pork 'n' Bunny Avatar asked Oct 25 '13 22:10

Pork 'n' Bunny


2 Answers

This is currently a known issue, to track progress see the following over at intel's forums

http://software.intel.com/en-us/forums/topic/475129

Last update: Intel have released a hotfix for windows 8.1

http://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement-windows-hotfix

For now, using GenyMotion for my hardware accelerated emulator needs.

like image 102
Pork 'n' Bunny Avatar answered Oct 02 '22 23:10

Pork 'n' Bunny


Update: Intel x86 Emulator Accelerator (HAXM installer) rev. 4 from the Android SDK Manager supports Windows 8.1. It supersedes the hotfix described below.


From Intel Hardware Accelerated Execution Manager, install haxm-windows_r03_hotfix.zip, which is a Windows-8.1-specific hotfix. If you previously ran the HAXM installer bundled with the Android SDK, uninstall it first.

To aid setup of future development computers, I put the following in the Build Instructions section of my project's readme:

Run the Hardware Accelerated Execution Manager (HAXM) installer:  - On Windows 8.1, from [HAXM](http://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager), install `haxm-windows_r03_hotfix.zip`, which is a Windows-8.1-specific hotfix.  - On Windows 8 and earlier, install `adt\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\IntelHaxm.exe`. 
like image 29
Edward Brey Avatar answered Oct 03 '22 01:10

Edward Brey