GTAVisionExport icon indicating copy to clipboard operation
GTAVisionExport copied to clipboard

HRESULT 0x80004002

Open cfzd opened this issue 7 years ago • 1 comments

In the presentCallback function,

ComPtr<ID3D11DeviceContext> ctx; ComPtr<ID3D11Multithread> multithread; hr = ctx.As(&multithread); if (hr != S_OK) throw std::system_error(hr, std::system_category()); multithread->SetMultithreadProtected(true);

the returned HRESULT is 0x80004002, which means E_NOINTERFACE error. Any way to solve this problem?

https://github.com/umautobots/GTAVisionExport/blob/master/native/src/main.cpp#L276

cfzd avatar Sep 04 '18 01:09 cfzd

This may be a graphics driver problem, or a GTA update.

barcharcraz avatar Sep 06 '18 16:09 barcharcraz