http://bugs.winehq.org/show_bug.cgi?id=27318
Summary: OpenGL 2.0 Shading Language Terrain Texturing Demo crashes on unimplemented function msvcp100.dll.??0?$basic_istream@DU?$char_traits@D@std@ @@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@ @@1@_N@Z Product: Wine Version: 1.3.21 Platform: x86 URL: http://www.dhpoware.com/downloads/GLSLTerrainTexturing .zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: andrew.millington@gmail.com
Following http://source.winehq.org/patches/data/74660 of which fixes bug #26674.
Without msvcp100
wine: Call from 0x7b839bb2 to unimplemented function msvcp100.dll.??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z, aborting
With msvcp100
It works.