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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note (2019.3.X):
low priority and unlikely to be fixed.