Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.3.0a7
Issue ID
949642
Regression
Yes
[Regression] Assertion 'end - sample == size || size == -1' is shown after building and running player with attached Profiler
Steps to repro:
1. Open attached project and '01_SimpleMultipleLights' scene;
2. Go to File -> Build Settings;
3. Check 'Development build' and ' Autoconnect Profiler' checkboxes;
4. Click Build and Run button;
5. Specify path where to build project files and click 'Save';
6. Click Play button in Player configuration window.
Expected result:
No errors are thrown in the Console when player launches.
Actual result:
Assertion failed: Assertion failed on expression: 'end - sample == size || size == -1' is shown in Editor's console. See attached video.
Notes:
- Reprodicible in 2017.3.a7;
- Not reproducible in 2017.2.0b11, 2017.1.0p4;
- Reproducible only on Windows 10; not reproducible on OSX 10.12.6;
- Reproducible only when building project with attached Profiler.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment