Search Issue Tracker
By Design
Votes
0
Found in
2021.3.33f1
2022.3.15f1
2023.2.3f1
2023.3.0a17
Issue ID
UUM-60360
Regression
Yes
The IL2CPP and Mono Player crash when Application.Quit() is called
Reproduction steps:
1. Open the attached project “repro_project“ (or “repro_project_without_graphics“ to save build time)
2. Open File > Build settings window
3. Click on “Build and run“ button
4. In the Player click on the “Exit“ button
5. Observe Player window
Expected result: The Player is successfully closed without any crash popup appearing
Actual result: The crash popup is displayed for a while and then the Player is closed
Reproducible with: 2021.3.33f1, 2022.3.15f1, 2023.2.3f1, 2023.3.0a17
Not reproducible with: 2021.3.32f1
Reproducible on: Windows 11, MacOS 14.0 (Intel)
Not reproducible on: No other environment tested
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
- 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
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note:
The hang here occurs in the code in the project, as it is waiting on a background thread for a blocking API call to complete.