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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution 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.