http://bugs.winehq.org/show_bug.cgi?id=27325 --- Comment #14 from Hans Leidekker <hans(a)meelstraat.net> 2012-01-24 06:20:57 CST --- (In reply to comment #13)
(In reply to comment #12)
Can you get a backtrace? Run with WINEDEBUG=+msi and wait until you see this:
trace:msi:ACTION_PerformUIAction Performing action (L"StartServices")
Then run winedbg in another terminal and type 'bt all'.
how to do that? wine outputs a lot of text, so while i'll search for line trace:msi:ACTION_PerformUIAction Performing action (L"StartServices") setup finish install:) and if i try to use bash it's not better: env WINEARCH=win32 WINEPREFIX=/home/gymka/wine32 WINEDEBUG=+msi wine msiexec /i 'ABBYY FineReader 10 Professional Edition.msi' |grep 'PerformUIAction Performing action (L"Start' | terminal -e winedbg 'bt all' &>log2.txt
It probably means that StartService doesn't really time out, even though the error is ERROR_SERVICE_REQUEST_TIMEOUT. -- 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.