GUI Error: You are pushing more GUIClips than you are popping.

Issue #934 resolved
Henrik Bergvin created an issue
  1. Upon entering play mode with an object selected, the error mentioned in the title shows.
  2. Reproduction steps:
    * In Unity 2022.3.0f1 (LTS), create a fresh new project with 2D URP selected as the project type
    * Enter play mode without anything selected, no error shown.
    * Enter play mode with main camera selected, no error shown.
    * Install Odin from .unitypackage (Odin Inspector 3.1.12.2). Automate modules when asked. Close the install wizard to leave default settings.
    * Enter play mode without anything selected, no error shown.
    * Select the main camera and enter play mode, the following error shows:

    GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&

  3. Screenshots do not really help to show the issue.

  4. Unity version 2022.3.0f1 (LTS).
  5. Odin Inspector 3.1.12.2
  6. I do not have Editor Only mode enabled.
  7. Windows 11.

There is no stack trace in the console, only the error shown. There is also no exceptions prior to the error.

Attached with the report is the test project used with the Library folder stripped out and Odin not installed. It is a blank project with 2D URP.

I have also tested this with the Odin package for unit and smart fields, (version 3.1.12.20), and I get the same error. Further tests show that if I return to Unity version 2022.2.21 the error still shows.

If there is anything more I can do to help resovle this, please let me know…

Comments (3)

  1. Log in to comment