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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.