Search Issue Tracker
Fixed
Fixed in 1.8.3
Votes
0
Found in [Package]
1.8.2
Issue ID
BUR-2141
Regression
Yes
Crash on mono_jit_runtime_invoke when closing Unity Editor and the project path contains special characters
Reproduction steps:
1. Open the attached “CrashRepro” project
2. Close the Unity Editor
Expected result: Unity Editor closes
Actual result: Unity Editor crashes
Reproducible with: 1.7.4, 1.8.2 (2021.3.13f1, 2021.3.15f1, 2022.1.21f1, 2022.1.24f1, 2022.2.0b13, 2022.2.1f1, 2023.1.0a15, 2023.1.0a22)
Not reproducible with: 1.7.3 (2020.3.42f1, 2021.3.15f1, 2022.1.24f1, 2022.2.1f1), 1.7.4, 1.8.2 (2020.3.42f1, 2021.3.12f1, 2022.1.0a1, 2022.1.20f1, 2022.2.0a1, 2022.2.0b12, 2023.1.0a1, 2023.1.0a14)
Reproducible on: Windows 11 Pro 22H2
First lines of the stack trace:
{noformat}0x00007FFE13D6FB3C (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-runtime.c:3259] mono_jit_runtime_invoke
0x00007FFE13CAEB34 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3066] do_runtime_invoke
0x00007FFE13CAECCC (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3113] mono_runtime_invoke
0x00007FF754963B54 (Unity) scripting_method_invoke
0x00007FF7549434A4 (Unity) ScriptingInvocation::Invoke{noformat}
Notes:
- As a workaround, move the project to a folder whose path doesn’t contain special characters
- Before closing the editor, there are a lot of “Assertion failed on expression: ‘exception == SCRIPTING_NULL’” errors in the Console
Comments (2)
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
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
Wander1288
Mar 13, 2023 16:04
Could you solve this problem? The same thing happens to me in version 2021.3.19f
gadlsh12081208
Feb 07, 2023 12:04
This is not fixed. Still happening in 2021.3.18f1. Everytime I make any change, save and exit editor, it immediately crashes. This seems like Burst compiler problem.