lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 96a8eb58 3/4: Adapt to wine-8 [bis]


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 96a8eb58 3/4: Adapt to wine-8 [bis]
Date: Sun, 22 Jan 2023 12:39:53 -0500 (EST)

branch: master
commit 96a8eb5801ebd3974ac6e3bd1b5afbc4319a585e
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Adapt to wine-8 [bis]
    
    Suppress these messages, which are common nuisances for wine-8:
      fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
      fixme:ntdll:init_cpu_info Failed to get logical processor \
        information, status 0xc0000002.
      fixme:win:NtUserScrollWindowEx some flags (8007) are unhandled
---
 gwc/.zshrc      | 2 +-
 lmi_setup_40.sh | 2 +-
 lmi_setup_43.sh | 2 +-
 lmi_setup_44.sh | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gwc/.zshrc b/gwc/.zshrc
index d9956cb6..afcd2389 100644
--- a/gwc/.zshrc
+++ b/gwc/.zshrc
@@ -52,7 +52,7 @@ export LESSCHARSET=utf-8
 
 # Avoid "it looks like wine32 is missing, you should install it": see
 #   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
-export WINEDEBUG=-all,err+all,fixme+all
+export WINEDEBUG=-all,err+all,fixme+all,fixme-hid,fixme-ntdll,fixme-win
 
 # This UBSan option is generally useful.
 export UBSAN_OPTIONS=print_stacktrace=1
diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index 7516d3ce..b6b68bf9 100755
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -32,7 +32,7 @@ assert_chrooted
 
 # Suppress unwanted "wine32 is missing" messages--see:
 #   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
-export WINEDEBUG=-all,err+all,fixme+all
+export WINEDEBUG=-all,err+all,fixme+all,fixme-hid,fixme-ntdll,fixme-win
 
 # Initialize wine. See:
 #   https://lists.nongnu.org/archive/html/lmi/2016-10/msg00002.html
diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index bbaf7f4f..f7546b1a 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -32,7 +32,7 @@ assert_chrooted
 
 # Suppress unwanted "wine32 is missing" messages--see:
 #   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
-export WINEDEBUG=-all,err+all,fixme+all
+export WINEDEBUG=-all,err+all,fixme+all,fixme-hid,fixme-ntdll,fixme-win
 
 # Symlink the repository's hooks/ directory:
 cd /opt/lmi/src/lmi || { printf 'failed: cd\n'; exit 3; }
diff --git a/lmi_setup_44.sh b/lmi_setup_44.sh
index a676565e..891333a5 100755
--- a/lmi_setup_44.sh
+++ b/lmi_setup_44.sh
@@ -32,7 +32,7 @@ assert_chrooted
 
 # Suppress unwanted "wine32 is missing" messages--see:
 #   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
-export WINEDEBUG=-all,err+all,fixme+all
+export WINEDEBUG=-all,err+all,fixme+all,fixme-hid,fixme-ntdll,fixme-win
 
 # Allow script to continue even if some test fails.
 /opt/lmi/src/lmi/nychthemeral_test.sh || true



reply via email to

[Prev in Thread] Current Thread [Next in Thread]