Search Issue Tracker
By Design
Votes
0
Found in
2021.1.23f1
2021.2
2022.1
Issue ID
1375864
Regression
Yes
Crash on __pthread_kill when running a build with prefab.save_point errors
How to reproduce:
1. Open the user's project
2. File -> Core - Build for Current Platform
3. File -> Build and Run
4. Observe crash
Reproducible with: 2021.2.0a19, 2021.2.2f1, 2022.1.0a15
Not reproducible with: 2020.3.22f1, 2021.1.28f1
Could not test with: 2019.4.32f1 (could not load signature of Rewired), 2021.2 earlier than 2021.2.0a19 (can not be built)
Note: if there are errors with importing prefabs in the Console after opening the project, call "Assets -> Core - Reimport SuperTiled2Unity Files" to fix them
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (2022.1.X):
Enabling MonoScript bundle in Addressable it will ensure that all MonoScript can be loaded first. This crash is caused by a circular reference which prevents the MonoScript to be loaded prior to a MonoBehaviour instantiation leading to a crash.