[Bug 18991] Sims 3 crash loading a Town

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 16 13:58:04 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18991





--- Comment #58 from Otto Rey <otto_rey at yahoo.com.ar>  2009-08-16 13:57:56 ---
Mono code (\mono\metadata\icall.c) call to GetTimeZoneInformation before call
to SystemTimeToFileTime:

TIME_ZONE_INFORMATION tz_info;
...
tz_id = GetTimeZoneInformation (&tz_info);
...
err = SystemTimeToFileTime (&tz_info.StandardDate, &ft);
...
err = SystemTimeToFileTime (&tz_info.DaylightDate, &ft);
...


Maybe that helps.

-- 
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.



More information about the wine-bugs mailing list