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