Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.2.15f1
2018.3.0a1
Issue ID
1100751
Regression
No
Obscure error is displayed which fails script compilation, but no information is displayed about the cause of the error
Reproduction steps:
1. Open "Repro" project
2. See Error
3. Clear the Errors
4. Select "Main Camera" in "Main" scene
5. See the Script "Nothing Selected" which isn't loaded due to compile errors, but there are no errors
Expected Result: An appropriate error should be outputted which shows what the compilation issue is caused by and where to find it
Actual Result: An obscure Error is displayed
Reproduced with: 2018.3.0a11, 2017.4.17f1
Did not reproduce on: 2019.1.0a12, 2018.3.1f1, 2018.3.0b1
Error:
"InvalidOperationException: Sequence contains no matching element System.Linq.Enumerable.Single[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate)"
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
- "Reflection Probe" borders disappear when interacting with the UI in the Inspector and one of the Reflection Probe editing tools is selected during the Baking process
- RenderGraph ContextData buffer leaks in IL2CPP when using Native Leak Detection
- Caret in "Add Default Preset" text field is vertically misaligned in Preset Manager
- Unused separation line is present at the bottom of the create GameObject sub menu when right clicking Scene in the Hierarchy
- Text cursor and text highlighting is misaligned and cut off in the search bar when typing something and highlighting text in the "Add Default Preset" window
Resolution Note (2019.1.X):
I have been investigating this bug and I found out that DevXUnityObfuscatorProU523 tool is screwing up Unity compilation pipeline internal code through reflection. Since this tool is modifying Unity internal code that it shouldn't be modified by users we will not take any action on this problem.