access denied in creating swap chains

Problems building or running the engine, queries about how to use features etc.
Post Reply
andreahmed
Kobold
Posts: 38
Joined: Wed Dec 31, 2014 2:26 am
x 2

access denied in creating swap chains

Post by andreahmed »

Hi All,
I'm integrating HoloLens with ogre,

I get the following problem

hr = E_ACCESSDENIED General access denied error.


HRESULT hr = _createSwapChainImpl(_queryDxgiDevice().Get());
if (FAILED(hr))
{
OGRE_EXCEPT_EX(Exception::ERR_RENDERINGAPI_ERROR, hr,
"Unable to create swap chain",
"D3D11RenderWindowSwapChainBased::_createSwapChain");
}
VY_Holo
Gnoblar
Posts: 3
Joined: Tue Jun 20, 2017 4:13 pm

Re: access denied in creating swap chains

Post by VY_Holo »

Hi andreeahmed,

Have you solved your problem? I'm trying to integrate Ogre to Hololens, and I've the same problem with Sway Chain.
Post Reply