> > > wine: Call from 0x2ad579a92b38 to unimplemented function msvcrt.dll.??2@YAPEAX_K@Z, aborting > wine: Unimplemented function msvcrt.dll.??2@YAPEAX_K@Z called at address 0x2ad579a92b38 (thread 0018), starting debugger... > Unhandled exception: unimplemented function msvcrt.dll.??2@YAPEAX_K@Z called in 32-bit code (0x00002ad579a92b38). > Register dump: > rip:00002ad579a92b38 rsp:00002ad57fd4e350 rbp:00002ad57fd4e620 eflags:00000206 ( - 00 - -IP1) > According to google (for example http://www.koders.com/cpp/fid70DEE23305AB1B400EBD2289FAC31577F493F00D.aspx?s=md5) this unmangles to the 64-bit version of the new-operator. I'd suggest you open a bug report for this bug, as it looks like it needs to be implemented in wine's msvcrt after all