Search Unity

Vuforia Crashes at the Application Start

Discussion in 'Vuforia' started by Y76_Unity, Apr 5, 2019.

  1. Y76_Unity

    Y76_Unity

    Joined:
    Jan 29, 2018
    Posts:
    28
    Hi There,
    i got the following issue :
    After updateing vuforia and installing vuforia-support v8.1.7,
    I got the following crash in iOS Devices

    Vuforia.LegacyRenderingConfiguration.Guard (GraphicsDeviceType rendererApi)
    Vuforia.LegacyRenderingConfiguration.IsLegacyRenderingEnabled (GraphicsDeviceType rendererApi, PIXEL_FORMAT format)
    Vuforia.VuforiaRenderer+<>c.<.ctor>b__18_0 ()
    Vuforia.VuforiaRenderer.IsLegacyRenderingEnabled ()
    Vuforia.VideoTextureUpdaterFactory.CreateTextureUpdater (UnityEngine.Camera camera, Vuforia.BackgroundPlaneBehaviour bgPlaneBehaviour)
    Vuforia.VideoBackgroundBehaviour.Awake ()
    UnityEngine.GameObject:AddComponent()
    Vuforia.VuforiaARController:CreateVideoBackground()
    Vuforia.VuforiaARController:StartAfterInitializationCompleted()
    Vuforia.VuforiaARController:UpdateState(Boolean, Boolean)
    Vuforia.DigitalEyewearARController:Update()
    System.Delegate:DynamicInvoke(Object[])
    Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
    Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action)
    Vuforia.VuforiaBehaviour:Update()
     
  2. ptc-pmessenger

    ptc-pmessenger

    Joined:
    Jan 17, 2017
    Posts:
    4
    Do you have "Auto Graphics API" selected in your ProjectSettings? Which graphics APIs are selected in the "Graphics APIs" section if you uncheck the Auto Graphics API box?
    Could you please attach your ProjectSettings.asset file (before modification)? Could you also attach the entire log, it looks like there's a line missing in what you posted above.

    Which iPhone and Unity version are you using?