Search Issue Tracker
Duplicate
Votes
7
Found in
5.4.0b20
Issue ID
801975
Regression
No
SUCCEEDED(hr) error spams console after using Main Camera colorpicker
Title: SUCCEEDED(hr) error spams console after using Main Camera colorpicker
Steps To Reproduce:
1. Open Unity project
2. Select the Main Camera in the scene
3. In the Inspector Window, use the colorpicker droptool to change the camera background color.
4. Save the scene.
5. Observe, SUCCEEDED(hr) error spams the console. (see below)
NOTE: Errors stop while in Play mode and continue when Play mode is exited.
See attached gif
Duplicate of 825082
Comments (5)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
NeatWolf
Dec 10, 2016 21:24
Same as ZeroPrime, on Unity 5.4.2f2
tiagoborg
Sep 26, 2016 17:03
Also found in 5.4.1f1 (64-bit)
philmzo
Aug 31, 2016 08:10
And no, rebooting didn't fix it
philmzo
Aug 31, 2016 08:09
same for me 5.4.0f3
zerOpRiME
Aug 31, 2016 01:27
Along with spamming SUCCEEDED(HR) I am also getting a spam of the message below:
rc.right == m_GfxWindow->GetWidth() && rc.bottom == m_GfxWindow->GetHeight()
I am creating a simple UI with text and buttons.