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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=ZhGd dGcSWWc3PoMQCWz9BwNm+JAu5YOZGAFauNaH9W/4E+iLoEDn4t31Pb0ZYgB5X12s FJp68JbH/0Jf4s0dYisS+fccLcsarewX0d1p8NpkXoCmkHc9Lt/L96L0VfKTIb5p 6KgdwYlCU+yD2za48iLG6xjsACtSyop345bmqMk= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=nxfnJz4/mf p8cOh0b3fclQacbSo=; b=BfsnTARR7Z+sVC3dIQUKER7f9ZGahoBCHdrce9SAms IdK1WAC6ZDVQd1Ix6IcR6ziqPzz7cqZz+WdMUn9gp7IH/YTWDgN4UsR5jhZZNU/5 r6h1QeifdKfwwsWF3D/Yi/AEA0RErT1vuB32xhkCOohjd/5osMx77BcODY5bSVNK E= 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-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, firewall, icon, alberta X-HELO: mail-qk1-f177.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ewdMt9fXkiXj/tTGqyBYUZSVKzClYf9KIhovEghJh70=; b=FzSmxFROyWU/Y/AZJ17ZbjlyIj6FL8Hq2WD4GlpBbu4G7V/uOVGChaDjRB2yZpinvD aspKg4RJN6A6B1UIs9gjr137X3ImCgr2mQtIBDTcp6QKl+03fBVoKr9V69cIt7vFpDDu 74YNgadGJLE4BRv65B6wEA3YwAXAnjZu3Jl4/GNOyddZFWXbHuWVUBfJ1YThUZbcf52t 5XiXknm3WaId1RVLu2525mdvlQBiMLtOx0CnBxdSCChVV7gV2WPh6g5UsYBaeQ43Y5Yn y285YRLkLHwrVJ+nWEf0fbCSgBFRG6+Ypz/kJDHYK3cdh8HR0ZI8E28enWMNGdBpE5cD EzAA== MIME-Version: 1.0 References: <9e344bdc-758b-5711-b25a-1ed2e46952be AT yahoo DOT com> <746a01c6-0faf-aff3-51e6-c0e129a56cc4 AT yahoo DOT com> <110b2dfb62fa274469d2d2fae586fb99 AT smtp-cloud7 DOT xs4all DOT net> <66C04238-FC33-4926-952D-775BF5DEBE2C AT solidrocksystems DOT com> <06d6e35d-b645-61c2-089b-8256194168ef AT yahoo DOT com> In-Reply-To: <06d6e35d-b645-61c2-089b-8256194168ef@yahoo.com> From: Doug Henderson Date: Tue, 26 Feb 2019 14:56:34 -0700 Message-ID: Subject: Re: Cygwin 3.0.1-1 Breaks ALL cygwin applications on Windows 7 x64 To: cygwin Cc: Jerry Baker Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Tue, 26 Feb 2019 at 13:00, Jerry Baker via cygwin <> wrote: > > On 2/26/2019 11:32 AM, Jerry Baker via cygwin wrote: > > Yes, but by wiping out the whole tree and installing 64-bit. You filled > > me with doubt, so I browsed around with a hex editor looking at quite a > > few random executables and dll files in cygwin\bin and all of them I > > checked are 64-bit. > > I just installed from scratch in a new directory. Same issue. Nothing runs. Two things. 1. You can execute cygcheck by navigating to C:\cygwin or C:\cygwin64 in Explorer and opening a command or powershell window from explorer's shift-context menu. There, run the following command: .\cygcheck.exe -csr > ..\home\CYGWINUSERNAME\cygcheck.out or similar.If this does not work, I would look for a anti-virus or firewall that is interfering. 2. I don't recall you mentioning how you start cygwin. Please try both standard methods: a) execute c:\cygwin64\Cygwin.bat and b) executing the Cygwin icon that (by default) cygwin setup places on the desktop. 3. As an after thought, I always run cygwin with CYGWIN_NOWINPATH=1 set in my system environment variables. (From what I understand, I am one of the few people that do this!) This resets the PATH variable in the cygwin shell to only contain cygwin directories. If this resolves the problem, you can edit your .bashrc to add any needed windows path. For instance, I add the path to some go lang executables. And I set up aliases or functions to run a few specific Windows exes, such as Explorer, icacls, cmd, etc. If you want all the directories from your windows path, they are available in the ORIGINAL_PATH variable, so you can add all of them at the end of the PATH variable, so they do not shadow same-named cygwin exes. HTH Doug -- Doug Henderson, Calgary, Alberta, Canada - from gmail.com -- 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