Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.14f1
2018.4.0f1
2019.1.0a1
Issue ID
1153100
Regression
No
Unity crashes after entering the Play Mode when using GetUIVertexStream
How to reproduce:
1. Open the user's project
2. Open the "Scenes/CrashScene" Scene
3. Enter the Play Mode (If the crash does not occur try entering the Play Mode again)
Expected result: Editor enters the Play Mode
Actual result: Editor crashes
Reproducible with 2018.4.1f1, 2019.1.3f1
Note: Could not try to reproduce on 2017.4.27f1, 2019.2.0b3, and 2019.3.0a3 due to compiler errors
Last couple of lines from stack trace:
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF632A3FC2D)
0x00007FF632A3FC2D (Unity) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF632C5BC99)
0x00007FF632C5BC99 (Unity) (function-name not available)
0x00000244E916563B (Mono JIT Code) (wrapper managed-to-native) UnityEngine.CanvasRenderer:CreateUIVertexStreamInternal (object,object,object,object,object,object,object,object,object,object)
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
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
Resolution Note (2019.3.X):
low priority and unlikely to be fixed.