http://bugs.winehq.org/show_bug.cgi?id=35657
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|-unknown |msvcrt Summary|Anthem Room Correction 2 |Anthem Room Correction 2 |v1.0.1: fatal exception |v1.0.1 crashes on |when attempting to take |unimplemented function |measurements |msvcr110.dll.__CxxException | |Filter when attempting to | |take measurements Ever confirmed|0 |1
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Tristan,
--- snip --- fixme:mmdevapi:AEV_GetVolumeRange stub wine: Call from 0x7b83bb95 to unimplemented function msvcr110.dll.__CxxExceptionFilter, aborting --- snip ---
The invocation of unimplemented exception filter function (wrapper for SEH -> C++ exception conversion) is probably caused the AEV_GetVolumeRange stub which returns E_NOTIMPL.
Similar to bug 34841 which is about unimplemented msvcr90.dll.__CxxExceptionFilter
Regards