Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.37f1
2021.3.7f1
2022.1.11f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-11147
Regression
No
Player crashes when process's priority is set to High and using IL2CPP Scripting Backend
How to reproduce:
1. Open the attached project “IN_8378.zip”
2. Press Edit → Projects Settings → Player
3. Set Scripting Backend to IL2CPP
4. Press File → Build And Run
Expected result: Player doesn’t crash
Actual result: Player crashes
Reproducible with: 2020.3.37f1, 2021.3.7f1, 2022.1.11f1, 2022.2.0b3, 2023.1.0a4
Reproducible on: Windows 10 Pro
Notes:
- Issue doesn’t appear when Scripting Backend is set to Mono
- After deleting the 9th line in “SampleScene.cs” Script issue disappears: “ System.Diagnostics.Process.GetCurrentProcess().PriorityClass = System.Diagnostics.ProcessPriorityClass.High;”
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
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
- Sub-State machine “breadcrumb trail” doesn’t fit in the window if there’s too many Sub-State machines
Resolution Note:
We have decided to cancel the backport as it needed to bring a lot of changes to throw exceptions for not supported API's of Il2cpp and 2020.3 is near to EOL.