added use WINEDEBUG to args: --debug

This commit is contained in:
Mikhail Tergoev 2024-07-15 11:34:11 +03:00
parent 017770aff9
commit a48286c9c6

@ -1726,7 +1726,9 @@ start_portwine () {
check_variables VK_LOADER_DEBUG none check_variables VK_LOADER_DEBUG none
check_variables VKBASALT_LOG_LEVEL none check_variables VKBASALT_LOG_LEVEL none
check_variables DXVK_NVAPI_LOG_LEVEL none check_variables DXVK_NVAPI_LOG_LEVEL none
if [[ "${PW_LOG}" == 1 ]] ; then if [[ "${PW_LOG}" == 1 ]] \
|| [[ ! -z "$$PW_DEBUG" ]]
then
export WINEDEBUG="fixme-all,err+loaddll,err+dll,err+file,err+reg" export WINEDEBUG="fixme-all,err+loaddll,err+dll,err+file,err+reg"
export WINE_MONO_TRACE="E:System.NotImplementedException" export WINE_MONO_TRACE="E:System.NotImplementedException"
export VKBASALT_LOG_LEVEL="error" export VKBASALT_LOG_LEVEL="error"