http://bugs.winehq.org/show_bug.cgi?id=29518
Bug #: 29518 Summary: Trimble Planning installer hangs Product: Wine Version: 1.0.1 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Trying to reproduce bug 19090, I noticed the app's installer always hangs when it gets to the actual installation part.
$ wget 'http://trl.trimble.com/dscgi/ds.py/Get/File-421084/SetupPlanning%20(2-8).exe' $ rm -rf ~/.wine $ wine SetupPlanning%20(2-8).exe
outputs ... fixme:storage:create_storagefile Storage share mode not implemented. err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should have been 0x3a0000003b err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self err:richedit:ReadStyleSheet skipping optional destination err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should have been 0x3a0000003b err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
Same thing with version 2.9 of that software (the latest).
Workaround: run with WINEDEBUG=+relay and redirect to a file. It's worked for me 2 out of 2 tries. Install is very quick with this.