http://bugs.winehq.org/show_bug.cgi?id=31127
Bug #: 31127 Summary: .NET Framework 4.5 RC Runtime Optimization Service needs kernel32.dll WerSetFlags stub Product: Wine Version: 1.5.8 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,
as it says ...
$ WINEDEBUG=+tid,+seh,+relay wine net start clr_optimization_v4.0.30319_32 >> log.txt 2>&1
--- snip --- ... 000f:Call KERNEL32.CreateProcessW(00000000,00119d28 L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe",00000000,00000000,00000000,00000400,00540000,00000000,0033fc68,0033fcac) ret=7ed925fc ... 0013:Call KERNEL32.__wine_kernel_init() ret=7bc5337a 000f:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7ed925fc ... 0013:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc4c092 ip=7bc4c092 tid=0013 0013:trace:seh:raise_exception info[0]=00413a5c 0013:trace:seh:raise_exception info[1]=00414186 wine: Call from 0x7bc4c092 to unimplemented function KERNEL32.dll.WerSetFlags, aborting 0013:trace:seh:call_stack_handlers calling handler at 0x40f40d code=80000100 flags=1 --- snip ---
$ du -sh dotNetFx45_Full_x86_x64.exe 49M dotNetFx45_Full_x86_x64.exe
$ sha1sum dotNetFx45_Full_x86_x64.exe f55fd7623f3b7110622b37db85042a6dad7228ff dotNetFx45_Full_x86_x64.exe
$ wine --version wine-1.5.8
Regards