Elisha Riedlinger

Results 5 issues of Elisha Riedlinger

If you are having issues with Silent Hill 2: Enhanced Edition please include the following information with your support ticket: * Please attach a copy of your d3d8.log file with...

This dxwrapper is not able to handle `QueryInterface` call for `IID_IUnknown`. See [here](https://blogs.msdn.microsoft.com/oldnewthing/20040326-00/?p=40033/). Any game that queries the interface for `IID_IUnknown`, such as [Conquest Frontier Wars](https://www.gog.com/game/conquest_frontier_wars) will crash with this...

This dxwrapper works good for all games except games that use any of the three 'Enum' APIs: * [EnumSurfaces](https://msdn.microsoft.com/en-us/library/windows/desktop/gg426139(v=vs.85).aspx) * [EnumAttachedSurfaces](https://msdn.microsoft.com/en-us/library/windows/desktop/gg426186(v=vs.85).aspx) * [EnumOverlayZOrders](https://msdn.microsoft.com/en-us/library/windows/desktop/gg426187(v=vs.85).aspx) Any game that uses these APIs, such...

I have had an [issue](https://github.com/elishacloud/dinputto8/issues/15) open in [dinputto8](https://github.com/elishacloud/dinputto8) for a while regarding an issue with NFS: Porsche Unleashed crashing when certain controllers are used. I troubleshot the issue down to...

Microsoft's Midtown Madness uses Direct3D7 and I am using [dxwrapper](https://github.com/elishacloud/dxwrapper) to convert it to Direct3D9. It works fine with dxwrapper and the latest build of [DXVK](https://github.com/doitsujin/dxvk), but when trying to...