BrawlCrate / BrawlCrateIssues

Separate issue tracker repo for bugs submitted from the application, matching BrawlBox's implementation
3 stars 0 forks source link

was trying to view a model #309

Open BrawlCrate opened 2 years ago

BrawlCrate commented 2 years ago

v0.37 x86

The type initializer for 'OpenTK.DisplayDevice' threw an exception. The type initializer for 'OpenTK.Platform.Windows.WinDisplayDeviceDriver' threw an exception.
   at OpenTK.DisplayDevice.get_Default()
   at OpenTK.Graphics.GraphicsMode.get_Default()
   at BrawlLib.OpenGL.TKContext..ctor(Control window)
   at BrawlLib.OpenGL.GLPanel.OnLoad(EventArgs e)
   at System.Windows.Forms.UserControl.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Control.set_Visible(Boolean value)
   at BrawlCrate.UI.MainForm.resourceTree_SelectionChanged(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at BrawlCrate.UI.ResourceTree.set_SelectedNode(TreeNode value)
   at BrawlCrate.UI.ResourceTree.OnAfterSelect(TreeViewEventArgs e)
   at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
   at System.Windows.Forms.TreeView.WmNotify(Message& m)
   at System.Windows.Forms.TreeView.WndProc(Message& m)
   at BrawlCrate.UI.ResourceTree.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)