Search Issue Tracker
Not Reproducible
Votes
20
Found in
5.5.1f1
Issue ID
875055
Regression
No
Canvas stops rendering: d3d11: attempt to lock null vertex buffer when tooltips moved to other Canvas
Steps to reproduce:
1. Open the attached project(Equilibrium of Divinity.zip)
2. Open the Assets/MainMenu.unity scene
3. Play the Scene
4. Load save slot 2
5. Find an enemy (use W,S,A,D to move)
6. In the battle select a spell, hover over an enemy but does not use the selected spell
7. Select a spell again, hover over the selected spell level and right after try to select an enemy (which is not visible)
8. Observe, the green square will disappear as Canvas(Canvas Tooltip (New2)) stops rendering
Expected result: Canvas should render normally
Actual result: Canvas stops rendering
Notes:
Unable to test with 5.3 and 5.4
Unable to reproduce with a new project
Log file has reported:
d3d11: failed to create vertex buffer of size, d3d11: attempt to lock null vertex buffer (with Windows 7 and Windows 8.1)
Log file has reported:
d3d11: failed to create vertex buffer of size 7392
d3d11: failed to create index buffer of size 744
Assertion failed on expression: 'SUCCEEDED(hr)'
(Filename: C:\buildslave\unity\build\Runtime/GfxDevice/d3d11/D3D11Window.cpp Line: 214)
Assertion failed on expression: 'SUCCEEDED(hr)' (Windows 10)
With Windows 10 Unity crashes/freezes
When you hover over an enemy the Tooltip Container is moved to Canvas Tooltip (New2)
When you hover over a spell level the Tooltip Container is moved to CanvasMain
Reproduced with: 5.5.0f3, 5.5.1f1, 5.5.1p4, 5.6.0b9
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
amokk_gw
Nov 25, 2017 12:48
Why is this marked as not reproducible? I've got a response from the QA team that they were able to reproduce this issue.
tfock
Jul 05, 2017 11:49
Hi, we have the same Problem (confirmed by Unity) - do you know if there“s any workaround?