https://bugs.winehq.org/show_bug.cgi?id=34841
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Garmin BaseCamp 4.1.2 needs |Multiple applications crash |unimplemented function |on unimplemented function |msvcr90.dll.__CxxExceptionF |msvcr90.dll.__CxxExceptionF |ilter for failure handling |ilter (Garmin BaseCamp | |4.1.2, Visual Studio 2008 | |installer)
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
Visual Studio 2008 installer is also affected by this.
Download: http://download.microsoft.com/download/8/1/d/81d3f35e-fa03-485b-953b-ff952e4...
Prerequisite:
* .NET Framework 3.5 -> 'winetricks -q dotnet35' * workaround bug 29354
Terminal:
--- snip --- ... fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualStudio.TextManager.Interop" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualStudio.OLE.Interop" fixme:shell:URL_ParseUrl failed to parse L"Accessibility" fixme:shell:URL_ParseUrl failed to parse L"Microsoft.SharePoint.WorkflowActions" wine: Call from 0x7b83b1d3 to unimplemented function msvcr90.dll.__CxxExceptionFilter, aborting fixme:imm:ImmDisableIME (-1): stub fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of other threads ... fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Visual Studio"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000ee,0x3009b09c,0x69c614): stub err:eventlog:ReportEventW L"clr20r3" err:eventlog:ReportEventW L"devenv.exe" err:eventlog:ReportEventW L"9.0.21022.8" err:eventlog:ReportEventW L"47317b3d" err:eventlog:ReportEventW L"mscorlib" err:eventlog:ReportEventW L"2.0.0.0" err:eventlog:ReportEventW L"4889dc80" err:eventlog:ReportEventW L"1c89" err:eventlog:ReportEventW L"b" err:eventlog:ReportEventW L"system.io.filenotfoundexception" err:eventlog:ReportEventW L"NIL" fixme:advapi:DeregisterEventSource (0xcafe4242) stub --- snip ---
Trace log:
--- snip --- ... 00a5:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0033f524) ret=79eda91c 00a5:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83b1d3 ip=7b83b1d3 tid=00a5 00a5:trace:seh:raise_exception info[0]=80070002 00a5:trace:seh:raise_exception eax=7b826e65 ebx=7b8be000 ecx=80070002 edx=0033f464 esi=0033f504 edi=0033f4d0 00a5:trace:seh:raise_exception ebp=0033f4a8 esp=0033f444 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 00a5:trace:seh:call_vectored_handlers calling handler at 0x3000787b code=e0434f4d flags=1 00a5:trace:seh:call_vectored_handlers handler at 0x3000787b returned 0 00a5:trace:seh:call_stack_handlers calling handler at 0x79f908a2 code=e0434f4d flags=1 00a5:Call msvcr80._except_handler4_common(7a3b3240,79e72037,0033f450,0033f53c,0033f0e0,0033efbc) ret=79f908c1 ... 00a5:Call KERNEL32.RaiseException(80000100,00000001,00000002,0033e5dc) ret=7ebf2a61 00a5:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83b1d3 ip=7b83b1d3 tid=00a5 00a5:trace:seh:raise_exception info[0]=7ebf2ea0 00a5:trace:seh:raise_exception info[1]=7ebf31a4 wine: Call from 0x7b83b1d3 to unimplemented function msvcr90.dll.__CxxExceptionFilter, aborting 00a5:trace:seh:call_vectored_handlers calling handler at 0x3000787b code=80000100 flags=1 00a5:trace:seh:call_vectored_handlers handler at 0x3000787b returned 0 00a5:trace:seh:call_stack_handlers calling handler at 0x79edc3bc code=80000100 flags=1 ... 00af:Call usp10.ScriptItemize(00463130 L"Microsoft Visual Studio has encountered a problem and needs to close.\r",00000046,00000010,0069829c,0069829a,006982a4,006982a0) ret=7ac48327 --- snip ---
$ sha1sum VS2008ProEdition90dayTrialENUX1435622.iso bf671c81c0d097f4261b232c80b38bd9549294b0 VS2008ProEdition90dayTrialENUX1435622.iso
$ du -sh VS2008ProEdition90dayTrialENUX1435622.iso 3.4G VS2008ProEdition90dayTrialENUX1435622.iso
$ wine --version wine-1.7.31-99-g5ecea72
Regards