[Bug 10358] New: wine 0.9.48 takes 5 minutes to start an application
http://bugs.winehq.org/show_bug.cgi?id=10358 Summary: wine 0.9.48 takes 5 minutes to start an application Product: Wine Version: 0.9.48. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-winelib AssignedTo: wine-bugs(a)winehq.org ReportedBy: jean-jaques(a)women-at-work.org Created an attachment (id=9029) --> (http://bugs.winehq.org/attachment.cgi?id=9029) wine debug output where wine freezes for a while I've wiped my .wine directory and had winecfg rebuild it. Then I installed iTunes 7.3 and now it takes more than 5 minutes until wine launches _any_ windows application. When I enter "wine app.exe" nothing happens for a really long time. After waiting for 5 or sometimes up to 10 minutes (no CPU load) the application launches. This even applies to winecfg! When I run wine in debug mode (WINEDEBUG=+relay winecfg) it stops producing output at a certain point and then continues (again after a few minutes). I have attached some debug output (the place where wine seems to freeze and stops producing output). I can't attach the entire file, because it is 40MB :( wine 0.9.48, compiled from sources, Gentoo 2007.0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> 2007-11-08 04:30:26 --- Most likely your CUPS setup points to a network printer that's unreachable. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 jean-jaques(a)women-at-work.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #2 from jean-jaques(a)women-at-work.org 2007-11-08 05:18:33 --- oh well, you are right... when i unset my CUPS_SERVER var it works... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID --- Comment #3 from James Hawkins <truiken(a)gmail.com> 2007-11-08 08:40:24 --- It's not fixed, it's invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from James Hawkins <truiken(a)gmail.com> 2007-11-08 08:40:46 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com Status|CLOSED |UNCONFIRMED Component|wine-winelib |wine-gdi-(printing) Resolution|INVALID | Summary|wine 0.9.48 takes 5 minutes |wine takes 5 minutes to |to start an application |start an application when | |network printer unreachable --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2007-11-08 09:12:55 --- This is a valid bug. Windows doesn't have this problem, and neither should wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #6 from Detlef Riekenberg <wine.dev(a)web.de> 2007-11-11 14:29:24 --- Created an attachment (id=9114) --> (http://bugs.winehq.org/attachment.cgi?id=9114) ntdll: Add the ticks debug channel Please apply the attached patch and recompile wine. Then attach a log (with CUPS_SERVER set): WINEDEBUG="+process,+loaddll,+tid,+winspool,+ticks" wine app.exe 2>&1 | tee log.txt Thanks. -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |spooler Keywords| |printing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #7 from babil <bil_912(a)hotmail.com> 2008-05-27 21:56:41 --- (In reply to comment #5)
This is a valid bug. Windows doesn't have this problem, and neither should wine.
My two cents ... one can verify the bug by running any application with "strace". For example, "strace wine winefile" would halt if cups network printer is unreachable. doing the same, after stopping cups printer is stopped (/etc/init.d/cupsys stop) will make the application run instantly. Regards, -babil. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 dkeehl(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkeehl(a)gmail.com --- Comment #8 from dkeehl(a)gmail.com 2008-06-22 02:01:47 --- Same here. winecfg, notepad, regedit, all of them take about 4 minutes to start. To avoid this, I have to add '--without-cups' option when compiling wine. There's no 'cups' package installed on my computer, only the 'libcups' library. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Target Milestone|--- |1.2.0 --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-06-22 03:41:58 --- This one pisses me off. Targeting for 1.2. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #10 from Detlef Riekenberg <wine.dev(a)web.de> 2008-06-22 14:07:18 --- I'm working on this Problem, but there a lot of things to do and it's delayed because a Patch crashed on julliards system. Some things changed in CUPS, and a different API was suggested to enumerate the installed printers. -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-12-23 07:00:03 --- Is this still an issue in current (1.1.11 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #12 from dkeehl(a)gmail.com 2008-12-30 04:13:28 --- (In reply to comment #11)
Is this still an issue in current (1.1.11 or newer) wine?
Yes, it's still there. Using wine 1.1.11 from Arch linux official repository. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Jo <bugzilla(a)freedom-x.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla(a)freedom-x.de --- Comment #13 from Jo <bugzilla(a)freedom-x.de> 2009-03-16 18:24:00 --- I have the same problem with latest Arch packages. I have libcups but didn't configure CUPS. Using --nocups works fine. I also attached a debug with ticks as requested. wine 1.1.17-1 libcups 1.3.9-3 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #14 from Jo <bugzilla(a)freedom-x.de> 2009-03-16 18:25:04 --- Created an attachment (id=19993) --> (http://bugs.winehq.org/attachment.cgi?id=19993) Log +process,+loaddll,+tid,+winspool,+ticks -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19993|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2009-09-15 15:20:57 --- Pretty sure it's still there.. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ky6uk.kun(a)gmail.com --- Comment #16 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-06-09 18:58:14 --- *** Bug 19448 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ashot1100(a)gmail.com --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-22 08:54:05 --- *** Bug 22681 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Claudio <sick_soul(a)yahoo.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sick_soul(a)yahoo.it --- Comment #18 from Claudio <sick_soul(a)yahoo.it> 2010-07-24 08:21:03 --- I had a similar problem in the past, see if this is the same. http://bugs.winehq.org/show_bug.cgi?id=14108 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Sylvain Petreolle <spetreolle(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle(a)yahoo.fr -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 Ivan <whattheheckofu(a)rocketmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |whattheheckofu(a)rocketmail.c | |om -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #19 from butraxz(a)gmail.com 2013-06-21 15:30:46 CDT --- This ticket has not been updated for over 900 days. Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #20 from Rosanne DiMesio <dimesio(a)earthlink.net> 2013-10-07 10:08:42 CDT --- A forum user just ran into this in 1.7.3, so yes, it's still an issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=10358 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #21 from André H. <nerv(a)dawncrow.de> --- I mostly run wine with an offline network printer (connected to another ubuntu machine via usb, shared via network, both computer and printer are turned off) and it works fine. What i notice is that (on a different machine) wine starts very slowly when network shares mounted with CIFS are not reachable, but that's also true for other applications... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=10358 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.0 |2.0.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=10358 --- Comment #22 from Dan Kegel <dank(a)kegel.com> --- Roseanne points out this may be a dup of bug 3507. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=10358 David <dnschneid(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dnschneid(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=10358 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> --- Still a bug with wine-4.19? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla