Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0f3
Issue ID
935148
Regression
No
NullReferenceException is thrown TimeZoneInfo in some TimeZones
Reproduction steps:
1. Change your time zone to UTC +8 (Philippines)
2. Open "unity-timezoneinfo-bug.zip" project
3. Open the "Main" Scene
4. Enter Play mode
Expected Result: No errors should appear
Actual Result: NullReferenceExpection is thrown
Reproduced with: 2017.3.0a2, 2017.2.0b5, 2017.1.0p2, 5.6.3f1, 5.5.4p2
Note:
Error on Windows 10:
TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.
System.TimeZoneInfo.get_Local ()
MainScript.Start () (at Assets/MainScript.cs:7)
Error on Mac (10.12.2):
NullReferenceException: Object reference not set to an instance of an object
Is only thrown on some TimeZones //System.TimeZoneInfo.GetApplicableRule(DateTime dateTime)
System.TimeZoneInfo.IsInvalidTime(DateTime dateTime)
System.TimeZoneInfo.IsDaylightSavingTime(DateTime dateTime)
System.TimeZoneInfo.GetUtcOffset(DateTime dateTime)
MainScript.Start () (at Assets/MainScript.cs:7)
You can fix this error by setting the Time zone to, for e.g., UTC +2 (Vilnius) (Works only for Mac)
For Mac, where you put the pin for the TimeZone can determine if the error is thrown or not, very random though
Happens in Countries:
Philippines
Brazil
Moscow
etc.
Doesn't Happen in:
Lithuania
Greenland
USA
etc.
Update: Using the 4.6 mono runtime and classlibs fixes this issue.
Comments (5)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
facemao3
Feb 27, 2018 09:13
get this bug too.
plz fix this...