http://bugs.winehq.org/show_bug.cgi?id=34950
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-11-19 16:58:38 CST --- Hello,
please specify the Wine version.
The installer seems to require .NET Framework 2.0 prerequisite.
Your trace log shows this:
--- snip --- ... 0041:Call KERNEL32.CreateProcessW(015c0ec8 L"C:\Program Files (x86)\Common Files\Microsoft Shared\Help 8\dexplore.exe",015c0f70 L""C:\Program Files (x86)\Common Files\Microsoft Shared\Help 8\dexplore.exe" /setup /log "C:\users\vm\Temp\VS1.tmp"",00000000,00000000,00000001,00000000,00000000,00000000,00f6dba0,00f6db90) ret=50693f11 ... 0043:Call KERNEL32.__wine_kernel_init() ret=7bc5a4c3 0041:Ret KERNEL32.CreateProcessW() retval=00000001 ret=50693f11 ... 0043:Call mscoree.CorBindToRuntimeEx(00000000,00000000,00000000,500bbec0,500bbed0,00339ed0) ret=500bbe7f ... 0043:Call KERNEL32.LoadLibraryW(003395bc L"C:\windows\mono\mono-2.0\bin\libmono-2.0-x86.dll") ret=7e368ed4 ... 0043:Ret mscoree.CorBindToRuntimeEx() retval=00000000 ret=500bbe7f 0043:fixme:mscoree:corruntimehost_Start stub 0x188e70 ... 0043:Call oleaut32.SysFreeString(008ad214 L"") ret=500bbd71 0043:Ret oleaut32.SysFreeString() retval=00000000 ret=500bbd71 0043:Call oleaut32.SysFreeString(0017d5d4 L"Microsoft.VisualStudio.CommonIDE.ResourceLoader") ret=500bbd76 0043:Ret oleaut32.SysFreeString() retval=00000000 ret=500bbd76 0043:Call oleaut32.VariantInit(00339eb4) ret=500bbd84 0043:Ret oleaut32.VariantInit() retval=00000000 ret=500bbd84 0043:trace:seh:raise_exception code=c0000005 flags=0 addr=0x500bbd87 ip=500bbd87 tid=0043 0043:trace:seh:raise_exception info[0]=00000000 0043:trace:seh:raise_exception info[1]=00000000 0043:trace:seh:raise_exception eax=00000000 ebx=00000000 ecx=00189798 edx=00000004 esi=00000000 edi=7e41f7c8 0043:trace:seh:raise_exception ebp=00339edc esp=00339ea0 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210206 0043:trace:seh:call_vectored_handlers calling handler at 0x40cd07 code=c0000005 flags=0 ... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x500bbd87). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:500bbd87 ESP:00339ea0 EBP:00339edc EFLAGS:00210206( R- -- I - -P- ) EAX:00000000 EBX:00000000 ECX:00189798 EDX:00000004 ESI:00000000 EDI:7e41f7c8 Stack dump: 0x00339ea0: 0017d5d4 00339ed8 500638d4 00339f64 0x00339eb0: 00339f6c 00180000 50088757 00186a90 0x00339ec0: 500bba19 0017d5d4 00339f6c 008acca8 0x00339ed0: 00188e70 008acca8 00000000 00339f38 0x00339ee0: 500bbf52 008ad214 00186d74 0017cf9c 0x00339ef0: 500638d4 00339f64 500610d0 00000000 000c: sel=0067 base=00000000 limit=00000000 32-bit --x Backtrace: =>0 0x500bbd87 in msenv (+0xbbd87) (0x00339edc) 1 0x500bbf52 in msenv (+0xbbf51) (0x00339f38) 2 0x500bb725 in msenv (+0xbb724) (0x00339f80) 3 0x50024616 in msenv (+0x24615) (0x00339fd0) 4 0x50024573 in msenv (+0x24572) (0x0033a020) 5 0x00740066 (0x006f0053) 0x500bbd87: movl 0x0(%eax),%ecx Modules: Module Address Debug info Name (104 modules) PE 340000- 34b000 Deferred custsat PE 400000- 42e000 Deferred dexplore PE bd0000- e54000 Deferred mscorlib PE 50000000-508c1000 Export msenv PE 512e0000-513fb000 Deferred msenvui PE 515f0000-51665000 Deferred cmddefui PE 6d500000-6df26000 Deferred libmono-2.0-x86 ... Threads: process tid prio (all id:s are in hex) 00000008 msiexec.exe 00000041 0 00000009 0 ... 00000042 (D) C:\Program Files (x86)\Common Files\Microsoft Shared\Help 8\dexplore.exe 00000045 0 00000044 -1 00000043 0 <== --- snip ---
This looks suspicious:
--- snip --- 00000012 mDNSResponder.exe 0000001b 0 00000019 0 00000013 0 --- snip ---
Don't use the same WINEPREFIX with multiple software installations, it makes problems hard to track down (invalidates bug reports). Please retry installation with a clean (new!) WINEPREFIX and recent Wine.
If it still fails the same way this might be a Mono problem.
With 'winetricks -q dotnet20' in clean 32-bit WINEPREFIX the installer runs fine here.
$ wine --version wine-1.7.6-296-g9a19286
Regards