Windows 10 Crash on program startup
Hi, I just encountered this issue with repetier host on windows 10. It crashes whenever the program starts. This is the output in event viewer.
Application: RepetierHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at OpenTK.Platform.Windows.Wgl+Arb.ChoosePixelFormat(IntPtr, Int32[], Single[], Int32, Int32[], Int32 ByRef)
at OpenTK.Platform.Windows.WinGraphicsMode.ChoosePixelFormatARB(IntPtr, OpenTK.Graphics.GraphicsMode)
at OpenTK.Platform.Windows.WinGraphicsMode.SelectGraphicsMode(OpenTK.Graphics.ColorFormat, Int32, Int32, Int32, OpenTK.Graphics.ColorFormat, Int32, Boolean)
at OpenTK.Platform.Windows.WinGLContext.SetGraphicsModePFD(OpenTK.Platform.Windows.WinGraphicsMode, OpenTK.Graphics.GraphicsMode, OpenTK.Platform.Windows.WinWindowInfo)
at OpenTK.Platform.Windows.WinGLContext..ctor(OpenTK.Graphics.GraphicsMode, OpenTK.Platform.Windows.WinWindowInfo, OpenTK.Graphics.IGraphicsContext, Int32, Int32, OpenTK.Graphics.GraphicsContextFlags)
at OpenTK.Platform.Windows.WinFactory.CreateGLContext(OpenTK.Graphics.GraphicsMode, OpenTK.Platform.IWindowInfo, OpenTK.Graphics.IGraphicsContext, Boolean, Int32, Int32, OpenTK.Graphics.GraphicsContextFlags)
at OpenTK.Graphics.GraphicsContext..ctor(OpenTK.Graphics.GraphicsMode, OpenTK.Platform.IWindowInfo, Int32, Int32, OpenTK.Graphics.GraphicsContextFlags)
at OpenTK.WinGLControl.CreateContext(Int32, Int32, OpenTK.Graphics.GraphicsContextFlags)
at OpenTK.GLControl.OnHandleCreated(System.EventArgs)
at System.Windows.Forms.Control.WmCreate(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
I've tried to repair NET installation. It seems to have had no effect.
If anyone can offer me some help I would appreciate it.
Comments