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:reply-to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=tVWZxKdMsm8ho/zW hiys7PUsRbfOEATFHSQ/PvOtkIz4VyCbgNclXDF3ahFwsqk/QhcNlCbXB7VQHLyf F/rfVVEoc/4dH9CCaiG88iKdVnAPFu3nSt4ZHVwWhSagED0shEma9CdwyMTB4XwD BjJxJrfe08Uw0IQAWGqaSDN2Ljc= 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:reply-to:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Agqn5EZkv9578wh/z2A2LL QXjW0=; b=OOwbrIeD6XAUPh5dF5u+DRFffDdEcA7mYDDYflNLM6b3BtZjzoIMj3 EsmVzeFqZxrKXX8pz2InlbVisG1ISkxlZUnm8iPrmf9/n+IU14TXRjsVV1fOHHHh D42shm1IjfxD38MSKbSFuruVlBtE+ROVmg6SRF+kArs5qMi55HApo= 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=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, firewall, icon, desktop X-HELO: sonic310-14.consmr.mail.ir2.yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1551219018; bh=rzXn/Iv65/+0pqvjt9wRruhO+FRksF6yEEagse3219E=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=LSEdwZW7pEx98VTnykxZ0TgU9m6h1bUG98xpTT9fFl37CcFN4pgJTHi/qHFq44fPogFipqK1XT6/k28KU5URWFGTpnGxNjq2sKWXR5KKJS+/NO2zsisncr/gtTvOwUwENFSvMcarP8tiH8iCPwwFFrzXxSx1OX2yD5CUhKZbosgGedfqjAeX3hDP5+K1x6cnCEK+2Yv1P3CJkafZE7u64BI78XzfVfURidFX7ZLB+LTH5xf90JJTJntozKaqH+AxY9vE+UNuDMCHgmnygO0pWLNBkE5Lkh9JHsLK6jD6ukJcVudwZGA6OwSSjgNrxP7XTGv+OkBl7EV+CPwMxrF7jw== Subject: Re: Cygwin 3.0.1-1 Breaks ALL cygwin applications on Windows 7 x64 To: cygwin AT cygwin DOT com 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> From: "Jerry Baker via cygwin" Reply-To: Jerry Baker Message-ID: Date: Tue, 26 Feb 2019 14:10:10 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2/26/2019 1:56 PM, Doug Henderson wrote: > 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. Thanks for the tips. I made a completely fresh install in a new directory and attempted all three suggestions. Here are the results: 1. That command gets part way through and then hangs with the blinking cursor after listing the directories in the path variable. 2. bat file or desktop shortcut hangs with a black window and blinking cursor. 3. Set variable and run Cygwin.bat. Black window with blinking cursor. Literally every single way you can call a cygwin executable just hangs with a blinking cursor. -- 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