From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 19 15:41:07 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3D7499B for ; Wed, 19 Mar 2014 15:41:07 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B36B882 for ; Wed, 19 Mar 2014 15:41:06 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id f8so5187491wiw.12 for ; Wed, 19 Mar 2014 08:40:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:message-id:date:from:reply-to :organization:user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=UYv/25F0yJKGRM5XrunYFJuUKFrEpVE9klQ0f+/NpPg=; b=ed31CsyxjNr3rYqE8LlQgMHMkRFa9baTUCWJWdce/9BIubD17X0wV1g+Qki3qXoO2q T7HPyBEimE0mLtciUUZ6f4IM1mXkts9JPJ2IwlQFH5zrkR4fv2Zrpp6PDq63EV01qVSg nJLu4qNU8v6AWZvu9aV2y5jOclkJ+pABaq03nAdvJE85nTkb2/mMOWIT/5YVm3X6FBkF LfsSW49JsW0TjmCLHAu9nuo6rnEOuDlwfOQA54luCFLALPXq8GOZMIa2SZ1h7ka/CT/P FUmJeaSYqnWZXAA6tWQ01p2L//C0n72rEnL61HM4VE0r5xO5bJVfPYc7a9W2mq2Go0/k 3HUg== X-Gm-Message-State: ALoCoQllB5NthmwOjXc9lCptRJKwsQf34ExEdxJgWEleszqTyopQWxVzf7GV93gkbMKoADSQTa4Q X-Received: by 10.194.58.180 with SMTP id s20mr2991636wjq.54.1395242113171; Wed, 19 Mar 2014 08:15:13 -0700 (PDT) Received: from [192.168.0.150] (196-210-203-71.dynamic.isadsl.co.za. [196.210.203.71]) by mx.google.com with ESMTPSA id ee5sm45072366wib.8.2014.03.19.08.15.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 08:15:12 -0700 (PDT) Sender: Dylan Bridgman Message-ID: <5329B47C.8070501@resrequest.com> Date: Wed, 19 Mar 2014 17:15:08 +0200 From: Dylan Bridgman Organization: ResRequest User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Wine directory listing bug Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dylanb@resrequest.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 15:41:08 -0000 Hi all, Wine does not pick up all the files in a directory if there are more than approximately 60. The exact limit seems to differ. The easiest way to see this issue is to run "wine cmd", then "cd z:\usr\bin" and finally "dir" (in a standard wine prefix). It also affects Innosetup's ISCC.exe which I am using to generate Windows installers. I have tested this on: a) Physical machine running 9.2-RELEASE-p3 amd64 in a jail. Both i386-wine-devel-1.7.11,1 and i386-wine-1.6.2 have the problem and returns only 62 files when there are >470 files in this directory. b) Virtual machine also running 9.2-RELEASE-p3 amd64 no jail. i386-wine-devel-1.7.14 returns 64 files when there are >470 files in this directory. c) Physical machine running Archlinux, 3.15.5 kernel, wine-1.7.13 works correctly and shows all the files. So this looks to be a FreeBSD specific issue. Is this a known issue, and if so, are any workarounds? Thanks, - Dylan Bridgman