"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Vuforia initialization failed

Hello

I really don't know where to start looking, so I would like your opinion here.

I took the Vuforia sample project (the one with the teapots) as base to construct another project.

Everything was going well until I *must* have done something wrong, that screwed my project and now it won't run.

FYI a crash happened earlier today, I submitted a crash report for that.

 

I know my question is extremely broad, but could you tell me where to look in order to find this error?

The console throws this error before jumping to my AR scene:

Vuforia cannot be started before it is initialized. Please disable Delayed Initializationin the Vuforia configuration or initialize Vuforia manually with the VuforiaRuntime-class. UnityEngine.Debug:LogError(Object) Vuforia.VuforiaARController:Start() System.Delegate:DynamicInvoke(Object[]) Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[]) Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action) Vuforia.VuforiaAbstractBehaviour:Start()

 

Any help will be really appreciated.

 

Thanks.

-E

 

Hello,

The only thing I can think of is that you're calling a Vuforia API before the SDK is initialized. Are you sure you've included the ARCamera prefab in your scene?

Pratyoosh

Wed, 03/14/2018 - 15:12

Hello,

I first came across this problem when I inserted another scene into the hierarchy along with the existing scene.

Restarting vuforia fixed it for me.

Hope it helps.
Thank you.