comment by doitsujinmaintainer · 2021-01-15 · view · github
Try setting `DXVK_LOG_PATH` to `$HOME` and then look in your home directory.
comment by vfioexperte · 2021-01-15 · view · github
I have a problem i not found log files
VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation DXVK_LOG_LEVEL=debug DXVK_LOG_PATH="c:\\dxvk_log" %command%
where ...
comment by vfioexperte · 2021-01-15 · view · github
... below but they didn't give me anything for some reason.
```
VK_INSTANCE_LAYERS="VK_LAYER_KHRONOS_validation"
DXVK_LOG_LEVEL="debug"
DXVK_LOG_PATH="/home/user/"
```
... Wine-GE 8-13
### Log files
Using `DXVK_LOG_LEVEL=debug` and `DXVK_LOG_PATH` set appropriately:
[WoWClassic_dxgi_83a2942.log](https://github.com ...
comment by grooney1997 · 2025-11-07 · view · github
... info
set "DXVK_LOG_PATH=%USERPROFILE%\Documents\DXVK_Logs"
if not exist "%DXVK_LOG_PATH%" mkdir "%DXVK_LOG_PATH%"
set "DXVK_LOG_FILE=%DXVK_LOG_PATH%\Fallout_TTW_DXVK.log"
cd ...