Search Unity

Crashes and OnGUI error messeges

Discussion in 'Linux' started by bfloch, Jul 31, 2016.

  1. bfloch

    bfloch

    Joined:
    Jan 4, 2013
    Posts:
    24
    GUI Window tries to begin rendering while something else has not finished rendering! Either you have a recursive OnGUI rendering, or previous OnGUI did not clean up properly.

    I get this a lot. Even in default Layout without any custom Editors.
    And most of the time I have crashes when exiting PlayMode. I send one over today.

    EDIT: I noticed: It only crashes when exiting from Maximize on Play is set.

    Keep it up.
     
    Last edited: Aug 1, 2016
  2. bfloch

    bfloch

    Joined:
    Jan 4, 2013
    Posts:
    24
    Also the LayerMask does not show the checkmarks.

    Edit: Actually applies to all checkbox context menus.
     
    Last edited: Aug 1, 2016
  3. bfloch

    bfloch

    Joined:
    Jan 4, 2013
    Posts:
    24
  4. bfloch

    bfloch

    Joined:
    Jan 4, 2013
    Posts:
    24
    Another finding is that after a while drag and drop does not work for various elements.
    This may have to do with me using an intuos and mouse but once it happens e.g. I can not drop project items into the scene.

    Restart of Unity fixes the issue.
     
  5. bfloch

    bfloch

    Joined:
    Jan 4, 2013
    Posts:
    24
    A small annoyance:
    In the context menu clicking the tooltip will close the menu.

    E.g. try unsetting multiple Gizmos.
    Each time a tooltip comes up and you click it the Gizmo menu closes.