Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4
2019.4.9f1
2020.1
2020.2
Issue ID
1276971
Regression
No
Crash on mono_jit_runtime_invoke when opening project that has multiple plugins with the same DLL names
Reproduction steps:
1. Open user's attached project
-- observe crash
Reproducible with: 2018.4.27f1, 2019.4.10f1, 2020.1.6f1, 2020.2.0b3
Note:
-With 2020.2.0b3 the project imports forever and Unity has to be force closed from the Task Manager
-Example of errors thrown before the crash:
Multiple plugins with the same name 'comhost' (found at 'Assets/dotnet/packs/Microsoft.NETCore.App.Host.win-arm/3.1.7/runtimes/win-arm/native/comhost.dll' and 'Assets/dotnet/packs/Microsoft.NETCore.App.Host.win-x86/3.1.7/runtimes/win-x86/native/comhost.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
Won't fix: Issue affects very few users and it's hard to pinpoint the cause of this.