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
- "No HDR monitor detected." warning is shown in the Rendering Debugger even when the Editor is on HDR-enabled monitor
- Shader Graph Enum Keyword Default Value changes after reordering Entries
- Light Explorer throws “ArgumentException” error when disabling all columns from the Multi-column panel context menu
- "Freeze Camera For Culling" options are inconsistent between the Game view overlay and Rendering Debugger window
- Crash on GetOriginalSourceOrVariantRoot when creating a scene from a specific template
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.