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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
facemao3
Feb 27, 2018 09:13
get this bug too.
plz fix this...