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
- [Linux] Characters are converted to Latin letters when using IME on Linux
- [Ubuntu] Possible for Create menu to show sections with no options inside
- [Usability] Not possible to set Editor Window text colour to be default black without workaround
- Text field max length is -1 by default
- Field Max Length is set to the first digit typed instead of entire number typed
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.