Search Issue Tracker
Fixed
Fixed in 2023.1.X, 2023.1.10f1
Votes
1
Found in
2023.1.6f1
Issue ID
UUM-44475
Regression
Yes
Crash on do_runtime_invoke when the Editor is compiling after modifying a script
Reproduction steps:
1. Open the attached project “RiderCompilation”
2. Open the Preferences window (Edit > Preferences) and in the External Tools section make sure that “External Script Editor” has Rider selected
3. Open script “Assets/_Assets/Scripts/Balls/Ball.cs”
4. Modify the script by adding or removing some lines
5. Save the script (Ctrl + S)
Expected result: Scripts are compiled
Actual result: Editor crashes
Reproducible with: 2023.1.0a5, 2023.1.6f1, 2023.2.0a16
Not reproducible with: 2021.3.29f1, 2022.3.5f1, 2023.1.0a4
Fixed in: 2023.2.0a17
Reproducible on: Windows 11
Notes:
Reproducible with any script
The crash happens once in 3-5 times on average. However, sometimes it can take more than 10 tries.
Do not focus the Editor when it is compiling. It seems to lower the chance of reproduction significantly
Unable to reproduce with Visual Studio (need to focus the editor to initiate compilation)
Crash sometimes happens when downgrading package versions (similar stacktrace)
First few lines of Stacktrace:
{noformat}0x00007FF90422CF8F (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-runtime.c:3286] mono_jit_runtime_invoke
0x00007FF9041785C4 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3066] do_runtime_invoke
0x00007FF9041786D5 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3113] mono_runtime_invoke
0x00007FF91A54D664 (Unity) scripting_method_invoke{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Add comment