protonscr

Spitfire audio labs doesn't work

dxvkopen feature set
doitsujin/dxvk#4968 · opened 2025-06-02 by 2anwe · updated 2025-06-02 · 5 comments · github
2 matching comments, n / p to jump
22anwe 2025-06-02 github

I am trying to run vst plugin for FL studio called spitfire audio labs, but it opens blank white window and I get

err: DxgiFactory::CreateSwapChainForComposition: Not implemented

Image

Software information

Spitfire Audio Labs
https://labs.spitfireaudio.com/

System information

  • GPU: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2
  • Driver: 570.153.02
  • Wine version: soda-9.0.1
  • DXVK version: 2.6.1

Log files

Error.txt

BBlisto91 2025-06-02 github

Hi there.
DirectComposition is indeed not implemented yet and would also require work in Wine along with dxvk.

WWinterSnowfall 2025-06-02 github

Does launching it with DXVK_CONFIG="dxgi.enableDummyCompositionSwapchain = True" help?

Ddoitsujin maintainer 2025-06-02 github

yeah dcomp isn't supported and won't be in the forseeable future.

We generally don't have too much interest in desktop apps because they tend not to work with Vulkan swapchains anyway.

22anwe 2025-06-02 github

Does launching it with DXVK_CONFIG="dxgi.enableDummyCompositionSwapchain = True" help?

No, still a blank window

warn: DxgiFactory::CreateSwapChainForComposition: Creating dummy swap chain
warn: D3D11DXGIDevice::QueryInterface: Unknown interface query
warn: 0ec870a6-5d7e-4c22-8cfc-5baae07616ed
0164:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

WWinterSnowfall 2025-06-02 github

No, still a blank window

It was unlikely to help much anyway, but worth a shot. Thanks for checking.