Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0a6
Issue ID
896503
Regression
Yes
[Compilation-Pipeline] If project has "UNetWeaver error" then NullReferenceException appears in Console
Regression - doesn't happen in 5.6.0f3
How we can reproduce it using the example you attached
1 Open attached project
Actual result:
3 "UNetWeaver error"-s appear in Console (expected), and there is 4-th error - NullReferenceException:
"NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Scripting.ScriptCompilation.EditorCompilation.TickCompilationPipeline () (at C:/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilation/EditorCompilation.cs:550)
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface.TickCompilationPipeline () (at C:/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilation/EditorCompilationInterface.cs:135)"
Expected result:
there should not be NullReferenceExceptions
Comments (1)
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
- Converting empty groups along with nodes into a subgraph prevents subgraph creation and throws errors
- Information box is pushed up when resizing the Visual Element located in the upper part of UI Document
- Transparent objects cannot receive shadows from Point Light when Rendering Path is set to "Deferred" and there is Spot Light in the Scene
- ScriptUpdater does not work correctly when Chinese(Simplified) language support is enabled and compiler messages are localized
- Crash on VFXValueWrapper::GetTexture when reimporting texture in use by out of bounds VFX
hippogames
Oct 22, 2017 14:55
The same problem appeared with no reason. Updating to 2017.2, deleting Library and Restarting OS didn't help.