Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.0b1
Issue ID
1079734
Regression
No
Unable to enter Play Mode and Console is constantly throwing NullReferenceException errors after opening project
How to reproduce:
1. Download and open attached "NavMesh_Bug2" project
2. Change Layout of Editor
3. Observe Console and enter Play Mode
Expected result: Console is empty of errors and Editor enters Play Mode
Actual result: Console is filled with errors and Editor does not enter Play Mode
Reproduced with: 2018.3.0b1
Main error:
NullReferenceException: Object reference not set to an instance of an object
at System.Text.RegularExpressions.FactoryCache+Key.Equals (System.Object o) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.MRUList.Use (System.Object o) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.FactoryCache.Add (System.String pattern, RegexOptions options, IMachineFactory factory) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.InitNewRegex () [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.Init () [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex..ctor (System.String pattern, RegexOptions options) [0x00000] in <filename unknown>:0
at UnityEditor.Scripting.Compilers.MonoCSharpCompilerOutputParser..cctor () [0x00000] in C:\buildslave\unity\build\Editor\Mono\Scripting\Compilers\MonoCSharpCompilerOutputParser.cs:7
Notes: Reopening project fixes the issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
Add comment