https://bugs.winehq.org/show_bug.cgi?id=35471
Bug ID: 35471 Summary: Telepone (MTSP FIM) needs msvcr100.dll._CreateFrameInfo Product: Wine Version: 1.7.11 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Classification: Unclassified
Hello folks,
continuation of bug 35468
Prerequisite: 'winetricks -q dotnet40' (or Mono)
--- snip --- $ wine ./Telepone.exe ... wine: Call from 0x7b83a977 to unimplemented function msvcr100.dll._CreateFrameInfo, aborting
Unhandled Exception: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> <CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load during appdomain initialization. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception. at _CreateFrameInfo(FrameInfo* , Void* ) at ___CxxRegisterExceptionObject(Void* ppExcept, Void* pStorage) at __ExceptionPtr._CopyException(shared_ptr<__ExceptionPtr>* , Void* __unnamed000, _s_ThrowInfo* __unnamed001, Boolean normal) at __ExceptionPtr._InitBadAllocException(shared_ptr<__ExceptionPtr>* ) at ?A0xb75825f4.??__E?m_badAllocExceptionPtr@__ExceptionPtr@@$$Q0V?$shared_ptr@V__ExceptionPtr@@@tr1@std@@A@@YMXXZ() at _initterm_m((fnptr)* pfbegin, (fnptr)* pfend) at <CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(LanguageSupport* ) at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport* ) at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* ) --- End of inner exception stack trace --- at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* ) at .cctor() --- End of inner exception stack trace --- --- snip ---
$ sha1sum Telepone.zip c0bd5906c692a3eedadd3836a5222b6b3af77b83 Telepone.zip
$ du -sh Telepone.zip 1.1M Telepone.zip
$ wine --version wine-1.7.11-275-ge0024ff
Regards