Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.5.0p3
Issue ID
866141
Regression
No
[UWP] Hiding UI panel crashes player - Assertion failed: vector subscript out of range with Debug configuration
Steps to reproduce:
1. Open attached project "866141.zip"
2. Build "TestScene" for Windows Store Universal 10 SDK
3. Open built VS solution
4. Deploy on local machine with x86/x64 Debug configuration
5. Press "Hide" button
Expected result: UI Panel is hidden
Actual result: Player crashes with Assertion failed: vector subscript out of range
Notes:
Isn't reproducible with Release/Master configuration
Is reproducible with .NET backend as well as il2cpp
Not reproducible on Editor/Windows Standalone
(Full output attached "output.txt")
Reproducible with: 5.5.0b1, 5.5.0p3, 5.6.0b3
Callstack:
ucrtbased.dll!_invoke_watson(const wchar_t * expression, const wchar_t * function_name, const wchar_t * file_name, unsigned int line_number, unsigned __int64 reserved) Line 224 C++
ucrtbased.dll!_invalid_parameter(const wchar_t * expression, const wchar_t * function_name, const wchar_t * file_name, unsigned int line_number, unsigned __int64 reserved) Line 113 C++
UnityPlayer.dll!00007fff381ac4c5() Unknown
UnityPlayer.dll!00007fff3848a191() Unknown
UnityPlayer.dll!00007fff3848b2de() Unknown
UnityPlayer.dll!00007fff381d2641() Unknown
UnityPlayer.dll!00007fff3a696030() Unknown
UnityEngineDelegates.dll!00007fff34ecc22d() Unknown
[External Code]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment