http://bugs.winehq.org/show_bug.cgi?id=6317
Summary: NetShareDel not implemented in wine Product: Wine Version: CVS Platform: Other URL: http://www.freepgs.com/asia_colgate/pplivesetup_1.3.15.e xe OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: jeremielapuree@yahoo.fr
When lauching PPlive with current git-wine (2006/09/29) (see link to download), wine crashes in complaining that NetShareDel is not implemented:
fixme:shdocvw:WebBrowser_QueryInterface (0x176270)->({cf51ed10-62fe-11cf-bf86-00a0c9034836} 0x3474a0) interface not supported fixme:shdocvw:WebBrowser_QueryInterface (0x176270)->({bd1ae5e0-a6ae-11ce-bd37-504200c10000} 0x34753c) interface not supported fixme:shdocvw:PersistStreamInit_Load (0x176270)->(0x347508) fixme:shdocvw:OleControl_FreezeEvents (0x176270)->(1) fixme:shdocvw:OleControl_FreezeEvents (0x176270)->(0) fixme:shdocvw:WebBrowser_QueryInterface (0x1a6678)->({cf51ed10-62fe-11cf-bf86-00a0c9034836} 0x345280) interface not supported fixme:shdocvw:PersistStreamInit_InitNew (0x1a6678) fixme:shdocvw:OleObject_DoVerb stub for -3 fixme:shdocvw:WebBrowser_QueryInterface (0x1acd40)->({cf51ed10-62fe-11cf-bf86-00a0c9034836} 0x3454b8) interface not supported fixme:shdocvw:WebBrowser_QueryInterface (0x1acd40)->({bd1ae5e0-a6ae-11ce-bd37-504200c10000} 0x345554) interface not supported fixme:shdocvw:PersistStreamInit_Load (0x1acd40)->(0x345520) fixme:shdocvw:OleControl_FreezeEvents (0x1acd40)->(1) fixme:shdocvw:OleControl_FreezeEvents (0x1acd40)->(0) wine: Call from 0x7ee8ab30 to unimplemented function netapi32.dll.NetShareDel, aborting wine: Unimplemented function netapi32.dll.NetShareDel called at address 0x7ee8ab30 (thread 001c), starting debugger... fixme:wininet:DeleteUrlCacheEntryW (L"Http://PP.PPLive.com/zh-cn/Ad/ADConfig.Html") stub
Joaopa