X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:cc:reply-to :message-id:date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=iVTwWVKDqrFkcBV/ uJc62YNMyPC5sjbW/7gDL93Zy6u6MmCNjVy4VBojYWO0Pm0Nmp1dlFoC7pLakMsF pnIYc/P8ukT6PmttmJHFxKJccN/3pChydPhQjO7onfTHX0Y899bWejG4qAogyGgK 2jQGT7bAOS/xgXVFQ6SjOBsQxFc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:cc:reply-to :message-id:date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=usxMIw52m/AvUHGewl7RRC quqKg=; b=rPTgjnUu8RdCSxtJHUg84WT4khdZU2TIZbWRFa0NE7gcT0ZgpqyU6Q pk8efc92u4WySLp3BLujXkplpFP6AFO8zGQwIDa8CnHRJruy5q2+kDDw3xZoSJJM 0YLEsrrAq5bS5tIXvuo8WqH1qukzlAq9VN29bPHTQa38szPclJ3xM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out1-smtp.messagingengine.com Subject: Re: xfig-3.2.5c-2.x86_64 crashes on save as or export on windows 10 To: cygwin AT cygwin DOT com References: <56326F58 DOT 4090105 AT chalmers DOT se> From: Jon Turney Cc: Hans-Georg Scherneck Reply-To: cygwin AT cygwin DOT com Message-ID: <5634F088.2050904@dronecode.org.uk> Date: Sat, 31 Oct 2015 16:47:04 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56326F58.4090105@chalmers.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 29/10/2015 19:11, Hans-Georg Scherneck wrote: > it crashes on x_86 (i.e. 32 bit version) too, even after re-installing > the xorg-server packages. > xfig won't show the export window before it crashes. What else can I do? > Any step-by-step procedure with xorg-server renewal? > Is there an issue with Athena widgets? I'd suggest, as an alternative workaround, with the current server: ln -s /usr/share/X11/fonts/75dpi /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:pri=40 This was enough for me to get xfig to not crash when showing it's file open dialog. It seems that xfig requires the font '*-times-medium-r-normal--16-*' for that dialog, but that is not one of the sizes provided by xorg/font/adobe-*dpi (14 and 17 are the nearest), so we have to allow this font to be scaled (or provide a scalable font which also matches that XLFD) One could wish for xfig to provide a clearer indication of the problem rather that just segfaulting. (I note that xfig's file open dialog seems to hang if we navigate to the root directory, but I guess that is a separate issue) -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- 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