Бутылка buh/sbis/2.4.42 в контейнере eterhack. WINE@Etersoft: 2.0.0-eter0.3/1 В консоли: wine: Call from 0x7b83a906 to unimplemented function msvcp90.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting
Проблему можно обойти, установив vcrun2008.
Доработка msvcp90 для данного бага скорее всего задача не очень простая. При этом вместе с СБиС++ устанавливается необходимая dll. Просто алгоритм поиска таков, что в первую очередь рассматривается входящая в состав wine dll из windows/winsxs: If an isolated application specifies an assembly dependency, side-by-side first searches for the assembly among the shared assemblies in the WinSxS folder. If the required assembly is not found, side-by-side then searches for a private assembly installed in a folder of the application's directory structure. http://msdn.microsoft.com/en-us/library/aa374224%28VS.85%29.aspx Сделал хак для СБиС++, чтобы поиск начинался с директории программы.
принято