Windows error 0x0000005D, 93

Detailed Error Information

UNSUPPORTED_PROCESSOR[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x5D: UNSUPPORTED_PROCESSOR.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code93 (0x005d)

Questions

7votes
1answer

"Your PC Needs To Restart" error on VMware Player 5 when installing Windows 8

I'm trying to install the latest Windows 8 preview on VMware Player 5, after trying build 8200 for a while. Immediately after booting, it gives me the following error: > Your PC Needs To Restart. > Please hold down the power button. > Error Code: 0x0000005D I have seen some [...] read more
windows-8
vmware-player
6votes
1answer

Windows 8 virtualization gives BSOD 0x0000005D

I find that, when trying to run windows 8 on Xen cloud (and also when running it in ESXi), the installer bluescreens with 0x0000005D (UNSUPPORTED PROCESSOR) Initially I thought it was giving the VM a 32-bit processor (I was using a 64-bit image), but this was not the case. PAE [...] read more
virtualization
vmware-esxi
xen
windows-8
5votes
4answers

Error Code 0x0000005D while installing Windows 8

My friend was installing Windows 8 to our network lab's computers. During the installation, this error message appeared: > Your PC needs to restart > Please hold down the power button > Error Code 0x0000005D > Parameters > 0x030F0401 > 0x756E6547 > 0x49656E69 > 0x6C65746E What should he do to [...] read more
windows-8
installation
3votes
1answer

Local Notification When didEnterRegion?

I have the following code which work perfect when app terminated. -(void)beaconManager:(id)manager didEnterRegion:(CLBeaconRegion *)region{ UILocalNotification *notification = [UILocalNotification new]; notification.alertBody = @"TEST NOTIFICATION"; notification.soundName = UILocalNotificationDefaultSoundName; [[UIApplication sharedApplication] presentLocalNotificationNow:notification]; } But When I do the following: -(void) createTestNotification { UILocalNotification *notification = [UILocalNotification new]; notification.alertBody = @"TEST"; notification.soundName = UILocalNotificationDefaultSoundName; [...] read more
ios
objective-c
uilocalnotification
ibeacon
estimote
3votes
1answer

Avoiding BadImageFormatException when there is unmanaged code

I have a web service that throws a BadImageFormatException any time I try to run the service from Visual Studio. This answer to another question suggested running peverify against DLLs to see if there are any problems. While my web service's DLL is fine, the web service depends on an [...] read more
.net
unmanaged
ilmerge
badimageformatexception
peverify
3votes
2answers

Issue with creating an Windows 2008 virtualized image with QEMU

I'm trying to create a QEMU image of a 64-bit Windows 2008 Server install. It will be used on OpenStack as an instance. The virtualization environment (of QEMU) is being run from a VMware virtual instance. (This is a development environment, not bare metal). At the moment I'm following the [...] read more
qemu
openstack
2votes
0answers

Protobuf-net serializer used in Unity gives Invalid IL code IL_0035: call 0x06000001

Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
c#
unity3d
protobuf-net
2votes
1answer

iPXE to iSCSI target - missing parameter and naming confusion

I have a pyTarget iSCSI target. I'm able to use iPXE to connect to the target and install Ubuntu. After installation, I can't boot into the image, however. pyTarget config.xml: <root> <!-- configure target console --> <console ip="" port="3260" debug_level="6" /> <!-- configure the first target --> <target name="iscsi" ip="192.168.1.10" [...] read more
iscsi
pxe-boot
2votes
2answers

How can I determine if NX is enabled on AMD A6?

How can I determine if the NX bit is enabled? What I am doing right now is trying to run rdmsr, but I get an error: rdmsr:pread: Input/output error This is when I do: rdmsr 0x1a0 The CPU is an AMD A6 3400M APU with Radeon HD Graphics. I am [...] read more
nx
1vote
1answer

Why fatal error while running app?

I' am trying to make an app in which when a button is pressed in this case the button is b1, a toast is called which takes number from input and toasts the string text from textfield.I have got some errors Below logcat. MainActivity.java package com.x.losey; import android.app.Activity; import android.content.Intent; [...] read more
java
android
eclipse
multithreading
android-intent
1vote
0answers

How can I emulate Windows Server 2008 R2 with QEMU? / Cannot virtualize Win2K8 R2 using QEMU on Windows Host

I have used precompiled QEMU 2.2.0 (64-bit version) to emulate a PC running Windows Server 2008 R2. The Host OS is Windows 8.1 Enterprise 64-bit, and my CPU doesn't support Intel VT-x so I can't use any other virtualization software(e.g. VirtualBox, VMWare Player, Hyper-V,...). I tried normal configuration and a [...] read more
virtual-machine
virtualization
windows-server-2008-r2
qemu
1vote
1answer

Install Windows Server 2012 R2 in qemu VM

I'm trying to install Windows Server 2012 R2, but right after loading Windows files I'm getting: Your PC needs to restart. Please hold down the power button. Error Code: 0x0000005D My command is: qemu-system-x86_64.exe -L . -m 2048 -boot d -hda coeess_virtual.img -cdrom en_windows_server_2012_r2_x64_dvd_2707946.iso read more
virtual-machine
virtualization
windows-server-2012
qemu
0votes
0answers

HardFaults when trying to convert data on ARM

I'm trying to perform conversions of some data that I'll use to perform calculations. I'm using an ARM Cortex M4 and code is written in C. Here's covertions and calculation I'm going to make: //First Calculation //This are inside a function: volatile float new_freq_temp; volatile int new_data_qty; uint32_t new_freq = [...] read more
c
arm
cortex-m
0votes
1answer

Windows 8 installation

I am trying to install windows 8 on my PC (it has all the minimum requirements) When I insert the CD, it starts to boot normally from it, but then i get an error: Your PC needs to restart. Please hold down the power button. Error Code: 0x0000005D Parameters: 0x030F0401 [...] read more
windows
windows-8
windows-installer
installation
0votes
1answer

Error 0x0000005D installing Windows 8 on Virtual Box

I'm trying to install Window 8 on a VirtualBox but when it starts I get an error message: > You have to restart your PC Along with the errorcode 0x0000005D. After searching on the internet I found out that it has something to do with Virtualization in my BIOS, but [...] read more
windows-8
virtualbox
bios
vmware
virtualization
0votes
1answer

Why do I get 0x0000005D (UNSUPPORTED_PROCESSOR) in recent Windows versions?

So, I tried too install Windows Technical Preview, yes this referes too PAE/NX/SSE2 not working but I have these features. Anyidea what's going on here? Intel(R) Pentium(R) 4 CPU 3.00GHz x86 Family 15 Model 4 Stepping 3, GenuineIntel Microcode signature: 00000005 HTT * Hyperthreading enabled HYPERVISOR - Hypervisor is present [...] read more
windows-installation
windows-10-preview
0votes
1answer

Windows8 Enterprise evaluation is not loading on Ubuntu 12.04 LTS VirtualBox(NX bit Disabled)

I have a Dell Insprion 1525 laptop loaded with Ubuntu 12.04 LTS. My BIOS version is A16(10/16/2008). Processor : Intel Core2 Duo When I tried to load Windows8 Enterprise evaluation on the Virtualbox, I got following error. Your PC needs to restart. Please hold down the power button. Error Code: [...] read more
windows-8
ubuntu-12.04
dell-inspiron
0votes
1answer

Error installing Windows 8 RTM, probably nx/PAE support

I'm having trouble installing Windows 8 RTM. When the install starts it shows me an error 0x0000005D, which I found on the internet and is about the nx/PAE feature. I have an Intel Celeron 2.8GHz and using the Coreinfo.exe I found that it supports nx and PAE. However I can't [...] read more
windows-8
nx
pae
0votes
1answer

Windows 8 Installation Issue

I recently installed Windows 8 consumer preview using Oracle Virtual Box. I have done the necessary configurations and this error got displayed as I start-up. Your PC needs to restart. Please hold down the power button. Error code: 0x0000005D Parameters: 0x03062502 ... Any idea of what's causing this problem & [...] read more
windows
virtualbox
windows-8-preview

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0