chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System
http://www.gaminganywhere.org/
Other
845 stars 296 forks source link

d11 (DirectX 11) hook type seems broken #11

Open henrya2 opened 9 years ago

henrya2 commented 9 years ago

The simple DirectX 11 Samples in DirectX SDK is not working.

henrya2 commented 9 years ago

Server launches successfully. But client can not connect to server. d9 works fine.

henrya2 commented 9 years ago

I found what happens. Many Directx 11 App uses CreateDXGIFactory1 functions. But dxgi only hooks CreateDXGIFactory. So even using dxgi hook type it is still not working.