http://bugs.winehq.org/show_bug.cgi?id=29742
Bug #: 29742 Summary: Microsoft .NET Framework 4.5 Developer Preview installer crashes due to missing "wevtapi.dll" Product: Wine Version: 1.4-rc1 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
Microsoft .NET Framework 4.5 Developer Preview crashes due to missing "wevtapi.dll"
You need to set WinVer to "Windows 7" before running installer.
--- snip --- 002c:Call KERNEL32.LoadLibraryW(0084d4b8 L"C:\windows\System32\wevtapi.dll") ret=1004816b 002c:Ret KERNEL32.LoadLibraryW() retval=00000000 ret=1004816b ... 002c:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,00cec264) ret=1008c0cb 002c:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b839297 ip=7b839297 tid=002c 002c:trace:seh:raise_exception info[0]=19930520 002c:trace:seh:raise_exception info[1]=00cec290 002c:trace:seh:raise_exception info[2]=100a7f84 002c:trace:seh:raise_exception eax=7b8262d1 ebx=7b8a96a8 ecx=19930520 edx=00cec174 esi=00cec250 edi=00cec1d0 002c:trace:seh:raise_exception ebp=00cec1b8 esp=00cec154 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 002c:trace:seh:call_stack_handlers calling handler at 0x1009f789 code=e06d7363 flags=1 --- snip ---
This dll implements another Windows Event Log API (starting with Windows Vista).
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa385785%28v=vs.85%2...
Download: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=2754...
Regards