[Bug 34351] AsystentCRM installer needs Shell folder object Folder::ParseName method implemented

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 25 06:13:49 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=34351

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |focht at gmx.net
          Component|-unknown                    |shell32
            Summary|AsystentCRM fails to        |AsystentCRM installer needs
                   |install                     |Shell folder object
                   |                            |Folder::ParseName method
                   |                            |implemented
     Ever Confirmed|0                           |1

--- Comment #2 from Anastasius Focht <focht at gmx.net> 2013-08-25 06:13:49 CDT ---
Hello folks,

confirming, the installer needs Folder::ParseName method of Shell folder
object.

--- snip ---
0027:fixme:shell:FolderImpl_ParseName (0x751518,L"Asystent.exe",0x33e420)
...
0027:Call KERNEL32.RaiseException(0eedface,00000001,00000007,0033ed30)
ret=00447691
0027:trace:seh:raise_exception code=eedface flags=1 addr=0x7b83a857 ip=7b83a857
tid=0027
0027:trace:seh:raise_exception  info[0]=00447691
0027:trace:seh:raise_exception  info[1]=005284c0
0027:trace:seh:raise_exception  info[2]=80020009
0027:trace:seh:raise_exception  info[3]=00000000
0027:trace:seh:raise_exception  info[4]=00000000
0027:trace:seh:raise_exception  info[5]=0033edd8
0027:trace:seh:raise_exception  info[6]=0033ed4c
0027:trace:seh:raise_exception  eax=7b826919 ebx=7b8ba000 ecx=00447691
edx=0033ec84 esi=0033ed30 edi=0033ecf0
0027:trace:seh:raise_exception  ebp=0033ecc8 esp=0033ec64 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00200283 
...
0027:Ret  oleaut32.VariantClear() retval=00000000 ret=00403d6b
0027:Call KERNEL32.RaiseException(0eedface,00000001,00000007,0033edc0)
ret=004459cf
0027:trace:seh:raise_exception code=eedface flags=1 addr=0x7b83a857 ip=7b83a857
tid=0027
0027:trace:seh:raise_exception  info[0]=004459cf
0027:trace:seh:raise_exception  info[1]=005284c0
0027:trace:seh:raise_exception  info[2]=004e8fe8
0027:trace:seh:raise_exception  info[3]=0033efa4
0027:trace:seh:raise_exception  info[4]=00000000
0027:trace:seh:raise_exception  info[5]=0033edf8
0027:trace:seh:raise_exception  info[6]=0033eddc 
...
0027:Call user32.MessageBoxA(000100b0,005284d8 "Runtime Error (at
1:388):\r\n\r\n: ",00526ec4 "Instalator",00000010) ret=0042f39a 
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/b4b396a957290a0f7fffc36763e4f15c2d798e3b:/dlls/shell32/shelldispatch.c#l569

--- snip ---
 569 static HRESULT WINAPI FolderImpl_ParseName(Folder3 *iface, BSTR bName,
 570         FolderItem **ppid)
 571 {
 572     FIXME("(%p,%s,%p)\n", iface, debugstr_w(bName), ppid);
 573 
 574     *ppid = NULL;
 575     return E_NOTIMPL;
 576 }
--- snip ---

$ wine --version
wine-1.7.0-179-gb2159c8

$ du -sh AsystentCRM_2013.exe 
24M    AsystentCRM_2013.exe

$ sha1sum AsystentCRM_2013.exe 
0dc22bf7a4c0c2b4588e6174ab2da5c4cd1ff060  AsystentCRM_2013.exe

Regards

-- 
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.



More information about the wine-bugs mailing list