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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
Resolution Note (fix version 2020.2):
Editor: Fix ArgumentNullException thrown threw on clicking About Unity