AlpyneDreams / d8vk

Direct3D 8 to Vulkan translation for DXVK! Merged into dxvk: https://github.com/doitsujin/dxvk
zlib License
483 stars 6 forks source link

Serious Sam: The First Encounter #26

Open AlpyneDreams opened 2 years ago

AlpyneDreams commented 2 years ago
warn:  D3D8DeviceEx: STUB (D3DPRESENT_PARAMETERS* pPresentationParameters, IDirect3DSwapChain8** ppSwapChain) -> HRESULT
warn:  D3D8DeviceEx: STUB (D3DPRESENT_PARAMETERS* pPresentationParameters, IDirect3DSwapChain8** ppSwapChain) -> HRESULT
wine: Unhandled page fault on read access to 00000000 at address 6011CA2A (thread 0118), starting debugger...
AlpyneDreams commented 2 years ago

Thanks to esdras

AlpyneDreams commented 2 years ago

Hopefully fixed by adding swapchain support

AlpyneDreams commented 2 years ago

esdras (GTX 1650): 0024:fixme:vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented yet!

AlpyneDreams commented 2 years ago

Probably related to #8

WinterSnowfall commented 1 year ago

Just for the sake of tracking, I'll mention Serious Sam - The Second Encounter has the exact same problem as its predecessor (namely crashes due to missing Vulkan child window rendering support).

WinterSnowfall commented 5 months ago

Vulkan child window rendering support is being upstreamed to Wine: https://gitlab.winehq.org/wine/wine/-/merge_requests/5573 . Probably worth rechecking the games once it lands.