Search Issue Tracker
Fixed in 1.5.0 & 2.1.0
Votes
0
Found in [Package]
2019.1.0f1
2019.1.10f1
2019.3.0a1
2020.1.0a1
Issue ID
1185286
Regression
Yes
[IL2CPP] Player crashes with TextMeshPro and HDRP packages on x64 and Debug configuration
Steps to reproduce:
1. Download 1185286_repro.zip and open "Main" scene
2. Build a Standalone player (x64, Build Configuration Debug)
Actual results: Build crashes on launch.
Reproduced with: 2020.1.0a5, 2019.3.0b4, 2019.2.6f1, 2019.1.14f1
Not reproducible with: 2018.4.9f1
Note:
- Not reproducible on mono backend
- Not reproducible with x86 architecture
- Not reproducible with Release and Master build configuration
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 1.5.0 & 2.1.0):
I re-worked the handling of text auto sizing to remove the use of recursion which appears to be the cause of the crash in Debug mode / C++ Compiler Configuration set to Debug.
The provided case was crashing with 16 recursions. I tested more convoluted / extreme text auto size cases where it would have previously required over 60 recursions to handle. These extreme auto size examples are compile and run fine in Release and Debug modes now.
The described changes will be included in the next release of the TMP package which will be version 1.5.0 for Unity 2018.4 and 2.1.0 for Unity 2019.x.
A preview of those releases will be available this week.