Scripts version 2384

This commit is contained in:
Mikhail Tergoev
2024-12-29 16:47:35 +03:00
parent f4ca43e4de
commit 460d07a4af
6 changed files with 26 additions and 9 deletions

View File

@ -1699,6 +1699,9 @@ init_wine_ver () {
export MEDIACONV_BLANK_VIDEO_FILE="${WINEDIR}"/share/media/blank.mkv
export MEDIACONV_BLANK_AUDIO_FILE="${WINEDIR}"/share/media/blank.ptna
if [[ -d "${WINEDIR}"/share/espeak-ng-data ]] ; then
export ESPEAK_DATA_PATH="${WINEDIR}"/share/
fi
return 0
}
@ -3146,7 +3149,7 @@ start_portwine () {
if [[ "${PW_LOG}" == 1 ]] \
|| [[ -n "$PW_DEBUG" ]]
then
export WINEDEBUG="fixme-all,err+loaddll,err+dll,err+file,err+reg"
export WINEDEBUG="+loaddll,+gstreamer"
export WINE_MONO_TRACE="E:System.NotImplementedException"
export VKBASALT_LOG_LEVEL="error"
else