Windows error 0x887A0022, -2005270494

Detailed Error Information

DXGI_ERROR_NOT_CURRENTLY_AVAILABLE[1]

MessageA resource is not available at the time of the call, but may become available later.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2170 (0x87a)
NameFACILITY_DXGI[1]
Error Code34 (0x0022)

Questions

2votes
2answers

Can I hide Console Lines with Jenkins Log Parser

I just found the Jenkins Log Parser Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin and was wondering if it might help me with my problem, but there is close to no description about the Parse Files that you can write urself. Down is an example of my Console Output the Build makes and there are [...] read more
logging
jenkins
output
hide
logparser
2votes
0answers

Jenkins Console Output Error: Crash Annotation GraphicsCriticalError

I run a jenkins build job for a selenium test, that opens a browser and configures some files. Crash Annotation GraphicsCriticalError: |[0][GFX1-]: [D3D11] create swap chain failed: 0x887a0022|[1][GFX1-]: [D3D11] create swap chain failed: 0x887a0022[GFX1-]: [D3D11] create swap chain failed: 0x887a0022 Crash Annotation GraphicsCriticalError: |[0][GFX1-]: [D3D11] create swap chain failed: 0x887a0022|[1][GFX1-]: [...] read more
selenium
jenkins
1vote
2answers

DirectX 11 GetDisplayModeList() fails in Remote Desktop Connection

Good afternoon, I have a barebone Direct3D App that works on a host PC, but fails to initialize DirectX while running via remote desktop. I traced the failure to this call, where it fails with result = adapterOutput->GetDisplayModeList(DXGI_FORMAT_R8G8B8A8_UNORM, DXGI_ENUM_MODES_INTERLACED, &numModes, NULL); if(FAILED(result)) { return false; } It fails with: result [...] read more
c++
windows
directx
directx-11
direct3d
0votes
1answer

run windows service(srvany.exe) error,but run with psexec is ok

I'm use dxgi to capture login screen,and set the process auto startup(use instsrv+srvany). but when I call the code if (FAILED(hr = pAdapter->EnumOutputs(0, &pOutput))) { printf("error:%x\n", hr); CLEAN_RETURN(hr); } the error code is DXGI_ERROR_NOT_CURRENTLY_AVAILABLE(0x887A0022). and OpenInputDesktop return error(1) if I use PsExec64.exe to run the process(PsExec64.exe -s -d -i dxgiSample.exe),it's [...] read more
windows
winapi
service
0votes
1answer

Why unitest for sharpdx fails on Jenkins but not localy and how can i fix it?

I have a couple off UnitTest which are running fine localy, but fail on my Jenkins-Server. All unit-test a failing with an similiar reason: SharpDX is unable to aquire resources. SetUp : SharpDX.SharpDXException : HRESULT: [0x887A0022], Module: [Unknown], ApiCode: [Unknown/Unknown], Message: A resource is not available at the time of [...] read more
unit-testing
jenkins
sharpdx

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