Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0f3
Issue ID
979304
Regression
No
[IL2CPP] Build fails when specific dll files are in the project
To reproduce:
1. Download and open attached "UnityInterpreter.zip" project.
2. Change build target to something that supports IL2CPP (android for example).
3. Set scripting backed to IL2CPP.
4. Build the project.
Expected result: Project successfully builds without any errors.
Actual result: Project is not built. Following 3 errors appear in the console:
- IL2CPP error for method 'IronPython.Runtime.List IronPython.Modules.Builtin::range(IronPython.Runtime.CodeContext,System.Object,System.Object,System.Object)' in assembly...
- Failed running E:\Unity Installations\2017.2\2017.2.1p1_edf5bdf50eb0\Editor\Data\il2cpp/build/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --development-mode --compile-cpp --libil2cpp-static --platform="Android" --architecture="ARMv7" --configuration="Release"...
- Exception: E:\Unity Installations\2017.2\2017.2.1p1_edf5bdf50eb0\Editor\Data\il2cpp/build/il2cpp.exe did not run properly!
Reproduced with: 2018.1.0b1, 2017.3.0f3, 2017.2.1p1, 2017.1.2p4, 5.6.5f1.
Notes: Does not reproduce with Mono scripting backend. Issue seems to be caused by "PythonInterpreter" plugin.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment