Windows error 0x00000490, 1168

Detailed Error Information

NOT_FOUND[1]

MessageElement not found.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070490.

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][1]
DescriptionThe default facility code.[2][1]
Error Code1168 (0x0490)

Questions

16votes
6answers

Troubleshooting failed upgrade to Windows 7?

I've upgraded three PCs from Vista to Windows 7 without incident, but the fourth one is a bit of a problem. The Windows 7 install fails and rolls back to Vista with: > The upgrade was not successful. Your previous version of Windows is being > restored The Windows 7 [...] read more
windows-7
windows-vista
4votes
4answers

robocopy script : Insufficient system resources

I have a script that was working before. A robocopy script. The backup server broke and the new one misses some configuration, but I'm not a windows guy. :'( The script is the following: C:\Windows\system32\Robocopy F:\Equipos \\NASSERVERBACKUP\F$\BACKUPS_NASSERVER\Equipos_Horario *.* /purge /tee /e /log:F:\ScriptBackup\LogsBackup\NASSERVERBACKUP_horario.txt /nfl /r:1 /w:1 And the output is this: [...] read more
windows
backup
robocopy
1vote
1answer

Importing a machine from VMware to xenServer

I've exported my VM from VMWare and tried importing it into XenServer (xcp-ng 7.6) XenConvert 2.1.1 but I always get this error: Friday, May 24, 2019 11:15:04 XenConvert 2.1.1.2199 Copyright (c) 2001-2009 Citrix Systems, Inc. Microsoft Windows 7 (Suite=0x00000100) SP 1 Processor Architecture: x64 Number of processors: 4 OVF to [...] read more
virtual-machines
xenserver
vmware-workstation
import
convert
1vote
1answer

How to remove phantom driver in Windows 7?

We have Windows 7 Pro SP1 installed. We want to upgrade to Windows 8, but the upgrade fails. In D:\$WINDOWS.~BT\Sources\Panther\setuperr.log file there's only this: 2020-02-01 04:15:29, Error [0x080902] MIG InfEnumCallback: SetupGetInfDriverStoreLocationW failed for 'C:\Windows\inf\oem13.inf'[gle=0x00000490] 2020-02-01 04:22:34, Error [0x0808fe] MIG Plugin {ee036dc0-f9b7-4d2d-bb94-3dd3102c5804}: BRIDGEMIG: CBrgUnattend::CollectBridgeSettings failed: 0x1, 0 But there's no C:\Windows\inf\oem13.inf [...] read more
windows-7
windows-8
drivers
windows-8-upgrade
windows-7-upgrade
1vote
2answers

Print driver installs failing

All of the Windows 7 64-bit Enterprise machines in my organization are failing to install a good number of printer drivers that previously installed without issue. This only happens with printer drivers. And not with all printer drivers. Just some. Network drivers, video drivers, etc. have had no problems. Here [...] read more
windows-7
device-manager
drivers
0votes
1answer

PowerShell Scripts in Windows Unattend Answer File XML

So I have a Windows 10 Unattend Answer File. I got the parts where it skips the OOBE screens, enables admin account, and copy profile. I am trying to set the answer file to run a PowerShell script to import the start menu from a xml file I made from [...] read more
windows-10
powershell
xml
unattended
answerfile
0votes
1answer

XMS.NET fails when receiving JMS message with RFH2 header at ParseJmsFolder

Our partner started using custom properties for messages being sent over IBM WebSphere MQ and our application developed using XMS.NET started to fail because of that. It turned out that the error is being thrown inside parsing the JMS envelope and inside the ParseJmsFolder method. This is the exception we [...] read more
.net
jms
ibm-mq
xms
rfh2
-2votes
1answer

CUDA C/C++: Async kernel error: an illegal memory access was encountered

I'm beginner in parallel programming for GPU. I'm trying to implement a convolutional operation between a 512x512 RGB image size and a 9x9 filter. I got an error: illegal memory access was encountered. Here is my kernel function: __global__ void blurImgKernel(uchar3 * inPixels, int width, int height, float * filter, [...] read more
parallel-processing
cuda
gpu

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0