You are not logged in.
Pages: 1
Not entirely sure if this is the right location for this topic. Since it appears to be an OpenTK issue, I thought this may be correct. I have tried the AUR package mattercontrol and I have tried building from the MatterControl github page. No matter what, I run into the same issues.
OpenTK.Graphics.GraphicsModeException: Requested GraphicsMode not available.
at OpenTK.Platform.X11.X11GraphicsMode.SelectGraphicsMode (OpenTK.Graphics.ColorFormat color, System.Int32 depth, System.Int32 stencil, System.Int32 samples, OpenTK.Graphics.ColorFormat accum, System.Int32 buffers, System.Boolean stereo) [0x00054] in <d85857bc66524258b04ff0bdaeed67db>:0
at OpenTK.Graphics.GraphicsMode.LazySelectGraphicsMode () [0x00010] in <d85857bc66524258b04ff0bdaeed67db>:0
at OpenTK.Graphics.GraphicsMode.get_Index () [0x00000] in <d85857bc66524258b04ff0bdaeed67db>:0
at OpenTK.X11GLControl..ctor (OpenTK.Graphics.GraphicsMode mode, System.Windows.Forms.Control control) [0x00022] in <33e0a290e5404e8e8877ff9c93b1ec2f>:0
at OpenTK.GLControlFactory.CreateGLControl (OpenTK.Graphics.GraphicsMode mode, System.Windows.Forms.Control control) [0x00041] in <33e0a290e5404e8e8877ff9c93b1ec2f>:0
at OpenTK.GLControl.OnHandleCreated (System.EventArgs e) [0x00046] in <33e0a290e5404e8e8877ff9c93b1ec2f>:0
at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message& m) [0x00000] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x0021c] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00027] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00025] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <5ad3d0bd1cd24243af30eb325f259ec8>:0
I have seen stuff talk about Nvidia GPUs only being problematic with this. I have a Radeon 5700XT. I'm really not sure how to go about fixing/troubleshooting this error. Any help would be greatly appreciated. Thanks!
Offline
Pages: 1