Commit c193e64f authored by Mikhail Tergoev's avatar Mikhail Tergoev

winebth.sys=d by default

parent 4da7f6b1
...@@ -3445,6 +3445,9 @@ start_portwine () { ...@@ -3445,6 +3445,9 @@ start_portwine () {
unset WINE_MONO_TRACE unset WINE_MONO_TRACE
fi fi
#disable winebth.sys as it crashes winedevice.exe
var_winedlloverride_update "winebth.sys=d"
pw_wineboot () { pw_wineboot () {
LIST_NATIVE_WINE_DLL_LINKS="winevulkan ir50_32 amd_ags_x64 wined3d vulkan-1" LIST_NATIVE_WINE_DLL_LINKS="winevulkan ir50_32 amd_ags_x64 wined3d vulkan-1"
for dll in $LIST_NATIVE_WINE_DLL_LINKS ; do for dll in $LIST_NATIVE_WINE_DLL_LINKS ; do
......
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