http://bugs.winehq.org/show_bug.cgi?id=36981
Bug ID: 36981 Summary: installing Kies3 Product: Wine Version: 1.7.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pricharddavid303@gmail.com
Created attachment 49110 --> http://bugs.winehq.org/attachment.cgi?id=49110 crash report
Trying to install Samsung Kies 3 program
http://bugs.winehq.org/show_bug.cgi?id=36981
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |NEW URL| |http://downloadcenter.samsu | |ng.com/content/SW/201405/20 | |140528143905180/Kies3Setup. | |exe CC| |focht@gmx.net Summary|installing Kies3 |Samsung Kies 3 installer | |fails Ever confirmed|0 |1
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
--- snip --- ... 0035:Call oleaut32.SysAllocString(01aca0dc L"Computing space requirements") ret=10016ef2 0035:trace:ole:SysAllocStringLen L"Computing space requirements" 0035:Ret oleaut32.SysAllocString() retval=01ae2fcc ret=10016ef2 0035:trace:rpc:ndr_client_call pStubDesc 0x100e2a08, pFormat 0x100dedfc, ... 0035:trace:rpc:ndr_client_call NDR Version: 0x50002 0035:trace:rpc:ndr_client_call stack size: 0x10 0035:trace:rpc:ndr_client_call proc num: 22 0035:trace:ole:NdrProxyInitialize (0x20d3a8c,0x3381e4,0x338108,0x100e2a08,22) 0035:trace:rpc:NdrClientInitializeNew (pRpcMessage == ^0x3381e4, pStubMsg == ^0x338108, pStubDesc == ^0x100e2a08, ProcNum == 22) 0035:trace:ole:StdProxy_GetChannel (0x20d3a88)->GetChannel(0x33818c) ISetupProgress 0035:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e4fc4f3 ip=7e4fc4f3 tid=0035 0035:trace:seh:raise_exception info[0]=00000000 0035:trace:seh:raise_exception info[1]=00000000 0035:trace:seh:raise_exception eax=00000000 ebx=7e566000 ecx=0033817c edx=00338180 esi=00337c20 edi=00338358 0035:trace:seh:raise_exception ebp=00337c08 esp=00337ba0 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210202 0035:trace:seh:call_stack_handlers calling handler at 0x100c5004 code=c0000005 flags=0 0035:Call KERNEL32.GetLastError() ret=1009f52e ... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7e4fc4f3). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7e4fc4f3 ESP:00337ba0 EBP:00337c08 EFLAGS:00210202( R- -- I - - - ) EAX:00000000 EBX:7e566000 ECX:0033817c EDX:00338180 ESI:00337c20 EDI:00338358 ... Backtrace: =>0 0x7e4fc4f3 NdrProxyInitialize+0xe5(This=<couldn't compute location>, pRpcMsg=<couldn't compute location>, pStubMsg=<couldn't compute location>, pStubDescriptor=<couldn't compute location>, ProcNum=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/build-x86/dlls/rpcrt4/../../include/objidl.h:8119] in rpcrt4 (0x00337c08) 1 0x7e51d069 ndr_client_call+0x28d(pStubDesc=<couldn't compute location>, pFormat=<couldn't compute location>, stack_top=<couldn't compute location>, fpu_stack=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/rpcrt4/ndr_stubless.c:651] in rpcrt4 (0x00338348) 2 0x7e4fb4c9 call_stubless_func+0x24() in rpcrt4 (0x003383b4) 3 0x1007d83f in issetup (+0x7d83e) (0x003383b4) 4 0x1007dbc5 in issetup (+0x7dbc4) (0x003383e4) 5 0x00000000 (0x100ca658) 0x7e4fc4f3 NdrProxyInitialize+0xe5 [/home/focht/projects/wine/wine.repo/build-x86/dlls/rpcrt4/../../include/objidl.h:8119] in rpcrt4: movl 0x0(%eax),%eax 8119 return This->lpVtbl->GetDestCtx(This,pdwDestContext,ppvDestContext); Modules: Module Address Debug info Name (118 modules) PE 370000- 38f000 Deferred msi374b.tmp PE 400000- 56c000 Deferred kies3setup PE 11e0000- 128a000 Deferred isrt PE 14b0000- 1539000 Deferred _isres_0x0409 PE 1650000- 18e3000 Deferred kiesprogressdialog PE 10000000-1018d000 Export issetup ... process tid prio (all id:s are in hex) ... 00000034 (D) Z:\home\focht\Downloads\Kies3Setup.exe 00000041 0 00000040 0 0000003f 0 0000003e 0 0000003b 0 0000003a 0 00000039 0 00000038 0 00000035 0 <== --- snip ---
'StdProxy_GetChannel' -> 'pStubMsg->pRpcChannelBuffer' -> NULL
The installation left behind is still usable though. You can start 'Kies3.exe' in app folder.
The app provides and expects to use MTP USB kernel device driver to access the smartphone. This is not going to work anyway, Wine is not an operating system.
Either use native Linux MTP support or VirtualBox.
$ sha1sum Kies3Setup.exe 2a1728145fe0e5dd3a2f95523f5fe725045bcbf8 Kies3Setup.exe
$ du -sh Kies3Setup.exe 40M Kies3Setup.exe
$ wine --version wine-1.7.23
Regards
https://bugs.winehq.org/show_bug.cgi?id=36981
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |protel02@gmail.com
--- Comment #2 from Anastasius Focht focht@gmx.net --- *** Bug 37362 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Samsung Kies 3 installer |Flexera InstallShield 20.x |fails |based installers crash in | |NdrProxyInitialize (Samsung | |Kies 3, Designspark 6.1)
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary to collect dupes here.
Regards
https://bugs.winehq.org/show_bug.cgi?id=36981
Rus Sheptak rus@sonic.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rus@sonic.net
--- Comment #4 from Rus Sheptak rus@sonic.net --- Created attachment 50909 --> https://bugs.winehq.org/attachment.cgi?id=50909 Crash installing DesignSparKPCB 7.0.1
You can download the installer from: http://www.rs-online.com/designspark/electronics/eng/page/designspark-pcb-ho...
https://bugs.winehq.org/show_bug.cgi?id=36981
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- still an issue 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #6 from super_man@post.com --- still valid issue 1.8.rc1
https://bugs.winehq.org/show_bug.cgi?id=36981
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |epistemepromeneur@free.fr
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 40475 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.manners@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 35511 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Flexera InstallShield 20.x |Flexera InstallShield 20.x |based installers crash in |based installers crash in |NdrProxyInitialize (Samsung |NdrProxyInitialize (Samsung |Kies 3, Designspark 6.1) |Kies 3, Designspark 6.1, | |Exelis ENVI 5.x)
https://bugs.winehq.org/show_bug.cgi?id=36981
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |6crg8xyfu6@snkmail.com
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 39991 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kristina.ushakova@outlook.c | |om
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 40589 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Don Pobanz dpobanz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dpobanz@gmail.com
--- Comment #11 from Don Pobanz dpobanz@gmail.com --- Created attachment 55525 --> https://bugs.winehq.org/attachment.cgi?id=55525 backtrace for KiesSetup.exe (v2.6)
still an issue with wine 1.9.17-33-g90173ce
https://bugs.winehq.org/show_bug.cgi?id=36981
George Csahanin wb2dyb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wb2dyb@gmail.com
--- Comment #12 from George Csahanin wb2dyb@gmail.com --- Created attachment 55844 --> https://bugs.winehq.org/attachment.cgi?id=55844 Wine fails installation of designspark.exe version 7.0
Not sure what other info you need, but this is a 64 bit Dell Precision T7500 with Windows 7 Pro, and Mint Linux in a VMWare Workstation 12.
https://bugs.winehq.org/show_bug.cgi?id=36981
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #13 from winetest@luukku.com --- (In reply to George Csahanin from comment #12)
Created attachment 55844 [details] Wine fails installation of designspark.exe version 7.0
Not sure what other info you need, but this is a 64 bit Dell Precision T7500 with Windows 7 Pro, and Mint Linux in a VMWare Workstation 12.
You need to upgrade your wine 1.8 or 1.9 series. Anything other is outdaded and you shouldnt use.
The issue is still valid since the bug is still open and I dont remember seeing any commits towards it.
https://bugs.winehq.org/show_bug.cgi?id=36981
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |riamwisnu@gmail.com
--- Comment #14 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 41631 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #15 from winetest@luukku.com --- (In reply to Rosanne DiMesio from comment #14)
*** Bug 41631 has been marked as a duplicate of this bug. ***
Impacts also Xshell 5.0 wine 1.8
https://bugs.winehq.org/show_bug.cgi?id=36981
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #16 from fjfrackiewicz@gmail.com --- *** Bug 42108 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #17 from fjfrackiewicz@gmail.com --- This bug still affects the latest version of the Samsung Kies installer. You can download the latest version here:
downloadcenter.samsung.com/content/SW/201611/20161130144330707/KiesSetup.exe
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #18 from fjfrackiewicz@gmail.com --- (In reply to fjfrackiewicz from comment #17)
This bug still affects the latest version of the Samsung Kies installer. You can download the latest version here:
downloadcenter.samsung.com/content/SW/201611/20161130144330707/KiesSetup.exe
Apologies, that link should be as follows:
http://downloadcenter.samsung.com/content/SW/201611/20161130144330707/KiesSe...
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #19 from fjfrackiewicz@gmail.com --- Created attachment 56629 --> https://bugs.winehq.org/attachment.cgi?id=56629 Wine Staging 2.0-rc2 terminal output
In order to reproduce the crash with the latest version of the Samsung Kies installer you will need the following:
A new 32-bit prefix with vcrun2008 installed via winetricks
Steps to reproduce:
After installing the required vcrun2008 winetrick, run the installer, and observe as it crashes during the "Publishing product information" stage.
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #20 from fjfrackiewicz@gmail.com --- Created attachment 56630 --> https://bugs.winehq.org/attachment.cgi?id=56630 Wine Staging 2.0-rc2 backtrace for Samsung Kies installer
The backtrace of the crash for the Samsung Kies installer.
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #21 from Louis Lenders xerox.xerox2000x@gmail.com --- *** Bug 39992 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vsteinigeweg@arcor.de
--- Comment #22 from Louis Lenders xerox.xerox2000x@gmail.com --- *** Bug 44678 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ray.amartya300787@gmail.com
--- Comment #23 from Louis Lenders xerox.xerox2000x@gmail.com --- *** Bug 39836 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aelfinn@web.de
--- Comment #24 from Zebediah Figura z.figura12@gmail.com --- *** Bug 46659 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #25 from aelfinn@web.de --- After so many years, is there any hope of fixing this? Can one help?
https://bugs.winehq.org/show_bug.cgi?id=36981
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |rpc CC| |z.figura12@gmail.com
--- Comment #26 from Zebediah Figura z.figura12@gmail.com --- The basic cause here is that the program unmarshals a proxy into one STA thread, destroys that thread, and then tries to use the object from a different thread. On Windows this fails with CO_E_OBJNOTCONNECTED, and that's enough to make the Kies installer work. I'm working on a patch.
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #27 from aelfinn@web.de --- @Zebediah: Let me know if I can help test a patch.
https://bugs.winehq.org/show_bug.cgi?id=36981
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dave@davehigton.me.uk
--- Comment #28 from Zebediah Figura z.figura12@gmail.com --- *** Bug 47237 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #29 from aelfinn@web.de --- Is there any way one can help with the development of a patch?
https://bugs.winehq.org/show_bug.cgi?id=36981
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=36981
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ae5f2a8f841118ae43b452f30eb | |438cc0a17a6aa Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #30 from Zebediah Figura z.figura12@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/ae5f2a8f841118ae43b452f30eb438cc0a17a6aa; please file new bugs for any remaining issues.
https://bugs.winehq.org/show_bug.cgi?id=36981
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://downloadcenter.samsu |https://web.archive.org/web |ng.com/content/SW/201405/20 |/20150217105307/http://down |140528143905180/Kies3Setup. |loadcenter.samsung.com/cont |exe |ent/SW/201405/2014052814390 | |5180/Kies3Setup.exe
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #31 from aelfinn@web.de --- Awesome! Thank you! :)
Is there any way to tell which version of Wine already contains the patch?
https://bugs.winehq.org/show_bug.cgi?id=36981
--- Comment #32 from Zebediah Figura z.figura12@gmail.com --- (In reply to aelfinn from comment #31)
Awesome! Thank you! :)
Is there any way to tell which version of Wine already contains the patch?
You can compile Wine from source, or wait for 4.9 to be released in two days.
https://bugs.winehq.org/show_bug.cgi?id=36981
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #33 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.9.
https://bugs.winehq.org/show_bug.cgi?id=36981
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marie.mahne@gmail.com
--- Comment #34 from Anastasius Focht focht@gmx.net --- *** Bug 47924 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36981
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alfeno@gmail.com
--- Comment #35 from Anastasius Focht focht@gmx.net --- *** Bug 45275 has been marked as a duplicate of this bug. ***