GhGL crash on Windows

WINDOWS Rhino 7.6 same RhinoDotNetCrash report
@diff-arch were you able to open the code editor in the old releases? because I never could on both platforms I also check if this window could stuck behind the grasshopper windows but not.

[ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method not found: ‘Void Eto.CodeEditor.CodeEditor…ctor(Eto.CodeEditor.ProgrammingLanguage, Boolean)’.
at ghgl.ShaderEditorControl…ctor(ShaderType type, GLSLViewModel model)
at ghgl.GLSLEditorDialog.ShowTab(ShaderType type)
at ghgl.GLSLEditorDialog…ctor(GLSLViewModel model, Boolean includeTessellationShaders, String componentName)
at ghgl.GLShaderComponentBase.OpenEditor()
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
[END ERROR]

This thread was about Mac; I’m going to split your issues into a different thread as there are completely different things going on.

1 Like

What do you get when you right click on the Eto.CodeEditor.dll in
C:\Program Files\Rhino 7\System?

The following image is what I’m looking for

Hi Steve, I decided to reinstall my rhino and now with the current stable version SR5, all works as expected. It was very weird because this happening since many releases ago. Anyway, I checked the Eto.CodeEditor.dll and is the same, thank you!

Thanks for letting me know. Happy to hear it is working for you now