Commit a48286c9 authored by Mikhail Tergoev's avatar Mikhail Tergoev

added use WINEDEBUG to args: --debug

parent 017770af
...@@ -1726,7 +1726,9 @@ start_portwine () { ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment