Search Unity

Bug :In Unity 5.3.1 when we open vuforia configuration its give an error.

Discussion in 'Linux' started by Ashu96, Jun 8, 2017.

  1. Ashu96

    Ashu96

    Joined:
    May 25, 2017
    Posts:
    1
    1)
    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.
    UnityEditor.EditorUtility:DisplayDialog(String, String, String)
    Vuforia.EditorClasses.UnityPlayModeEditorUtility:LoadAndParseWebcamProfiles(String)
    Vuforia.WebCamProfile:.ctor()
    Vuforia.EditorClasses.WebCamEditor:DrawInspectorGUI()
    Vuforia.EditorClasses.VuforiaAbstractConfigurationEditor:OnInspectorGUI()
    UnityEditor.DockArea:OnGUI()

    2)
    Exception occurred when trying to parse web cam profile file: Could not parse webcam profile: <windows><!-- size of the web cam texture requested from Unity --><requestedTextureWidth>640</requestedTextureWidth><requestedTextureHeight>480</requestedTextureHeight><!-- size of the texture Unity's web cam texture will be rescaled to --><resampledTextureWidth>640</resampledTextureWidth></windows><osx><!-- size of the web cam texture requested from Unity --><requestedTextureWidth>640</requestedTextureWidth><requestedTextureHeight>480</requestedTextureHeight><!-- size of the texture Unity's web cam texture will be rescaled to --><resampledTextureWidth>640</resampledTextureWidth></osx>
    UnityEngine.Debug:LogError(Object)
    Vuforia.EditorClasses.UnityPlayModeEditorUtility:LoadAndParseWebcamProfiles(String)
    Vuforia.WebCamProfile:.ctor()
    Vuforia.EditorClasses.WebCamEditor:DrawInspectorGUI()
    Vuforia.EditorClasses.VuforiaAbstractConfigurationEditor:OnInspectorGUI()
    UnityEditor.EditorUtility:DisplayDialog(String, String, String)
    Vuforia.EditorClasses.UnityPlayModeEditorUtility:LoadAndParseWebcamProfiles(String)
    Vuforia.WebCamProfile:.ctor()
    Vuforia.EditorClasses.WebCamEditor:DrawInspectorGUI()
    Vuforia.EditorClasses.VuforiaAbstractConfigurationEditor:OnInspectorGUI()
    UnityEditor.DockArea:OnGUI()

    3)
    InvalidOperationException: Operation is not valid due to the current state of the object
    System.Collections.Generic.Stack`1[System.Boolean].Pop ()
    UnityEditor.EditorGUI.EndDisabledGroup () (at /home/builduser/buildslave/unity/build/Editor/Mono/EditorGUI.cs:211)
    UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor editor, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at /home/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1254)
    UnityEditor.InspectorWindow.DrawEditors (UnityEditor.Editor[] editors) (at /home/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1028)
    UnityEditor.InspectorWindow.OnGUI () (at /home/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:352)
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
    UnityEditor.EditorUtility:DisplayDialog(String, String, String)
    Vuforia.EditorClasses.UnityPlayModeEditorUtility:LoadAndParseWebcamProfiles(String)
    Vuforia.WebCamProfile:.ctor()
    Vuforia.EditorClasses.WebCamEditor:DrawInspectorGUI()
    Vuforia.EditorClasses.VuforiaAbstractConfigurationEditor:OnInspectorGUI()
    UnityEditor.DockArea:OnGUI()

    many other error also occurs.
     
  2. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    This looks like an error in the Vuforia plugin.
     
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411