http://bugs.winehq.org/show_bug.cgi?id=16208 --- Comment #20 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-11-27 07:23:23 CST --- With current git wine it fails with some jscript problem I believe, it looks like: - application builds a time string as 'YYYY/MM/DD 00:00' where DD is a day of the week apparently came from date.getDay(); - after that it uses Date.parse() for this string. After that I see: --- 0009:err:ole:ITypeInfo_fnInvoke failed to convert param 2 to VT_I4 from VT_R8 --- that could be related. So I'm not sure if getDay is supposed to return weekday or normal month day in a first place. Native jscript makes it further and fails in a different place after that (and there's no oleaut32 failure with a native one). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.