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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
It looks like an assembly in this project has invalid IL code. IL2CPP cannot convert assemblies with invalid IL code.