Required Vulkan extension VK_KHR_surface not supported

I am attempting to run a windows game using bottles but am encountering this error while launching.

info:  DXVK: v2.3
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x3b6dc4060
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
info:    OpenXR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:  Required Vulkan extension VK_KHR_surface not supported
err:   DxvkInstance: Required instance extensions not supported
warn:  CreateDXGIFactory2: Ignoring flags

I have installed bottles through flatpak and I am running an AMD RX 580 and the weird thing is vulkaninfo returns

Vulkan Instance Version: 1.3.204
	VK_KHR_surface                         : extension revision 25
	VK_KHR_surface_protected_capabilities  : extension revision 1

Indicating that my GPU supports the extension and I have vulkan installed.

Runner Soda-7.0.9
DXVK dxvk-2.3
Windows version Windows 10
No enviroment variables or dll overrides

Any ideas, help or suggestions are greatly appreciated