From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117290 invoked by alias); 3 Jul 2017 11:56:10 -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 117278 invoked by uid 89); 3 Jul 2017 11:56:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Wine, sk:RtlGetC, 1801202ec, ntdlldll X-HELO: mail-wm0-f51.google.com Received: from mail-wm0-f51.google.com (HELO mail-wm0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jul 2017 11:56:07 +0000 Received: by mail-wm0-f51.google.com with SMTP id i127so105988831wma.0 for ; Mon, 03 Jul 2017 04:56:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:date:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=ZO4nEpubc3fKlY+aEVgk5CtUwTXFkV/ZJ1btuMcJqaA=; b=jMZDoWVaHd3T+Thi85LoAjV/hi04PToieHPDcESU4N0Kidx+ExkE3Djmni3UUGDxKA cIwrzD+y28bAMldL7fIuqnPOeRFxomMp7Dl+dBny43XLbyDS+GKtqmjXj/wKeuXOGQQV lQGOqRttIQUeIFe7H95wOT6r8eFhwteOreYpeHbGEbEDUQyOeoMtbSJBfpbQffYig9kT 6qO4ZC5+pD6cXL5HuUU4ajudFXi4cPYXCw+LPXumpHbU4yiPayLjXZoMSHDdLF7l8oJj l9Xsqbex1Z1YOpT1rL7QgSRD+jWFq/y2Nluuk+bbmgKvxWJPrkTg3Tb8OlJf9Gvy4MPD U8rA== X-Gm-Message-State: AKS2vOwPi5a5/l3ZcyTWYMPJIZogzLeRBtN/CbH3cjIn5WOJivp1bEC3 +ZH9AcbaUISVgPeg X-Received: by 10.28.107.210 with SMTP id a79mr15083623wmi.118.1499082965413; Mon, 03 Jul 2017 04:56:05 -0700 (PDT) Received: from rz.localhost.localdomain (x2f7fd03.dyn.telefonica.de. [2.247.253.3]) by smtp.gmail.com with ESMTPSA id l6sm20327836wmg.31.2017.07.03.04.56.04 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Jul 2017 04:56:04 -0700 (PDT) From: Richard Z X-Google-Original-From: Richard Z Date: Mon, 03 Jul 2017 11:56:00 -0000 To: Dan Kegel Cc: cygwin@cygwin.com Subject: Re: setup.exe problem in wine Message-ID: <20170703115553.GA3725@rz.localhost.localdomain> References: <20170630112619.GA11464@rz.localhost.localdomain> <20170630124425.GB11464@rz.localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00029.txt.bz2 On Fri, Jun 30, 2017 at 07:45:34AM -0700, Dan Kegel wrote: > > Well, shoot. So I tried again with WINEDEBUG=+relay to get a log of > system calls, > Wading through the noise, I saw two interesting things: > > 0030:Starting process L"C:\\cygwin64\\bin\\bash.exe" (entryproc=0x100401000) > ... > 0030:Call KERNEL32.CreateFileW(600008028 > L"\\\\.\\pipe\\cygwin-e022582115c10879-lpc",c0000000,00000003,18027c3e0,75646f4d00000003,656c646e00020000,00000000) > ret=18015fa5f > 0030:Ret KERNEL32.CreateFileW() retval=ffffffffffffffff ret=18015fa5f > 0030:Call KERNEL32.GetLastError() ret=18015fb05 > 0030:Ret KERNEL32.GetLastError() retval=00000002 ret=18015fb05 > > Gee, I hope Wine's pipes are up to snuff. > > And: > > 0030:Call KERNEL32.GetModuleHandleA(180243568 "ntdll.dll") ret=1800df8dc > 0030:Ret KERNEL32.GetModuleHandleA() retval=7bc20000 ret=1800df8dc > 0030:Call KERNEL32.GetProcAddress(7bc20000,180243572 > "RtlGetCurrentDirectory_U") ret=1800df8f7 > 0030:Ret KERNEL32.GetProcAddress() retval=7bc2e3f4 ret=1800df8f7 > 0030:Call KERNEL32.GetProcAddress(7bc20000,18024358b > "RtlEnterCriticalSection") ret=1800df909 > 0030:Ret KERNEL32.GetProcAddress() retval=7bc49500 ret=1800df909 > 0030:Call KERNEL32.GetLastError() ret=18011fa9b > 0030:Ret KERNEL32.GetLastError() retval=00000000 ret=18011fa9b > 0030:Call KERNEL32.GetStdHandle(fffffff4) ret=1801202d0 > 0030:Ret KERNEL32.GetStdHandle() retval=00000008 ret=1801202d0 > 0030:Call KERNEL32.WriteFile(00000008,ffff8ab0,00000125,ffff8aa4,00000000) > ret=1801202ec > Cygwin WARNING: > Couldn't compute FAST_CWD pointer. This typically occurs if you're using > an older Cygwin version on a newer Windows. Please update to the latest > available Cygwin version from https://cygwin.com/. If the problem persists, > please see https://cygwin.com/problems.html > > Well, that's funny. RtlGetCurrentDirectory_U is implemented in Wine; > I wonder why Cygwin doesn't like it. That seems worth investigating. seeing the same here, unfortunately my knowledge of windows is very basic so I can't contribute to fixing this. Richard -- Name and OpenPGP keys available from pgp key servers -- 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