Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
47c0fb5b
Commit
47c0fb5b
authored
Jan 13, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added the ability to replace arguments to the WINEDEBUG
parent
d91580f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
changelog_ru
data_from_portwine/changelog_ru
+2
-0
functions_helper
data_from_portwine/scripts/functions_helper
+9
-9
No files found.
data_from_portwine/changelog_ru
View file @
47c0fb5b
...
...
@@ -2,6 +2,8 @@
-----------------------------------------
История изменений:
* добавлена возможность замещения аргументов переменной WINEDEBUG в user.conf или .ppdb файлах настроек
###Scripts version 2386### / Дата: 09.01.2025 / Размер скачиваемого обновления: 4 мегабайта
* исправление прав при создании desktop файлов (спасибо Boria138)
* исправлена функция отката скриптов из архива, если нет каталога scripts_backup (спасибо Boria138)
...
...
data_from_portwine/scripts/functions_helper
View file @
47c0fb5b
...
...
@@ -3140,18 +3140,18 @@ start_portwine () {
var_winedlloverride_update
"winegstreamer="
fi
check_variables VKD3D_DEBUG
none
check_variables VKD3D_SHADER_DEBUG
none
check_variables DXVK_LOG_LEVEL
none
check_variables DXVK_NVAPI_LOG_LEVEL
none
check_variables VK_LOADER_DEBUG
none
check_variables VKBASALT_LOG_LEVEL
none
check_variables VKD3D_DEBUG
"none"
check_variables VKD3D_SHADER_DEBUG
"none"
check_variables DXVK_LOG_LEVEL
"none"
check_variables DXVK_NVAPI_LOG_LEVEL
"none"
check_variables VK_LOADER_DEBUG
"none"
check_variables VKBASALT_LOG_LEVEL
"none"
if
[[
"
${
PW_LOG
}
"
==
1
]]
\
||
[[
-n
"
$PW_DEBUG
"
]]
then
export
WINEDEBUG
=
"+loaddll,+gstreamer
"
export
WINE_MONO_TRACE
=
"E:System.NotImplementedException"
export
VKBASALT_LOG_LEVEL
=
"error"
check_variables WINEDEBUG
"+loaddll
"
check_variables WINE_MONO_TRACE
"E:System.NotImplementedException"
check_variables VKBASALT_LOG_LEVEL
"error"
else
export
WINEDEBUG
=
"-all"
unset
WINE_MONO_TRACE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment