Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.2.0a13
Issue ID
1250808
Regression
Yes
[IMGUI] ArgumentNullExceptionthrown threw on clicking About Unity
On clicking "About Unity" Button causes the editor to throw ArgumentNullExceptionthrown, refer the attached video.
Steps to repro:
1. Create a new project
2. Help >About Unity
Actual Result:
ArgumentNullExceptionthrown threw on clicking About Unity
Expected Result:
About Unity Window Open without any error
Reproducible on:
2020.2.0a13
Working fine on:
2020.2.0a12, 2020.1.0b10
Environment:
Windows 10 & macOS 10.14
Stack trace
ArgumentNullException: Value cannot be null.
Parameter name: stream
System.IO.StreamReader..ctor (System.IO.Stream stream, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize, System.Boolean leaveOpen) (at <fb001e01371b4adca20013e0ac763896>:0)
System.IO.StreamReader..ctor (System.IO.Stream stream, System.Boolean detectEncodingFromByteOrderMarks) (at <fb001e01371b4adca20013e0ac763896>:0)
System.IO.StreamReader..ctor (System.IO.Stream stream) (at <fb001e01371b4adca20013e0ac763896>:0)
(wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(System.IO.Stream)
UnityEditor.AboutWindowNames.ParseCredits () (at <d302ee0b7fcd4d8184c0fe84f62c3cc1>:0)
UnityEditor.AboutWindowNames.ParseCreditsIfNecessary () (at <d302ee0b7fcd4d8184c0fe84f62c3cc1>:0)
UnityEditor.AboutWindow.OnEnable () (at <d302ee0b7fcd4d8184c0fe84f62c3cc1>:0)
UnityEditor.AboutWindow:ShowAboutWindow()
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note (fix version 2020.2):
Editor: Fix ArgumentNullException thrown threw on clicking About Unity