http://bugs.winehq.org/show_bug.cgi?id=5245
------- Additional Comments From a_villacis@palosanto.com 2006-28-06 12:52 ------- I confirmed the crash back at home. However, this does not seem to be related to any oleaut32 bug, since (1) no oleaut32 function reported DISP_E_OVERFLOW, and (2) using a native oleaut32.dll has no effect - the overflow crash keeps happening. Item (2) probably rules out any mis-conversion to a data type of insufficient length. A very wild guess would be that a numeric operation outside of oleaut32 is overflowing, and Windows normally does not signal an overflow for it, but wine does. I need to check with the debugger.