dxwrapper icon indicating copy to clipboard operation
dxwrapper copied to clipboard

Cannot handle 'IID_IUnknown' interface correctly

Open elishacloud opened this issue 6 years ago • 0 comments

This dxwrapper is not able to handle QueryInterface call for IID_IUnknown. See here.

Any game that queries the interface for IID_IUnknown, such as Conquest Frontier Wars will crash with this wrapper or just show a black screen.

I fixed this issue with my wrapper. See this check-in here for an example of how to fix this.

elishacloud avatar Mar 24 '18 03:03 elishacloud