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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.