This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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