From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 17:10:31 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22F9A16A400 for ; Mon, 19 Mar 2007 17:10:31 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from rusty.kulnet.kuleuven.ac.be (rusty.kulnet.kuleuven.ac.be [134.58.240.42]) by mx1.freebsd.org (Postfix) with ESMTP id CED9613C44C for ; Mon, 19 Mar 2007 17:10:30 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 522491D74F1; Mon, 19 Mar 2007 18:10:29 +0100 (CET) Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 462E11D7483; Mon, 19 Mar 2007 18:10:27 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtp02.kuleuven.be (Postfix) with ESMTP id 8DEC02CAADA; Mon, 19 Mar 2007 18:10:26 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.8/8.13.8) with ESMTP id l2JHAOSG001926; Mon, 19 Mar 2007 18:10:25 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org Date: Mon, 19 Mar 2007 18:10:22 +0100 User-Agent: KMail/1.9.6 References: <1762.158.193.139.151.1174294460.squirrel@webmail.demax.sk> <3776.158.193.139.151.1174301374.squirrel@webmail.demax.sk> In-Reply-To: <3776.158.193.139.151.1174301374.squirrel@webmail.demax.sk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703191810.24250.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Cc: sebosik@demax.sk Subject: Re: Wine takes too long to start program X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 17:10:31 -0000 On Monday 19 March 2007 11:49:34 sebosik@demax.sk wrote: >> On 3/19/07, sebosik@demax.sk wrote: >>> I`ve compiled yesterday wine 0.9.33 from ports, and installed. But >>> when I try to run any MS win based software (notepad.exe, or foxit >>> pdf reader for example only), wine takes almost 2-3 minutes to run >>> the program and show window on desktop. Using freebsd 6.2 stable, >>> Xorg 7.2 and KDE 3.5.6 from ports. >>> >>> Anybody know where should be a problem ?? >> >> Just a guess, but try installing x11-fonts/webfonts and >> copying them over to \windows\fonts\ > > Webfonts are installed ( i use them normally), but wine still takes > too long to start windows program... and nothing is happening on > console, so no output available. Older wine`s were fine - I think > before 0.9.26 or maybe older one. Have you tried running wineprefixcreate? That should update your ~/.wine configuration. Something else you could try is to (re)move these files from /usr/local/lib/wine: winealsa.drv.so winearts.drv.so wineaudioio.drv.so winecoreaudio.drv.so wineesd.drv.so winejack.drv.so winenas.drv.so Then run winecfg and select OSS as the audio driver in the audio tab. It's a wild guess, but I've been having problems with some of these audio drivers lately. I've seen them take a very long time to initialize, so that may be what you are experiencing as well.