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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Resolution Note (fix version 2020.2):
Editor: Fix ArgumentNullException thrown threw on clicking About Unity