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)
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
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.