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
comment by doitsujinmaintainer · 2018-06-13 · view · github
... Please run one of the games with the following environment variables set:
```
DXVK_LOG_LEVEL=debug
DXVK_SHADER_DUMP_PATH=$HOME/shaders
```
Note ...
comment by doitsujinmaintainer · 2018-09-25 · view · github
... to enable DXVK logging, put the following into `steamapps/common/Proton\ 3.7/user_settings.py`:
```
user_settings = {
"DXVK_LOG_LEVEL": "debug",
}
```
... default settings
API Trace made on windows
```
@set DXVK_LOG_LEVEL=debug
@set VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation
@Game.exe
```
### System information
- GPU ...
... 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/"
```