doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
12.79k stars 823 forks source link

Sins of a Solar Empire: Rebellion - Game does not open #3865

Open Druark opened 6 months ago

Druark commented 6 months ago

Please describe your issue as accurately as possible. If you use Windows, please check the following page: https://github.com/doitsujin/dxvk/wiki/Windows

When using the DXVK 2.3 d3d9.dll for Sins of a Solar Empire Rebellion, the game doesn't seem to load. It shows up in the process list but the window never opens and must be killed through task manager.

I also tested on 2,2, 2.1, 2.0 and 1.10.3, all had the same problem but the latter three logs actually gave an error at the end stating D3D9SwapChainEx: Failed to recreate swap chain: VK_ERROR_NATIVE_WINDOW_IN_USE_KHR

Logs from 2.0 to 2.3 are attached.

Software information

Sins of a Solar Empire Rebellion Borderless-Windowed & Windowed tested

System information

Apitrace file(s)

https://drive.google.com/file/d/1x3DovY3KeIcZ332Rte6duTsX3F6Sjrq8/view?usp=sharing

Log files

Sins of a Solar Empire Rebellion_d3d9_2.0.log Sins of a Solar Empire Rebellion_d3d9_2.1.log Sins of a Solar Empire Rebellion_d3d9_2.2.log Sins of a Solar Empire Rebellion_d3d9_2.3.log

Blisto91 commented 6 months ago

Hi there. Have you verified it isn't this https://github.com/doitsujin/dxvk/wiki/Windows#dozen

Druark commented 6 months ago

Forgot to mention. I did check that, yes. I do not have any options to remove it via the App-list or store, only options to download or 'get' it. So pretty sure I don't have the pack installed.

Unless it shows up elsewhere than the app list or control panel.

Blisto91 commented 6 months ago

While i can reproduce this on Windows i am not sure what is going on with it as i have no trouble with the game on Linux

K0bin commented 6 months ago

This looks like one of those Windows issues that are well and truly outside of our control.

Rozin14 commented 6 months ago

Please describe your issue as accurately as possible. If you use Windows, please check the following page: https://github.com/doitsujin/dxvk/wiki/Windows

When using the DXVK 2.3 d3d9.dll for Sins of a Solar Empire Rebellion, the game doesn't seem to load. It shows up in the process list but the window never opens and must be killed through task manager.

I also tested on 2,2, 2.1, 2.0 and 1.10.3, all had the same problem but the latter three logs actually gave an error at the end stating D3D9SwapChainEx: Failed to recreate swap chain: VK_ERROR_NATIVE_WINDOW_IN_USE_KHR

Logs from 2.0 to 2.3 are attached.

Software information

Sins of a Solar Empire Rebellion Borderless-Windowed & Windowed tested

System information

  • GPU: RTX 3070
  • Driver: 551.52
  • OS: Windows 10
  • DXVK version: 2.3 (Also Tested 1.10.3, 2.0, 2.1 and 2.2)

Apitrace file(s)

https://drive.google.com/file/d/1x3DovY3KeIcZ332Rte6duTsX3F6Sjrq8/view?usp=sharing

Log files

Sins of a Solar Empire Rebellion_d3d9_2.0.log Sins of a Solar Empire Rebellion_d3d9_2.1.log Sins of a Solar Empire Rebellion_d3d9_2.2.log Sins of a Solar Empire Rebellion_d3d9_2.3.log

Is your vulkan present method set to DXGI swapchain in nvcp?

Druark commented 6 months ago

Is your vulkan present method set to DXGI swapchain in nvcp?

It was set to Auto but I have also tried with it manually set to Prefer Native and Prefer Layered on DXGI Swapchain with the same results.