Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3
2019.3.11f1
Issue ID
1242044
Regression
No
[IL2CPP] Build failure when using Il2CppCompilerConfiguration.Master and Architecture x86
How to reproduce:
1. Open attached project "794491_ProjectWilsonRepro.zip"
2. In Project settings open Player -> Other Settings -> Configuration
3. Set "Scripting Backend" to "IL2CPP"
4. Set "C++ Compiler Configuration" to "Master"
5. In Build Settings, select "x86" Architecture
6. Press "Build" button
7. Observe the Console window after the standalone is built (this takes around 10-20minutes)
Expected result: the build is successful
Actual result: the build is failed
Reproducible with: 2019.3.14f1
Could not test with: 2018.4.23f1 (unsuccessful downgrade of a large project with multiple errors), 2020.1.0b9, 2020.2.0a11 (UnityWebRequest obsolete and deprecated errors)
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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Resolution Note:
This looks like a bug in the Microsoft linker. To work around it, don't use the Master build configuration with this project.