
I tried: WINEDEBUG=+loaddll wine <application>
The biggest delay was on loading shell32.dll and user32.dll
I tried: WINEDEBUG=+relay wine <application>
The biggest delay was on this line:
000b:Call PE DLL (proc=0x7e638fe0,module=0x7e5c0000 L"gdi32.dll",reason=PROCESS_ATTACH,res=(nil))
when I use winedebug=+relay application loaded fastest
My system is Ubuntu Studio 11.10 64bit with fglrx 11.11 video driver and wine 1.3.33.
Thank you, very much and sorry for google-translate-like english.