From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60298 invoked by alias); 29 Nov 2018 23:35:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 60283 invoked by uid 89); 29 Nov 2018 23:35:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=BAYES_00,GIT_PATCH_2,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1723, H*F:D*nl, Hx-spam-relays-external:sk:webmail, H*RU:sk:webmail X-HELO: lb1-smtp-cloud7.xs4all.net Received: from lb1-smtp-cloud7.xs4all.net (HELO lb1-smtp-cloud7.xs4all.net) (194.109.24.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Nov 2018 23:35:01 +0000 Received: from webmail.xs4all.nl ([IPv6:2001:888:0:22:194:109:20:204]) by smtp-cloud7.xs4all.net with ESMTPA id SVpigznuofGaRSVpigRI25; Fri, 30 Nov 2018 00:34:58 +0100 Received: from a83-162-234-136.adsl.xs4all.nl ([83.162.234.136]) by webmail.xs4all.nl with HTTP (HTTP/1.1 POST); Fri, 30 Nov 2018 00:34:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 29 Nov 2018 23:35:00 -0000 From: Houder To: cygwin@cygwin.com Cc: Thomas Wolff Subject: Re: MinTTY requires gdiplus.dll ? (2) In-Reply-To: <773b9c80-a028-324b-1833-3bfea39aebe4@towo.net> References: <1953c30851fd83b67ee9b162b29f4195@xs4all.nl> <20181129195845.GE30649@calimero.vinschen.de> <773b9c80-a028-324b-1833-3bfea39aebe4@towo.net> Message-ID: X-Sender: houder@xs4all.nl User-Agent: XS4ALL Webmail X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00252.txt.bz2 On 2018-11-29 23:11, Thomas Wolff wrote: >> On Nov 29 19:41, Houder wrote: [snip] >>> Placing strace in front of this call, results in: >>> >>> 64-@@ strace /usr/bin/mintty >>> --- Process 3112 created >>> --- Process 3112 loaded C:\Windows\System32\ntdll.dll at >>> 00000000777b0000 >>> ... >>> --- Process 3112 loaded >>> C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\comc >>> tl32.dll at 000007fefb9c0000 >>> --- Process 3112 loaded C:\Windows\System32\gdi32.dll at >>> 000007fefdc10000 >>> ... >>> --- Process 3112 loaded >>> C:\Windows\winsxs\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24280_none_145e10148b8de48e\GdiPlus.dll >>> at 000007fefb440000 >>> ... >>> --- Process 3112, exception c0000005 at 0000000180044bb3 >>> --- Process 3112 exited with status 0xc0000005 >>> Segmentation fault > There's also another dll reported from winsxs rather than System32 in > your log. Maybe some files got corrupted on your system? Right. copied this one: c:/Windows/winsxs/amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24280_none_145e10148b8de48e/GdiPlus.dll ( 2177536 Oct 6 17:58 ) to c:/Windows/system32, on the 64-bits instance of Cygwin, and copied this one: c:/Windows/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24280_none_5c0b46eba00a0d94/GdiPlus.dll ( 1633280 Oct 6 17:43 ) to c:/Windows/system32, on the 32-bits instance of Cygwin. (and No, normally I do not do these kinds of things. I think Windows should take care of itself -- it does not) Now, "cygcheck mintty" (both on 64-bits and 32-bits) is "happy": all DLL's can be found ... Good Heavens. Henri -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple