Search Issue Tracker
Fixed in 5.3.4
Votes
0
Found in
5.3.2p2
Issue ID
769880
Regression
No
Script updater fails to run to completion when updating Boo scripts
How to reproduce:
1. Open attached project
2. Allow the API Updater to run
- Note an error occurs:
APIUpdater encountered some issues and was not able to finish.
System.NullReferenceException: Object reference not set to an instance of an object
at BooUpdater.BooDocument.FindNext (Boo.Lang.Compiler.Ast.LexicalInfo start, Char c) [0x00000] in <filename unknown>:0
at BooUpdater.LastArgumentPositionResolver.FindPositionAfter (Boo.Lang.Compiler.Ast.LexicalInfo start, Char toBeFound) [0x00000] in <filename unknown>:0
at BooUpdater.LastArgumentPositionResolver.FindPositionAfterClosingParenthesis (Boo.Lang.Compiler.Ast.LexicalInfo start) [0x00000] in <filename unknown>:0
at BooUpdater.LastArgumentPositionResolver.OnMethodInvocationExpression (Boo.Lang.Compiler.Ast.MethodInvocationExpression node) [0x00000] in <filename unknown>:0
at Boo.Lang.Compiler.Ast.MethodInvocationExpression.Accept (IAstVisitor visitor) [0x00000] in <filename unknown>:0
at BooUpdater.LastArgumentPositionResolver.Resolve (BooUpdater.BooDocument document, Boo.Lang.Compiler.Ast.MethodInvocationExpression node) [0x00000] in <filename unknown>:0
at BooUpdater.FixParsedSourceLocations.StartPointFor (BooUpdater.BooDocument document, Boo.Lang.Compiler.Ast.MethodInvocationExpression node) [0x00000] in <filename unknown>:0
- Reproduced in Version 5.4.0b7 (83df6fa5e23f), Version 5.3.2p4 (f3eb2e65f8a2)
- Blocked from testing Version 5.2.4f1 (98095704e6fe) due to script errors
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
- Node Library window sections text in Context folder are not visible when Editor is set to Light Theme
- "Scene Depth Difference" Node has an input Port which is called Position WS, directly referring to the World Space Position, when only the View Space Position can reflect if the object's depth is below or above the Plane
Add comment