got this error when start delta engine editor(opengl opentk,sharpdx), how to fix it? cant even try to coding and run the game
Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(DeltaEngine.Core.Window)' on type 'OpenTK20Device'. ---> Exception of type 'DeltaEngine.Graphics.OpenTK20.OpenTK20Device+OpenGLVersionDoesNotSupportShaders' was thrown. (See inner exception for details.) ---> DeltaEngine.Graphics.OpenTK20.OpenTK20Device+OpenGLVersionDoesNotSupportShaders: Exception of type 'DeltaEngine.Graphics.OpenTK20.OpenTK20Device+OpenGLVersionDoesNotSupportShaders' was thrown.
at DeltaEngine.Graphics.OpenTK20.OpenTK20Device.CreateContext()
at DeltaEngine.Graphics.OpenTK20.OpenTK20Device..ctor(Window window)
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.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
at DeltaEngine.Platforms.Resolver.Resolve[BaseType]()
at DeltaEngine.Platforms.AppRunner.get_Device()
at DeltaEngine.Platforms.AppRunner.RunTick()
at DeltaEngine.Platforms.AppRunner.Run()
at DeltaEngine.Editor.EditorView.StartViewportAndWaitUntilWindowIsClosed()
at DeltaEngine.Editor.EditorView.TryStartViewportAndBlock()
at DeltaEngine.Editor.EditorView.StartEngineAndBlock()