Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.1.0a3
2023.2.0a1
2023.3.0a3
6000.0.0b11
Issue ID
UUM-11132
Regression
Yes
Player crashes on UnityMain when loading Scenes
Reproduction steps:
1. Open the user’s attached project
2. Build and Run
3. In the built Player, select AutoRunner > Sequence
4. Wait for Scenes to load
Expected result: The Scenes continue loading until turned off
Actual result: The Player crashes
Reproducible with: 2022.2.0a9, 2022.2.0b1, 2023.1.0a11
Not reproducible with: 2021.3.6f1, 2022.1.10f1, 2022.2.0a8
Couldn't test with: 2020.3.37f1 (Script errors)
Reproducible on: Windows 11
Notes:
- may take from 29 to 1371 total Scene loads for the crash to happen
- the Player sometimes crashes silently
- the Player always crashes after an error “Cannot initialise Cloth: All scale components must be non-zero.”. But the error is thrown not once while loading Scenes
First lines of stacktrace:
0x00007FFBA9DE9ABD (UnityPlayer) UnityMain
0x00007FFBA9DE782A (UnityPlayer) UnityMain
0x00007FFBA9DE5341 (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFBA97F9BAB)
0x00007FFBA97F9BAB (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFBA97F9CFF)
0x00007FFBA97F9CFF (UnityPlayer) (function-name not available)
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:
There are no fixes planned for this Bug