http://bugs.winehq.org/show_bug.cgi?id=5347
------- Additional Comments From philipp(a)sadleder.de 2007-07-08 03:24 -------
Which WINE version did you use for testing.
I recognize an improvement with 0.9.42.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5347
------- Additional Comments From dmitry(a)codeweavers.com 2007-07-08 03:17 -------
I spent a lot of time investigating this problem.
The slowdown is not due to missing registry keys, but inefficiency in desktop
folder implementation of builtin shell32. Using native shell32.dll from a win2k
box considerably reduces start up times of Photoshop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9213
------- Additional Comments From peter.talken(a)telia.com 2007-07-08 03:05 -------
I created e new user and installed and ran the program. Same behaviour as
befor.
This is the console output:
[gfftest@hpd1 GFFinder2]$ wine GFFinder2.exe
[gfftest@hpd1 GFFinder2]$ Rawdata lock created
Image cache size: 10
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
[gfftest@hpd1 GFFinder2]$
Then I ran with:
WINEDEBUG=+relay wine GFFinder2.exe >& debuglist.txt
which produced 58.1 MB of data. (Compressed to 677 kB, wich I attached.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5347
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |www.adobe.com
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-08 02:53 -------
I found a page here, from a guy who claims to have it running quite succesfully.
It might be interesting for 2 reasons:
1. He doesn't mention long start up time at all, so this bug might be due to
missing Adobe registry keys after all (maybe an installer bug?).
2. It mentions how to import registry keys from a windows installation. I
thought this wasn't possible anymore in wine, but the method described by this
guy, works indeed (i checked for simple other app).
http://luiscosio.com/how-to-adobe-photoshop-cs2-on-ubuntu-10-steps
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9211
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-08 02:45 -------
Hi Dan, could you try this on a fresh ~/.wine. The installer from the downloadlink
finishes just fine right here. (the app itself didn't start, but With a little
hack i got it running anyway)
(hack to get Klipfolio up:)
diff --git a/dlls/user32/winstation.c b/dlls/user32/winstation.c
index ab00b41..061ec40 100644
--- a/dlls/user32/winstation.c
+++ b/dlls/user32/winstation.c
@@ -396,8 +396,8 @@ BOOL WINAPI EnumDesktopsW( HWINSTA winsta, DESKTOPENUMPROCW
func, LPARAM lparam
HDESK WINAPI OpenInputDesktop( DWORD flags, BOOL inherit, ACCESS_MASK access )
{
FIXME( "(%x,%i,%x): stub\n", flags, inherit, access );
- SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
- return 0;
+ //SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
+ return OpenDesktopA("Default",0,FALSE,MAXIMUM_ALLOWED);
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9214
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-08 02:42 -------
Confirming again. This is really annoying and prevents wine from functioning
normal. Raising severity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9165
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-08 02:15 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9165
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-08 02:15 -------
patch is in git nowe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4729
------- Additional Comments From dmitry(a)codeweavers.com 2007-07-08 01:34 -------
Sorry, X11DRV_CritSection is a Wine-internal one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.