Windows error 0x00000075, 117

Detailed Error Information

INVALID_CATEGORY[1]

MessageThe IOCTL call made by the application program is not correct.
Declared inwinerror.h

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

CANNOT_WRITE_CONFIGURATION[2]

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

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code117 (0x0075)

Questions

1vote
0answers

PCI Interrupt Not Assigned

The legacy interrupt assignment for a PCI interface is receiving interrupt 0. We are evaluating the Xilinx Zynq UltraScale+ MPSoC ZCU102 Evaluation Kit. We have a PMC interface that is on a PCI-e carrier inserted into the PCI-e slot on the board. When the driver is loaded the interrupt for [...] read more
interrupt
xilinx
pci-e
zynq
1vote
0answers

Non generic ZCL frame parsing

I have to decrypt frame from ZCL (Zigbee Cluster Library) and to interpretate it. So I found on NPM the "zcl-packet" module, who seems to do it well. But, i work with sensors who use the "ZCL syntax", but who create their own cluster, so i have things like 0x8002 [...] read more
node.js
parsing
npm
ecmascript-6
zigbee
1vote
1answer

Getting WinRT concurrency exception in Windows 8 app in VS Express but not Professional

I have been working on a version of my XNA tutorials using DirectX 11 and XAML and have been having a pretty good go at things in general. Today, the trial version of VS 2012 Professional expired so I threw an install of the Express Edition on to make sure [...] read more
concurrency
windows-runtime
0votes
1answer

Customizing Fantacy Remote .INI file

I am using Fantacy Remote to remote view other machines. I have attached the default .INI file that Fantacy Remote uses. When i connect to a machine, the client user should not have mouse and keyboard access of the Remote machine. It should be a View only remote connection. And [...] read more
remote-desktop
remote-access
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0