HGL
rare-sapphire

GOG Witcher 3: Wild Hunt failed to launch on nVidia

I have issue with running Witcher on nVidia GTX 1650. I'm using the same version of Wine runner on desktop PC with RX 570 and game works fine. I'm attaching output log.
7 Replies
extended-yellow
extended-yellow2y ago
Get rid of the launcher args, the environment variables, don't override the exe, and turn off dxvk-nvapi Then post a new log. I think the launcher arguments can be put in later, but while we troubleshoot, let's clean it up for now Also turn off game mode
rare-sapphire
rare-sapphireOP17mo ago
I've removed all launcher args, get back to defauts but result is the same. Also I dont know what is dxvk-nvapi. I have dxvk but regular one, not nvapi version. Can you explain because I have no idea what is that
CommandMC
CommandMC17mo ago
DXVK-NVAPI is displayed right below the DXVK checkbox
No description
CommandMC
CommandMC17mo ago
Anyways, this here looks like your issue:
err: D3D11SwapChain: Failed to recreate swap chain: -13
err: DXGI: CreateSwapChainForHwnd: Failed to create swap chain, hr -2147467259
err: D3D11SwapChain: Failed to recreate swap chain: -13
err: DXGI: CreateSwapChainForHwnd: Failed to create swap chain, hr -2147467259
Could you send in the output of the following two commands: - nvidia-smi - flatpak list --runtime
rare-sapphire
rare-sapphireOP17mo ago
nvidia-smi
Sun Feb 4 00:57:21 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.40.07 Driver Version: 550.40.07 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce GTX 1650 Off | 00000000:01:00.0 Off | N/A |
| N/A 44C P8 3W / 50W | 4MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
Sun Feb 4 00:57:21 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.40.07 Driver Version: 550.40.07 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce GTX 1650 Off | 00000000:01:00.0 Off | N/A |
| N/A 44C P8 3W / 50W | 4MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
rare-sapphire
rare-sapphireOP17mo ago
here you go I've removed it, there is but in translation that there is no auto install dxvk-nvapi, there is 2 times autoinstall dxvk
CommandMC
CommandMC17mo ago
Right, please run flatpak remove --unused That should remove org.freedesktop.Platform.GL.nvidia-535-146-02 and org.freedesktop.Platform.GL.nvidia-545-29-06. If it doesn't, remove those manually (flatpak remove org.freedesktop.Platform.GL.nvidia-535-146-02 and flatpak remove org.freedesktop.Platform.GL.nvidia-545-29-06)

Did you find this page helpful?