Unity Unknown error: want to understand problem behind the error

Hi Everyone,

I have encountered following error in Unity editor(4.3.4).

FAILED(hr)

I would like to know what this error relates to.

Regards
Lova Rajesh

Nobody here to explain the error?

It’s an assert that says a call into DirectX failed. There’s about a dozen lines of code that can trigger this, related to textures, vertex buffers and shaders.

Thanks for the clarification Graham.

!hasError
UnityEditor.HostView:OnGUI()

Will this cause any issues?