
I have installed Visual Studio(15) but it still happens.
error:
Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(DeltaEngine.Core.Window)' on type 'OpenGLDevice'. ---> 1, 1 (See inner exception for details.) ---> DeltaEngine.Graphics.OpenGL.OpenGLDevice+ResolutionRequestFailedCouldNotFindResolution: 1, 1
bei DeltaEngine.Graphics.OpenGL.OpenGLDevice.SetViewport(Size viewportSize)
bei DeltaEngine.Graphics.OpenGL.OpenGLDevice..ctor(Window window)
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.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
bei Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
bei DeltaEngine.Platforms.Resolver.Resolve[BaseType]()
bei DeltaEngine.Platforms.AppRunner.get_Device()
bei DeltaEngine.Platforms.AppRunner.RunTick()
bei DeltaEngine.Platforms.AppRunner.Run()
bei DeltaEngine.Editor.EditorView.StartViewportAndWaitUntilWindowIsClosed()
bei DeltaEngine.Editor.EditorView.TryStartViewportAndBlock()
bei DeltaEngine.Editor.EditorView.StartEngineAndBlock()
What should I do?
please help me I'm coming up in programming and want to start soon
Thank you!
p.s. it says "bei" 'cause I'm German
Edited by user Friday, March 3, 2017 10:47:02 PM(UTC)
| Reason: forgot sth