Windows error 0x8007139F, -2147019873

Detailed Error Information

INVALID_STATE[1]

MessageThe group or resource is not in the correct state to perform the requested operation.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code5023 (0x139f)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000139f.

Questions

18votes
18answers

Windows 10 Pro, RDP Server, "An internal error has occurred"

I have a Windows 10 Pro machine that is functioning as a RDP terminal for a single user. This machine was configured more than 2 years ago and has had no major changes made to its configuration, except of course for the obligatory Windows 10 automatic updates. Everything has been [...] read more
rdp
windows-10
rdc
3votes
1answer

Exception while initializing EnsureCoreWebView2Async(null) in WebView2

I am integrating Browser into my software. It is working when I keep on opening new browser tabs but as soon as I close one tab and try to open new one it produces an exception in following code. public async Task InitCore() { try { // Initialization. await webView.EnsureCoreWebView2Async(null); [...] read more
c#
.net
winforms
webview2
3votes
2answers

"The pipe is being closed" error when using GeoLocator in Windows Store App(Windows 8.1)?

I am working in Windows 8.1 app and I am finding the current location of the user using below mentioned code. Now when I run my app in Tablet using Cellular network the app crashes but it works fine on Wifi. Can someone suggest a solution for this? geolocator = [...] read more
c#
windows-8.1
bing-maps
2votes
2answers

After removing AVG 2015 Windows Defender will not start

System: Windows Pro 8.1 After removal of AVG 2015, Windows Defender fails to start. When attempting to start Windows Defender via the UI enter image description here [https://i.stack.imgur.com/v4HXL.png] It fails to start with error 0x8007139f enter image description here [https://i.stack.imgur.com/U0z4x.png] When attempting to start the service enter image description here [...] read more
windows-defender
avg-antivirus
1vote
1answer

Windows 8.1 Enterprise Sysprep Error

I am Trying to sysprep my WIndows 8.1 enterprise (MSDN) and i get the following errors I have upgraded the Windows 8 to windows 8.1 and the machine contains all the configuration for VS 2012 and rest Exact error Sysprep was not able to validate your windows installation Error msg [...] read more
windows-8
sysprep
1vote
1answer

UWP ExtendedExecution - Error when requesting Extended Execution

I have a UWP application that requests Extended Execution in a callback that gets fired after an operation starts like below: private async void HandleOnSyncStart(ISyncStart msg) { // request extended execution ExtendedExecutionResult result = await Utils.ExtendedExecutionHelper.RequestExtendedExecutionSessionAsync(); } , but I get following error The group or resource is not in [...] read more
uwp
windows-10
xamarin.uwp
0votes
0answers

Upgrading to Windows 10 fall creator fails

This is the setuperr.log. 2018-01-23 16:43:24, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >::Suspend(1066): Result = 0xC1800104 2018-01-23 16:43:24, Error MOUPG CSetupManager::ExecuteInstallMode(723): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupManager::ExecuteDownlevelMode(347): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupManager::Execute(237): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupHost::Execute(375): Result = [...] read more
windows-10-v1703
0votes
0answers

Cannot update to Windows 10 on HP 15-f014wm

I'm trying to update to Windows 10 on my 15-f014wm laptop. I'm using the "Windows10Upgrader9194.exe" (which updated itself, so the presumably version number at the end may be wrong) thing to update, but after trying to update, it restarts, shows me a window saying that Windows 10 couldn't be installed, [...] read more
windows
windows-update
windows-10-upgrade
0votes
1answer

WebView2 CallDevToolsProtocolMethodAsync issue with Fetch.continueRequest

I'm using WebView2 in a .net 5 WPF app and have been playing with the devtools protocol as a means of intercepting specific requests for assets. In looking at the Chrome dev docs (https://chromedevtools.github.io/devtools-protocol/), it's possible to intercept requests and then decide whether to continue them, cancel them or satisfy [...] read more
c#
chromium
webview2
0votes
1answer

Xamarin.Forms UWP - Requesting to enable app to run at startup

I am wanting my app to launch when the user logs into Windows. Currently, I can do this by opening up Task Manager > Startup > and setting 'Enable' for my app. I am wanting to do this within my app though, and have followed this guide. However, when requesting [...] read more
c#
xamarin
xamarin.forms
uwp

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