From cec78aed9f075b46a576c70369915257907f9f56 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 24 Nov 2023 11:38:03 +0100 Subject: [PATCH] Quiet wine error messages --- iocsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocsh b/iocsh index c13dd64..d374df2 100755 --- a/iocsh +++ b/iocsh @@ -108,7 +108,7 @@ do ( -win | --win ) PATH=/opt/gfa-wine/bin:$PATH LOADER="$LOADER wine64" - export WINEDEBUG=fixme-all + export WINEDEBUG=fixme-all,err-all export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEPREFIX=$HOME/.wine-$EPICS_HOST_ARCH [[ $(wine64 --version) = wine-6.* ]] && stty -isig 2> /dev/null # or CTRL-C hangs up on wine 6