http://bugs.winehq.org/show_bug.cgi?id=35251
Bug ID: 35251 Summary: Skype 4 MSI installer fails to start Skype.exe when finishing installation in Vista mode (TaskService_Connect is a stub) Product: Wine Version: 1.7.9 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Classification: Unclassified
Hello folks,
continuation of bug 18752
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+taskschd wine ./SkypeSetup_4.0.0.226.exe
log.txt 2>&1
... 0035:Call KERNEL32.LoadLibraryW(001742b4 L"C:\users\focht\Temp\msi977c.tmp") ret=7d4924d7 0035:Ret KERNEL32.LoadLibraryW() retval=10000000 ret=7d4924d7 ... 0035:Call KERNEL32.GetProcAddress(10000000,01c7b020 "CreateTaskAsDesktopUser") ret=7d492577 0035:Ret KERNEL32.GetProcAddress() retval=10003f4e ret=7d492577 ... 0035:Call KERNEL32.WideCharToMultiByte(00000000,00000000,01c7b288 L"C:\Program Files\Skype\Phone\Skype.exe",00000027,00000000,00000000,00000000,00000000) ret=7d4b1e4f 0035:Ret KERNEL32.WideCharToMultiByte() retval=00000027 ret=7d4b1e4f ... 0035:Call ole32.CoCreateInstance(1001714c,00000000,00000001,10016384,01ace7e0) ret=10003662 ... 0035:Call taskschd.DllGetClassObject(1001714c,7ec34ccc,01ace5c8) ret=7eb47ca4 0035:trace:taskschd:DllGetClassObject {0f87369f-a4e5-4cfc-bd3e-73e6154572dd},{00000001-0000-0000-c000-000000000046},0x1ace5c8 0035:trace:taskschd:factory_QueryInterface 0x7d202ca8,{00000001-0000-0000-c000-000000000046},0x1ace5c8 0035:Ret taskschd.DllGetClassObject() retval=00000000 ret=7eb47ca4 ... 0035:trace:taskschd:factory_CreateInstance (nil),{2faba4c7-4da9-4013-9697-20cc3fd40f85},0x1ace7e0 ... 0035:trace:taskschd:TaskService_create created 0x1c7b2e8 0035:trace:taskschd:TaskService_QueryInterface 0x1c7b2e8,{2faba4c7-4da9-4013-9697-20cc3fd40f85},0x1ace7e0 0035:Ret ole32.CoCreateInstance() retval=00000000 ret=10003662 0035:Call oleaut32.VariantInit(01ace7a4) ret=1000369f 0035:Ret oleaut32.VariantInit() retval=01ace7a4 ret=1000369f 0035:Call oleaut32.VariantInit(01ace784) ret=100036af 0035:Ret oleaut32.VariantInit() retval=01ace784 ret=100036af 0035:Call oleaut32.VariantInit(01ace794) ret=100036bf 0035:Ret oleaut32.VariantInit() retval=01ace794 ret=100036bf 0035:Call oleaut32.VariantInit(01ace714) ret=100036cf 0035:Ret oleaut32.VariantInit() retval=01ace714 ret=100036cf 0035:fixme:taskschd:TaskService_Connect 0x1c7b2e8,{VT_EMPTY},{VT_EMPTY},{VT_EMPTY},{VT_EMPTY}: stub 0035:Call oleaut32.VariantClear(01ace714) ret=1000371a 0035:Ret oleaut32.VariantClear() retval=00000000 ret=1000371a 0035:Call oleaut32.VariantClear(01ace794) ret=10003720 0035:Ret oleaut32.VariantClear() retval=00000000 ret=10003720 0035:Call oleaut32.VariantClear(01ace784) ret=10003726 0035:Ret oleaut32.VariantClear() retval=00000000 ret=10003726 0035:Call oleaut32.VariantClear(01ace7a4) ret=1000372c 0035:Ret oleaut32.VariantClear() retval=00000000 ret=1000372c ... 0035:Call KERNEL32.WideCharToMultiByte(00000000,00000000,01c7e848 L"1: CreateTaskAsDesktopUser 2: Connect task scheduler failed 3: ",ffffffff,00000000,00000000,00000000,00000000) ret=7d4cd514 ... --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/b06009640024900c5c2a6537b80550c31...
--- snip --- 129 static HRESULT WINAPI TaskService_Connect(ITaskService *iface, VARIANT server, VARIANT user, VARIANT domain, VARIANT password) 130 { 131 FIXME("%p,%s,%s,%s,%s: stub\n", iface, debugstr_variant(&server), debugstr_variant(&user), 132 debugstr_variant(&domain), debugstr_variant(&password)); 133 return E_NOTIMPL; 134 } --- snip ---
$ sha1sum SkypeSetup_4.0.0.226.exe 3726546c421f078353c73ea6fb42561fac434701 SkypeSetup_4.0.0.226.exe
$ du -sh SkypeSetup_4.0.0.226.exe 20M SkypeSetup_4.0.0.226.exe
$ wine --version wine-1.7.9-209-gb231b4b
Regards
http://bugs.winehq.org/show_bug.cgi?id=35251
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://www.ziddu.com/downlo | |ad/12984015/SkypeSetup_4.0. | |0.226.exe
https://bugs.winehq.org/show_bug.cgi?id=35251
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #1 from Teras teras@luukku.com --- still stub 1.7.36
https://bugs.winehq.org/show_bug.cgi?id=35251
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- still stub 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=35251
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |taskschd
https://bugs.winehq.org/show_bug.cgi?id=35251
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #3 from winetest@luukku.com --- (In reply to super_man from comment #2)
still stub 1.7.51
Still stub wine 2.0rc3.
https://bugs.winehq.org/show_bug.cgi?id=35251
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.ziddu.com/downlo |https://kirils.org/skype/st |ad/12984015/SkypeSetup_4.0. |uff/versions/windows/SkypeS |0.226.exe |etup_4.0.0.226.exe Status|NEW |RESOLVED Fixed by SHA1| |938f073e5cbe9c479fbc50ec652 | |b8e0dd7de3661 Resolution|--- |FIXED
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
this was fixed a long time ago by commit https://source.winehq.org/git/wine.git/commitdiff/938f073e5cbe9c479fbc50ec65...
Thanks Dmitry
Not sure what our special friend (previous comments) was looking for when checking unimplemented stub status ;-)
--- snip --- ... 004b:trace:taskschd:factory_CreateInstance (nil),{2faba4c7-4da9-4013-9697-20cc3fd40f85},0x66f9cc ... 004b:trace:taskschd:TaskService_create created 0x163320 004b:trace:taskschd:TaskService_QueryInterface 0x163320,{2faba4c7-4da9-4013-9697-20cc3fd40f85},0x66f9cc 004b:Ret ole32.CoCreateInstance() retval=00000000 ret=10003662 ... 004b:trace:taskschd:TaskService_Connect 0x163320,0x66fa30 {VT_EMPTY},0x66fa20 {VT_EMPTY},0x66fa10 {VT_EMPTY},0x66fa00 {VT_EMPTY} 004b:Call KERNEL32.GetComputerNameW(0066fa48,0066fa44) ret=f79e2a51 004b:Ret KERNEL32.GetComputerNameW() retval=00000001 ret=f79e2a51 004b:trace:taskschd:start_schedsvc Trying to start L"Schedule" service 004b:Call advapi32.OpenSCManagerW(00000000,00000000,00000000) ret=f79e2644 ... 004b:trace:taskschd:TaskService_Connect server version 0x10003 ... --- snip ---
Also adjusted download link to working one:
https://kirils.org/skype/stuff/versions/windows/SkypeSetup_4.0.0.226.exe
$ sha1sum SkypeSetup_4.0.0.226.exe 3726546c421f078353c73ea6fb42561fac434701 SkypeSetup_4.0.0.226.exe
$ du -sh SkypeSetup_4.0.0.226.exe 20M SkypeSetup_4.0.0.226.exe
$ wine --version wine-4.3
Regards
https://bugs.winehq.org/show_bug.cgi?id=35251
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.4.
https://bugs.winehq.org/show_bug.cgi?id=35251
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://kirils.org/skype/st |https://web.archive.org/web |uff/versions/windows/SkypeS |/20150124180929/http://kiri |etup_4.0.0.226.exe |ls.org/skype/stuff/versions | |/windows/SkypeSetup_4.0.0.2 | |26.exe