Search Issue Tracker
Fixed in 5.0.X
Votes
27
Found in
4.1.2f1
Issue ID
542949
Regression
No
!dest.m_MultiFrameGUIState.m_NamedKeyControlList when pressing any key
Steps to reproduce :
- import the project attached
- open the scene cheat-menu
- press play and start typing on the keyboard
- notice the errors in the console
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
- "Screen position out of view frustum" error is shown when displaying populated World Space canvas in Multiplayer Play Mode secondary Editor using Input System UI Input Module
- Sprite width/height is rendered differently in the Game view than in the Scene view
- Debug Mode popup window is inaccessible/cut-off when opened on widescreen monitors or resizing to specific Editor Window resolution
- Post-processing Render Features using Render Graph do not work when URP 2D Renderer is used and Render Graph enabled
- [Unity Physics] The NativeList<DistanceHit> randomly returns fewer hits than expected when using CalculateDistance in Edit mode tests
jonc113
Sep 01, 2014 20:36
I'm using version 4.5.3, many "future releases" since 4.1.2, and still not fixed. So why is it a closed issue?
deram_scholzara
Aug 06, 2014 01:28
I get this same message in one of my projects after running & stopping a very graphics intense scene, and then clicking on the game view while the game is no longer running. I get one of these messages for each time I click the game view, with the occasional "UNSUPPORTED" error mixed in. The UNSUPPORTED error links to some inaccessible OpenGL in what seems to be a temporary directory in my mac's Applications folder. Very odd stuff.
ZimM
May 22, 2014 16:46
Having this problem too - console is spammed after disabling a MonoBehaviour that has OnGUI in it.
Is this ever going to be fixed? Really, does it has to take two years to remove an annoying message? Adding a dummy OnGUI() isn't a solution at all, because I only use OnGUI occasionally in non-critical places where it can't affect performance.
TopDoozer
Mar 03, 2014 19:23
This error does not only occur when pressing a key. I have the same error message, when i click on a gameobject.
My scenario might be a little different. I have my OnGUI code in one script and as soon as i set enable=false on the script, i get those error messages. To be precise, i get !dest.m_MultiFrameGUIState.m_NamedKeyControlList four tuimes when i click and hold and ones more, when i release the left mouse button.
I hope this helps determinig what is going on.