Search Issue Tracker
By Design
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.1.3f1
2019.2.0a1
2019.3.0a1
Issue ID
1157129
Regression
No
[IL2CPP] Build fails when processing a .dll plugin
How to reproduce:
1. Open the attached project ("case_1157129-IL2CPP_WebGL_compile_bug_report.zip")
2. Try making a build with IL2CPP
Expected results: the build builds successfully
Actual results: The build fails with "il2cpp.exe did not run properly!" exception
Reproducible with: 2018.4.3f1, 2019.1.8f1, 2019.2.0b7, 2019.3.0a7
Couldn't test with 2017.4 as it does not support IL2CPP backend for standalone
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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note:
It looks like an assembly in this project has invalid IL code. IL2CPP cannot convert assemblies with invalid IL code.