http://bugs.winehq.org/show_bug.cgi?id=30566
Bug #: 30566 Summary: .NET 4.5 (beta) installer: native assembly generation fails due to unimplemented function KERNEL32.dll.FlushProcessWriteBuffers Product: Wine Version: 1.5.3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
native assembly generation fails during .NET 4.5 (beta) installation.
Prerequisite 'winetricks -q dotnet40 win7'
I used 'dotnet40' to clean up Mono artefacts from WINEPREFIX (otherwise it requires similar winetricks recipe which doesn't exist yet).
--- snip --- 00f0:trace:process:create_process_impl app L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe" cmdline L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 94 -InterruptEvent 0 -NGENProcess 6c -Pipe 7c -Comment "NGen Worker Process"" ... 00f4:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll", 0x1050000) stub! 00f4:trace:loaddll:load_native_dll Loaded L"C:\windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll" at 0x4460000: native 00f4:fixme:shell:URL_ParseUrl failed to parse L"System" 00f4:fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" 00f4:fixme:shell:URL_ParseUrl failed to parse L"System.Xml" 00f4:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc4bdea ip=7bc4bdea tid=00f4 00f4:trace:seh:raise_exception info[0]=0166da48 00f4:trace:seh:raise_exception info[1]=0166ef86 wine: Call from 0x7bc4bdea to unimplemented function KERNEL32.dll.FlushProcessWriteBuffers, aborting 00f4:trace:seh:call_vectored_handlers calling handler at 0x11e329f code=80000100 flags=1 00f4:trace:seh:call_vectored_handlers handler at 0x11e329f returned 0 00f4:trace:seh:call_stack_handlers calling handler at 0x1567e30 code=80000100 flags=1 --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/ms683148%28v=vs.85%2...
That's a low hanging fruit for you ;-)
Regards