From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21591 invoked by alias); 3 Nov 2014 11:28:23 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 21581 invoked by uid 89); 3 Nov 2014 11:28:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out3-smtp.messagingengine.com Received: from out3-smtp.messagingengine.com (HELO out3-smtp.messagingengine.com) (66.111.4.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 03 Nov 2014 11:28:20 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id B97792061B for ; Mon, 3 Nov 2014 06:28:18 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Mon, 03 Nov 2014 06:28:18 -0500 Received: from [192.168.1.102] (unknown [86.150.49.235]) by mail.messagingengine.com (Postfix) with ESMTPA id 502B6C00012; Mon, 3 Nov 2014 06:28:18 -0500 (EST) Message-ID: <545766CE.7040803@dronecode.org.uk> Date: Mon, 03 Nov 2014 11:28:00 -0000 From: Jon TURNEY Reply-To: cygwin-xfree@cygwin.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com CC: nem@emptec.com Subject: Re: Clipboard error - trace owner? References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-11/txt/msg00001.txt.bz2 On 31/10/2014 16:20, Nem W Schlecht wrote: > After a *very* long time of the clipboard working perfectly, it just > started to stop working on me: > > [252960.192] winClipboardFlushXEvents - OpenClipboard () failed: > 00000005 Owner 0002089e > [252960.192] winClipboardFlushXEvents - OpenClipboard () failed: > 00000005 Owner 0002089e > [253010.517] winWindowProc - WM_DISPLAYCHANGE - new width: 1600 new > height: 1200 new bpp: 32 > [253380.957] winClipboardFlushXEvents - OpenClipboard () failed: > 00000005 Owner 0002089e > [253445.199] winClipboardFlushXEvents - OpenClipboard () failed: > 00000005 Owner 0002089e > > How do I trace the owner HEX code to the program that is causing the > issue? (Or is the owner X11 here?) This is a window handle (HWND). You could find out the corresponding window using a tool such as Spy++. I will improve this so that the window title is reported here as well, which would be much better, but that is not quite straightforward. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/