http://bugs.winehq.org/show_bug.cgi?id=28924
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |NEW URL| |http://www.microsoft.com/vi | |sualstudio/en-us/products/2 | |010-editions CC| |focht@gmx.net Depends on| |29676, 18640 Summary|"Unknown error" message at |Visual Studio 2010 fails to |Visual Studio 2010 startup |start Ever Confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net 2012-03-09 18:25:57 CST --- Hello,
confirming, needs 'winetricks dotnet20 dotnet40' prerequisite.
First showstopper is bug 29676 (.NET 4.0 runtime fails to initialize MediaSystem subsystem due to rpcrt4.dll RpcMgmtIsServerListening being a stub)
--- snip --- 002b:Call rpcrt4.RpcMgmtIsServerListening(002078e8) ret=561d99db 002b:fixme:rpc:RpcMgmtIsServerListening (0x2078e8): stub 002b:Ret rpcrt4.RpcMgmtIsServerListening() retval=000006a6 ret=561d99db ... 002b:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032ea94) ret=79084c0f 002b:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b8392a7 ip=7b8392a7 tid=002b 002b:trace:seh:raise_exception info[0]=19930520 002b:trace:seh:raise_exception info[1]=0032eac0 002b:trace:seh:raise_exception info[2]=5625e764 002b:trace:seh:raise_exception eax=7b8262d1 ebx=7b8a96a8 ecx=19930520 edx=0032e9a4 esi=0032ea80 edi=0032ea00 002b:trace:seh:raise_exception ebp=0032e9e8 esp=0032e984 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 002b:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c code=e06d7363 flags=1 ... 002b:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b8392a7 ip=7b8392a7 tid=002b 002b:trace:seh:raise_exception info[0]=800706a6 002b:trace:seh:raise_exception info[1]=00000000 002b:trace:seh:raise_exception info[2]=00000000 002b:trace:seh:raise_exception info[3]=00000000 002b:trace:seh:raise_exception info[4]=79140000 002b:trace:seh:raise_exception eax=7b8262d1 ebx=7b8a96a8 ecx=79140000 edx=0032ec58 esi=0032ed2c edi=0032eca0 002b:trace:seh:raise_exception ebp=0032ec88 esp=0032ec24 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 002b:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c code=e0434352 flags=1 ... 002b:Call KERNEL32.RaiseException(e0434352,00000001,00000005,0032f078) ret=791cac08 002b:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b8392a7 ip=7b8392a7 tid=002b 002b:trace:seh:raise_exception info[0]=80131604 002b:trace:seh:raise_exception info[1]=00000000 002b:trace:seh:raise_exception info[2]=00000000 002b:trace:seh:raise_exception info[3]=00000000 002b:trace:seh:raise_exception info[4]=79140000 002b:trace:seh:raise_exception eax=7b8262d1 ebx=7b8a96a8 ecx=79140000 edx=0032ef68 esi=0032f034 edi=0032efb0 002b:trace:seh:raise_exception ebp=0032ef98 esp=0032ef34 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 002b:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c code=e0434352 flags=1 ... 002b:Call oleaut32.SysAllocStringLen(016566d0 L"Exception has been thrown by the target of an invocation.",00000039) ret=793c87f2 ... --- snip ---
It runs then into bug 18640 (.NET 3.0 WPF MILCore (Media Integration Layer) requires IDirect3D9Ex for HW accelerated support)
--- snip --- fixme:win:EnumDisplayDevicesW ((null),0,0x61ce2d4,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x61ce560,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),1,0x61ce560,0x00000000), stub! fixme:d3d9:IDirect3D9ExImpl_GetAdapterDisplayModeEx iface 0x1f7360, adapter 0, mode 0x1f62fc, rotation 0x1f6314 stub! err:ntdll:vDbgPrintExWithPrefix 63: MIL FAILURE: Unexpected HRESULT 0x80004001 in caller: Could not create display set. fixme:win:EnumDisplayDevicesW ((null),0,0x61ce18c,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x61ce418,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),1,0x61ce418,0x00000000), stub! fixme:d3d9:IDirect3D9ExImpl_GetAdapterDisplayModeEx iface 0x1face0, adapter 0, mode 0x1f254c, rotation 0x1f2564 stub! err:ntdll:vDbgPrintExWithPrefix 63: MIL FAILURE: Unexpected HRESULT 0x80004001 in caller: The render thread failed unexpectedly. --- snip ---
The IDE needs a working WPF subsystem.
$ wine --version wine-1.4-78-g94953f1
Regards