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
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
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
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