http://bugs.winehq.org/show_bug.cgi?id=35056
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-12-05 14:12:30 CST --- Hello Lukasz,
--- quote --- I did as you've told but the log is the same size though. Yes it's 64 bit installer and my wine is WoW compilation. --- quote ---
The log starts with creation of WINEPREFIX again. You must be doing something wrong then.
For example if you filter out 'winemenubuilder' process which is thread id=000d from the log:
--- snip --- $ du -h +relay.txt 9.7M +relay.txt --- snip ---
--- snip --- $ grep -v "000d:" +relay.txt > new_relay.txt
$ du -h new_relay.txt 728K new_relay.txt --- snip ---
and it still contains all necessary information.
Anyway, this seems to be the culprit:
--- snip --- ... 0024:Call KERNEL32.CreateProcessA(00000000,0033f428 "Z:\home\WINEUSER\virtual-drives\1\dsrc\i486_nt\obj\ptcsetup.exe ",00000000,00000000,00000000,00000008,00000000,00000000,0033fc58,0033fc48) ret=004101a8 0024:Ret KERNEL32.CreateProcessA() retval=00000000 ret=004101a8 0024:Call user32.WaitForInputIdle(0033fc60,00015f90) ret=0040aefc 0024:Ret user32.WaitForInputIdle() retval=ffffffff ret=0040aefc 0024:Call KERNEL32.ExitProcess(00000000) ret=0040afdc ... --- snip ---
'ptcsetup.exe' is probably the main installer but it can't be found within your mounted disk/iso image? Can you check if the executable is present somewhere else?
Also run the 'file' command on the executables found so one can see if this 32-bit or 64-bit PE.
Regards