From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5724 invoked by alias); 12 Jan 2004 16:32:51 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 5697 invoked from network); 12 Jan 2004 16:32:50 -0000 Received: from unknown (HELO mail.epost.de) (193.28.100.166) by sources.redhat.com with SMTP; 12 Jan 2004 16:32:50 -0000 Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.015) id 4001630600028A11 for cygwin-xfree@cygwin.com; Mon, 12 Jan 2004 17:32:50 +0100 To: cygwin-xfree@cygwin.com Subject: Re: XFree86-xserv-4.3.0-38 Request for Test Results References: <4001D46C.5030200@msu.edu> <40029BED.6000008@msu.edu> <4002BA91.1060706@msu.edu> <4002C596.7010506@msu.edu> From: Benjamin Riefenstahl Date: Mon, 12 Jan 2004 16:32:00 -0000 In-Reply-To: <4002C596.7010506@msu.edu> (Harold L. Hunt, II's message of "Mon, 12 Jan 2004 11:04:38 -0500") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-01/txt/msg00248.txt.bz2 List-Id: Hi Harold, Walter, > Walter Haidinger wrote: >> winTopLevelWindowProc - BitBlt failed: Das Handle ist ung=FCltig Harold L Hunt II writes: > I have not localized the error messages to German. That part of the error message looks like it was converted from a Windows error code with the FormatMessage API. FormatMessage is localized (for those kind of log messages it's a good idea to output the original error number, too). This one is probably ERROR_INVALID_HANDLE (6). Walter, you could could verify this by running "net helpmsg 6" in a DOS box and see if that gives the same text. benny