From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [159.69.161.202]) by sourceware.org (Postfix) with ESMTPS id 958C7383F846 for ; Sun, 14 Jun 2020 10:38:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 958C7383F846 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dod.no Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=goc-cygwin@m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jkQ27-000ENe-Vz for cygwin@cygwin.com; Sun, 14 Jun 2020 12:38:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: cygwin@cygwin.com To: cygwin@cygwin.com From: Steinar Bang Subject: Re: cygwin x11 doesn't start after windows 10 upgrade Date: Sun, 14 Jun 2020 12:38:17 +0200 Organization: Probably a good idea Message-ID: References: <44cf3ec8-7e7c-d6d2-cf85-b6363cc0d54f@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) Cancel-Lock: sha1:5wVJ0EIMhR4iz7gecvS09QoC9iI= Mail-Copies-To: never X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2020 10:38:40 -0000 --=-=-= Content-Type: text/plain >>>>> Marco Atzeri via Cygwin : > Hi Steinar, > forgot to ask, there is stackdump of Xwin ? > usually the stack dump are under /usr/bin > ls /usr/bin | grep stack > but they can also be on your home directory > or in other places. Nothing in /usr/bin but there is an lxterminal.exe.stackdump in my home directory (I'm guessing that it isn't really helpful though. It probably only crashed because there was no XWin to connect to). I've attached the lxterminal stack trace to this message (this is from one of the xlaunch attempts because lxterminal is what I start locally with XWin). > Re-looking at your Xwin.0.log [snip!] > on my log the next record is > winSetEngine - Multi Window or Rootless => ShadowGDI > so it seems something is going wrong there > from "man Xwin" I see two possible options for troubleshooting > engine detection faults [snip!] > on my system both options work, can you check on yours ? > startxwin -- -engine 4 Here is the attempt: sbang@ITEM-S63383:~$ startxwin -- -engine 4 Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.20.5.0 OS: CYGWIN_NT-10.0-18363 ITEM-S63383 3.1.5-340.x86_64 2020-06-01 08:59 UTC x86_64 OS: Windows 10 [Windows NT 10.0 build 18363] (Win64) Package: version 1.20.5-3 built 2019-09-06 XWin was started with the following command line: /usr/bin/XWin :0 -multiwindow -engine 4 -auth /cygdrive/d/Profiles/sbang/.serverauth.747 (II) xorg.conf is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information LoadPreferences: /cygdrive/d/Profiles/sbang/.XWinrc not found LoadPreferences: Loading /etc/X11/system.XWinrc LoadPreferences: Done parsing the configuration file... winDetectSupportedEngines - RemoteSession: no winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL winDetectSupportedEngines - Returning, supported engines 00000005 xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error sbang@ITEM-S63383:~$ Thanks! --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=lxterminal.exe.stackdump Content-Transfer-Encoding: 8bit Content-Description: lxterminal stack trace Stack trace: Frame Function Args 000FFFFC428 0018005CADE (0018023E2ED, 0018021FC46, 000FFFFC428, 000FFFFB320) 000FFFFC428 001800463E9 (00000000000, 00000000000, 00000000000, 003F8AF3FD0) 000FFFFC428 00180046422 (0018023E3A9, 000FFFFC2D8, 000FFFFC428, 00000000000) 000FFFFC428 001800A97DF (00000000000, 00000000000, 00000000000, 00000000000) 000FFFFC428 001800A9A2D (000FFFFC440, 00000000000, 00000000000, 00000000000) 00000000000 001800AAC94 (000FFFFC440, 00000000000, 00000000000, 00000000000) End of stack trace --=-=-=--