Search Issue Tracker
Fixed in 2018.1.X
Votes
6
Found in
2017.3.0a1
2017.3.0f1
Issue ID
975044
Regression
Yes
When leaving play mode error Assertion failed on expression: 'm_CurrentEntriesPtr != NULL && m_IsGettingEntries' is thrown
Steps to reproduce:
1. Download 975044_repro.zip and open "test" scene
2. Enter play mode
3. Double click on here message in Console
4. Wait until visual studios open
5. Exit play mode
6. Assertion failed error appears.
Expected results: No errors is thrown to Console
Actual results: Assertion failed error is thrown to Consol
Full error:
Assertion failed: Assertion failed on expression: 'm_CurrentEntriesPtr != NULL && m_IsGettingEntries'
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Note: This issue doesn't reproduce on OSX
Reproduced with: 2018.1.0a7, 2017.3.0f2, 2017.3.0a1
Not reproducible with: 2017.2.0p4
Regression introduced in: 2017.3.0a1
Comments (2)
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
- Reflection problems when unbaked Reflection Probes are present
- Light Explorer columns sorting arrow is too small
- Context menu actions (Collapse All, Expand All, Enable All, Disable All, Remove All, Reset All) do nothing in Volume component
- [Android] Audio volume decreases when returning to the app during screen recording
- Graphical issues are caused by GPU Occlusion Culling when using Amplify Shaders
muh2k4
Apr 24, 2018 14:12
Thanks! Your comment helped me a lot. In my situation this errormessage produced a major lag. When I skip a frame before playing the second video, the error disappears.
rad1c
Mar 26, 2018 09:46
2017.3.1
Trying to play two video clips in a row with VideoPlayer component:
Assertion failed: Assertion failed on expression: 'info.videoAudioData == NULL'
(setting audio source/target/etc properly, so there shouldn't be any issues. tried to recreate Library folder/data, same result)