http://bugs.winehq.org/show_bug.cgi?id=12454
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msvcrt |msvcp Summary|iriver plus 3 doesn't start |iriver plus 3 doesn't | |start, missing | |?sh_read@filebuf@@2HB | |export in msvcirt
--- Comment #10 from Andrew Nguyen arethusa26@gmail.com 2011-04-20 23:36:28 CDT --- Tracing reveals:
0009:Call KERNEL32.LoadLibraryA(009d8afc "MSVCIRT.dll") ret=009d7d60 0009:Ret KERNEL32.LoadLibraryA() retval=68990000 ret=009d7d60 0009:Call KERNEL32.GetProcAddress(68990000,009ca517 "??0ifstream@@QAE@XZ") ret=009d7d7e 0009:Ret KERNEL32.GetProcAddress() retval=6899d6d4 ret=009d7d7e 0009:Call KERNEL32.GetProcAddress(68990000,009ca52c "?sh_read@filebuf@@2HB") ret=009d7d7e 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=009d7d7e 0009:Ret PE DLL (proc=0x9d7c10,module=0x820000 L"iClassM.dll",reason=PROCESS_ATTACH,res=0x1) retval=0 0009:Call PE DLL (proc=0x9d7c10,module=0x820000 L"iClassM.dll",reason=PROCESS_DETACH,res=0x1) 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x91d20e ip=0091d20e tid=0009
Therefore, this is really an issue with msvcirt rather than msvcrt.