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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
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.