Home Forums Game Integration "Could not initialize Infinite Screen Extension…" help thread

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • #4774

    If you run into the “Could not initialize Infinite Screen Extension…” error at startup then please follow these steps:

    1. Navigate to “%PROGRAMDATA%\Tobii\Tobii InfiniteScreen\Logs” (copy the path, press Win-R, paste and press enter).
    2. Open the file (InfiniteScreen-<date>.txt) with the latest date in it’s name and scroll down to the bottom of the file.
    3. Locate the latest entry which includes the text “ERROR” in it and copy/paste that error log to this thread.

    #4790
    David Hazell
    Participant

    2016-03-16 15:32:35,358 [1] ERROR Version:1.1.1.379 Autofac.Core.DependencyResolutionException –
    An exception was thrown while invoking the constructor ‘Void .ctor(System.Func`2[Tobii.Oem.Gaming.InfiniteScreen.Core.AbsoluteHidMapperSettings,Tobii.Oem.Gaming.InfiniteScreen.Core.VJoyAbsoluteHidMapper], Tobii.Oem.Gaming.InfiniteScreen.Core.ISettingsSerializer, Tobii.Oem.Gaming.Common.IProcessEventSource, Tobii.Oem.Gaming.Common.Statistics.IUsageStatisticsRecorder)’ on type ‘EuroTruckSimulator2’. —> An exception was thrown while invoking the constructor ‘Void .ctor()’ on type ‘VJoy’. —> IoC is not initialized. (See inner exception for details.) (See inner exception for details.)

    2016-03-16 15:32:35,363 [1] ERROR Version:1.1.1.379 Tobii.Oem.Gaming.InfiniteScreen.Gui.App –

    Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor ‘Void .ctor(System.Func`2[Tobii.Oem.Gaming.InfiniteScreen.Core.AbsoluteHidMapperSettings,Tobii.Oem.Gaming.InfiniteScreen.Core.VJoyAbsoluteHidMapper], Tobii.Oem.Gaming.InfiniteScreen.Core.ISettingsSerializer, Tobii.Oem.Gaming.Common.IProcessEventSource, Tobii.Oem.Gaming.Common.Statistics.IUsageStatisticsRecorder)’ on type ‘EuroTruckSimulator2’. —> An exception was thrown while invoking the constructor ‘Void .ctor()’ on type ‘VJoy’. —> IoC is not initialized. (See inner exception for details.) (See inner exception for details.) —> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor ‘Void .ctor()’ on type ‘VJoy’. —> IoC is not initialized. (See inner exception for details.) —> System.InvalidOperationException: IoC is not initialized.
    at Caliburn.Micro.IoC.<.cctor>b__0(Type service, String key)
    at Caliburn.Micro.IoC.Get[T](String key)
    at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings)
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.CaliburnBootstrapper.OnStartup(Object sender, StartupEventArgs startupEventArgs)
    at System.Windows.Application.OnStartup(StartupEventArgs e)
    at System.Windows.Application.<.ctor>b__1_0(Object unused)
    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
    at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Windows.Threading.DispatcherOperation.Invoke()
    at System.Windows.Threading.Dispatcher.ProcessQueue()
    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
    at Microsoft.Win32.NativeMethods.ShellExecuteEx(ShellExecuteInfo info)
    at System.Diagnostics.ShellExecuteHelper.ShellExecuteFunction()
    at System.Diagnostics.ShellExecuteHelper.ShellExecuteOnSTAThread()
    at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    at Tobii.Oem.Gaming.VJoyAdapter.VJoyUtility.ExecuteVJoyConfig(String arguments)
    at Tobii.Oem.Gaming.VJoyAdapter.VJoyUtility.ForceCreateVJoyDevice(UInt32 deviceNumber)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.Utils.InfiniteScreenVJoyUtility.AcquireDeviceNumber()
    at Tobii.Oem.Gaming.InfiniteScreen.Core.Hid.VJoy..ctor()
    at lambda_method(Closure , Object[] )
    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    — End of inner exception stack trace —
    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.<Execute>b__0()
    at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
    at Autofac.Core.Resolving.InstanceLookup.Execute()
    at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Activators.Reflection.AutowiringParameter.<>c__DisplayClass2.<CanSupplyValue>b__0()
    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.Execute()
    at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    at lambda_method(Closure , AbsoluteHidMapperSettings )
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.EuroTruckSimulator2..ctor(Func`2 hidMapperFactory, ISettingsSerializer settingsSerializer, IProcessEventSource processEventSource, IUsageStatisticsRecorder usageStatisticsRecorder)
    at lambda_method(Closure , Object[] )
    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    — End of inner exception stack trace —
    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
    at Autofac.Core.Resolving.InstanceLookup.<Execute>b__0()
    at Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
    at Autofac.Core.Resolving.InstanceLookup.Execute()
    at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.Core.Container.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    at Autofac.ContainerBuilder.StartStartableComponents(IComponentContext componentContext)
    at Autofac.ContainerBuilder.Build(ContainerBuildOptions options)
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.AutofacBootstrapper`1.Configure()
    at Caliburn.Micro.BootstrapperBase.StartRuntime()
    at Caliburn.Micro.BootstrapperBase.Start()
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.CaliburnBootstrapper..ctor()
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.App.Main()

    #4795

    Try following the steps described in this post.

    #4799
    David Hazell
    Participant

    Where do I find vJoyConf.exe?

    #4806
    David Hazell
    Participant

    Resolved now. but I do have an issue with the windows 10 start button, when I click on it everything seems to slow down and I get huge stutters.

    #4809

    That’s odd. What does the CPU-load look like in the task manager?

    #4810
    David Hazell
    Participant
    #4811

    Are you using Kaspersky antivirus?

    #4812
    David Hazell
    Participant

    No I use Advanced SystemCare Ultimate 9

    #4833

    Check if you get the same slowdown if disable it.

    #4849
    David Hazell
    Participant

    Nope.

    #4852

    Nope as in “No I don’t get the same slowdown” or as in “No, it didn’t change anything”?

    #4925
    Markus Imhof
    Participant

    Hi Henrik,

    got that error popup:

    2016-03-30 18:42:44,344 [1] INFO Version:1.1.1.379 Tobii.Oem.Gaming.Common.ProcessMonitorIpc –
    Process monitor started.

    2016-03-30 18:42:44,826 [1] ERROR Version:1.1.1.379 Autofac.Core.DependencyResolutionException –
    An exception was thrown while invoking the constructor ‘Void .ctor(System.Func`2[Tobii.Oem.Gaming.InfiniteScreen.Core.AbsoluteHidMapperSettings,Tobii.Oem.Gaming.InfiniteScreen.Core.VJoyAbsoluteHidMapper], Tobii.Oem.Gaming.InfiniteScreen.Core.ISettingsSerializer, Tobii.Oem.Gaming.Common.IProcessEventSource, Tobii.Oem.Gaming.Common.Statistics.IUsageStatisticsRecorder)’ on type ‘EuroTruckSimulator2’. —> An exception was thrown while invoking the constructor ‘Void .ctor()’ on type ‘VJoy’. —> IoC is not initialized. (See inner exception for details.) (See inner exception for details.)

    2016-03-30 18:42:44,828 [1] ERROR Version:1.1.1.379 Tobii.Oem.Gaming.InfiniteScreen.Gui.App –

    Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor ‘Void .ctor(System.Func`2[Tobii.Oem.Gaming.InfiniteScreen.Core.AbsoluteHidMapperSettings,Tobii.Oem.Gaming.InfiniteScreen.Core.VJoyAbsoluteHidMapper], Tobii.Oem.Gaming.InfiniteScreen.Core.ISettingsSerializer, Tobii.Oem.Gaming.Common.IProcessEventSource, Tobii.Oem.Gaming.Common.Statistics.IUsageStatisticsRecorder)’ on type ‘EuroTruckSimulator2’. —> An exception was thrown while invoking the constructor ‘Void .ctor()’ on type ‘VJoy’. —> IoC is not initialized. (See inner exception for details.) (See inner exception for details.) —> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor ‘Void .ctor()’ on type ‘VJoy’. —> IoC is not initialized. (See inner exception for details.) —> System.InvalidOperationException: IoC is not initialized.
    bei Caliburn.Micro.IoC.<.cctor>b__0(Type service, String key)
    bei Caliburn.Micro.IoC.Get[T](String key)
    bei Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings)
    bei Tobii.Oem.Gaming.InfiniteScreen.Gui.CaliburnBootstrapper.OnStartup(Object sender, StartupEventArgs startupEventArgs)
    bei System.Windows.Application.OnStartup(StartupEventArgs e)
    bei System.Windows.Application.<.ctor>b__1_0(Object unused)
    bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
    bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
    bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    bei MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
    bei System.Windows.Threading.DispatcherOperation.Invoke()
    bei System.Windows.Threading.Dispatcher.ProcessQueue()
    bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
    bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
    bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
    bei Microsoft.Win32.NativeMethods.ShellExecuteEx(ShellExecuteInfo info)
    bei System.Diagnostics.ShellExecuteHelper.ShellExecuteFunction()
    bei System.Diagnostics.ShellExecuteHelper.ShellExecuteOnSTAThread()
    bei System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
    bei System.Diagnostics.Process.Start()
    bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
    bei Tobii.Oem.Gaming.VJoyAdapter.VJoyUtility.ExecuteVJoyConfig(String arguments)
    bei Tobii.Oem.Gaming.VJoyAdapter.VJoyUtility.ForceCreateVJoyDevice(UInt32 deviceNumber)
    bei Tobii.Oem.Gaming.InfiniteScreen.Core.Utils.InfiniteScreenVJoyUtility.AcquireDeviceNumber()
    bei Tobii.Oem.Gaming.InfiniteScreen.Core.Hid.VJoy..ctor()
    bei lambda_method(Closure , Object[] )
    bei Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    — Ende der internen Ausnahmestapelüberwachung —
    bei Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    bei Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.<Execute>b__0()
    bei Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
    bei Autofac.Core.Resolving.InstanceLookup.Execute()
    bei Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Activators.Reflection.AutowiringParameter.<>c__DisplayClass2.<CanSupplyValue>b__0()
    bei Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    bei Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.Execute()
    bei Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    bei lambda_method(Closure , AbsoluteHidMapperSettings )
    bei Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.EuroTruckSimulator2..ctor(Func`2 hidMapperFactory, ISettingsSerializer settingsSerializer, IProcessEventSource processEventSource, IUsageStatisticsRecorder usageStatisticsRecorder)
    bei lambda_method(Closure , Object[] )
    bei Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    — Ende der internen Ausnahmestapelüberwachung —
    bei Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
    bei Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.InstanceLookup.<Execute>b__0()
    bei Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator)
    bei Autofac.Core.Resolving.InstanceLookup.Execute()
    bei Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.Core.Container.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
    bei Autofac.ContainerBuilder.StartStartableComponents(IComponentContext componentContext)
    bei Autofac.ContainerBuilder.Build(ContainerBuildOptions options)
    bei Tobii.Oem.Gaming.InfiniteScreen.Gui.AutofacBootstrapper`1.Configure()
    bei Caliburn.Micro.BootstrapperBase.StartRuntime()
    bei Caliburn.Micro.BootstrapperBase.Start()
    bei Tobii.Oem.Gaming.InfiniteScreen.Gui.CaliburnBootstrapper..ctor()
    bei Tobii.Oem.Gaming.InfiniteScreen.Gui.App.Main()

    #4929
    Markus Imhof
    Participant

    Ok, was able to solve with the informmation in this thread: http://developer.tobii.com/community/forums/topic/ise-fails-to-start-with-could-not-initialize-where-is-the-logfile/

    Seems to work now. “Seems” because I guess it’ll take some time to get used to.

    #4972
    Niels Huylebroeck
    Participant

    ISE failing to start, I had DCS OpenAlpha 2 installed and removed it, since then no more ISE … 🙁

    2016-04-06 16:29:40,625 [1] INFO Version:1.1.1.379 Tobii.Oem.Gaming.Common.ProcessMonitorIpc –
    Process monitor started.

    2016-04-06 16:29:41,855 [1] ERROR Version:1.1.1.379 Tobii.Oem.Gaming.InfiniteScreen.Gui.App –

    Tobii.Oem.Gaming.InfiniteScreen.Core.Exceptions.ConfigurationNotAvailableException: DCS World 2 OpenAlpha configuration file read/write error —> System.IO.FileNotFoundException: Could not find file ‘HeadTracker.dll’.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
    at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.DcsWorldApplication.CopyHeadTrackerPlugin(String installLocation)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.DcsWorldApplication.OnInstallLocationChanged(String installLocation)
    — End of inner exception stack trace —
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.DcsWorldApplication.OnInstallLocationChanged(String installLocation)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.set_InstallLocation(String value)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.LoadInstallLocationFromHidMapperSettings()
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.InitializeInstallLocation()
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.Start()
    at Autofac.ContainerBuilder.StartStartableComponents(IComponentContext componentContext)
    at Autofac.ContainerBuilder.Build(ContainerBuildOptions options)
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.AutofacBootstrapper`
    1.Configure()
    at Caliburn.Micro.BootstrapperBase.StartRuntime()
    at Caliburn.Micro.BootstrapperBase.Start()
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.CaliburnBootstrapper..ctor()
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.App.Main()

    2016-04-06 16:34:39,616 [1] INFO Version:1.1.1.379 Tobii.Oem.Gaming.Common.ProcessMonitorIpc –
    Process monitor started.

    2016-04-06 16:34:40,466 [1] ERROR Version:1.1.1.379 Tobii.Oem.Gaming.InfiniteScreen.Gui.App –

    Tobii.Oem.Gaming.InfiniteScreen.Core.Exceptions.ConfigurationNotAvailableException: DCS World 2 OpenAlpha directory not found —> System.IO.DirectoryNotFoundException: Could not find a part of the path ‘E:\Games\DCS World 2 OpenAlpha\bin\HeadTracker.dll’.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
    at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.DcsWorldApplication.CopyHeadTrackerPlugin(String installLocation)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.DcsWorldApplication.OnInstallLocationChanged(String installLocation)
    — End of inner exception stack trace —
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplications.DcsWorldApplication.OnInstallLocationChanged(String installLocation)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.set_InstallLocation(String value)
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.LoadInstallLocationFromHidMapperSettings()
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.InitializeInstallLocation()
    at Tobii.Oem.Gaming.InfiniteScreen.Core.SupportedApplication.Start()
    at Autofac.ContainerBuilder.StartStartableComponents(IComponentContext componentContext)
    at Autofac.ContainerBuilder.Build(ContainerBuildOptions options)
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.AutofacBootstrapper`1.Configure()
    at Caliburn.Micro.BootstrapperBase.StartRuntime()
    at Caliburn.Micro.BootstrapperBase.Start()
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.CaliburnBootstrapper..ctor()
    at Tobii.Oem.Gaming.InfiniteScreen.Gui.App.Main()

Viewing 15 posts - 1 through 15 (of 29 total)
  • You must be logged in to reply to this topic.