http://bugs.winehq.org/show_bug.cgi?id=34351
Bug #: 34351 Summary: AsystentCRM fails to install Product: Wine Version: 1.7.0 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com Classification: Unclassified
Created attachment 45725 --> http://bugs.winehq.org/attachment.cgi?id=45725 Error message
Steps to reproduce: 1) remove ~/.wine 2) sh winetricks vb6run 3) wine AsystentCRM_2013.exe 4) proceed with default installation
Behaviour: Error at the end (see attachment).
Expected behaviour: No error at the end.
Additional info: There is nothing in default terminal output.
http://bugs.winehq.org/show_bug.cgi?id=34351
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://d.naomisoft.pl/asyst | |ent2013/AsystentCRM_2013.ex | |e?post=
http://bugs.winehq.org/show_bug.cgi?id=34351
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2013-08-25 00:28:56 CDT --- Created attachment 45726 --> http://bugs.winehq.org/attachment.cgi?id=45726 WINEDEBUG=+relay on wine-1.7.0-223-g8f09d34
http://bugs.winehq.org/show_bug.cgi?id=34351
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://d.naomisoft.pl/asyst |http://d.naomisoft.pl/asyst |ent2013/AsystentCRM_2013.ex |ent2013/AsystentCRM_2013.ex |e?post= |e
http://bugs.winehq.org/show_bug.cgi?id=34351
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@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@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/b4b396a957290a0f7fffc36763e4f15c2...
--- 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
http://bugs.winehq.org/show_bug.cgi?id=34351
Rafal rafal@skura.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rafal@skura.pl
--- Comment #3 from Rafal rafal@skura.pl --- Hello
I do It :
Steps to reproduce: 1) remove ~/.wine 2) sh winetricks vb6run 3) wine AsystentCRM_2013.exe 4) proceed with default installation
and program have the same error.
Can You help mi with this problem ?
http://bugs.winehq.org/show_bug.cgi?id=34351
--- Comment #4 from NSLW lukasz.wojnilowicz@gmail.com --- Obviously the bug is still present.
https://bugs.winehq.org/show_bug.cgi?id=34351
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Ok, I got a patch for that, will send in a couple of days.
https://bugs.winehq.org/show_bug.cgi?id=34351
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |38556
https://bugs.winehq.org/show_bug.cgi?id=34351
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e013a7e584863abb3d9bc5ce133 | |9830b6560aba8 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- This is fixed with http://source.winehq.org/git/wine.git/commit/e013a7e584863abb3d9bc5ce1339830....
https://bugs.winehq.org/show_bug.cgi?id=34351
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.43.