Search Issue Tracker
Fixed in 2017.2.0f3
Votes
1
Found in
5.3.4p5
Issue ID
808347
Regression
No
[Android][IL2CPP] Compiler crash on Windows
Reproduction steps:
1) Open "testProject.zip" project
2) Make sure "Scripting Backend" set to IL2CPP
3) Try building project for Android. IMPORTANT: Build fails only on Windows!
Actual result:
Unable to build (4 errors in console, watch screenshot)
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
- “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
JoshPeterson
Apr 28, 2017 13:10
We have tracked down the cause of this issue to a crash in the C++ compiler that ships with the Android NDK version r10e. Internally we have updated IL2CPP to use version r13b, where this crash is corrected. The update to r13b should be available in the 2017.1 and 5.6 releases of Unity, although I'm not sure yet when it will be released.