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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.