http://bugs.winehq.org/show_bug.cgi?id=15804
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2009-04-13 09:43:25 --- Hello,
looks like a different issue than original esperanto one. Wine doesn't handle alternate calendar types for a locale yet, e.g. CAL_ICALINTVALUE and friends which lets collection of native culture data fail.
--- snip --- ... 0009:Call KERNEL32.EnumCalendarInfoW(7a296ad3,00000494,ffffffff,a0000001) ret=7a29b564 0009:fixme:time:GetCalendarInfoW flag CAL_NOUSEROVERRIDE used, not fully implemented 0009:fixme:time:GetCalendarInfoW Unimplemented caltype 1 0009:Ret KERNEL32.EnumCalendarInfoW() retval=00000000 ret=7a29b564 ... <lots of trace output later> 0009:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0032f214) ret=79f97065 0009:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b84386b ip=0x7b84386b tid=0009 0009:trace:seh:raise_exception info[0]=80070057 0009:trace:seh:raise_exception eax=7b82ca2d ebx=7b8c2bf8 ecx=00000000 edx=0032f1f4 esi=0032f1f4 edi=0032f170 0009:trace:seh:raise_exception ebp=0032f158 esp=0032f0f4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000246 0009:trace:seh:call_vectored_handlers calling handler at 0x6ebf5e22 code=e0434f4d flags=1 0009:trace:seh:call_vectored_handlers handler at 0x6ebf5e22 returned 0 0009:trace:seh:call_vectored_handlers calling handler at 0x7b8408f7 code=e0434f4d flags=1 0009:trace:seh:call_vectored_handlers handler at 0x7b8408f7 returned 0 0009:trace:seh:call_stack_handlers calling handler at 0x79f9a3c8 code=e0434f4d flags=1 ... --- snip ---
See MSDN for info: http://msdn.microsoft.com/en-us/library/aa912932.aspx
Regards