Search Issue Tracker
Fixed
Fixed in 1.7.4
Votes
1
Found in [Package]
1.6.1
1.7.3
Issue ID
UVSB-1656
Regression
No
Editor crashes related to AOT stubs when building for IL2CPP
Reproducible on:
- VS version: 1.6.1,
- Editor version: 2021.1.15f1
- Platform: Windows 10
Steps to Reproduce:
- Get the project from the collab tool, please follow this doc to set it up https://docs.google.com/document/d/1ZSWdKStXu9Sp0FOqoaMY8zXfqkcy9bvcY_SYk_5XKC0/edit#
- use the Repro: CreativeJuice (use exactly this one since there is like 3 with some variation of the same name)
- Go to File->Build Settings and select if not selected Standalone builds (Windows, Mac, Linux)
- Click on Player settings and change scripting backend from Mono to IL2CPP
- Click to build
Actual Results:
- Editor Crashed/Close on step: Finding AOT stubs in plugins.
- No crash error log is found
Expected Results:
- Editor should not crash/close on the mentioned step when building.
Note:
- The issue is only reproducible with IL2CPP, if the user build for Mono, the build is successful
!Juice.JPG|thumbnail!
- The issue is not reproducible with VS 1.7.2 or 1.7.3
- According to this thread it seems the issue is not reproducible on mac https://unity.slack.com/archives/C0147DRQFSR/p1627659781005300
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment