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
- NullReferenceException is thrown and UI builder breaks when using a USS class with "transition-property: none"
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
Add comment