Rhino 8 wip crash

Here the dot.net crash txt
It happened when selecting an icon with RMB
RhinoDotNetCrash.txt (4.9 KB)

Thanks, I’ll see what I can find out.

@JohnM @curtisw - any idea here?

-Pascal

@curtisw This is crashing down deep in the image creation code:

[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.InteropServices.COMException (0x88980003): MILERR_WIN32ERROR (0x88980003)
   at System.Windows.Media.Imaging.RenderTargetBitmap.CopyCommon(RenderTargetBitmap sourceBitmap)
   at System.Windows.Freezable.GetAsFrozen()
   at Eto.Wpf.Drawing.BitmapHandler.SetFrozen() in D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto.Wpf\Drawing\BitmapHandler.cs:line 244
   at Eto.WidgetHandler`1.Eto.Widget.IHandler.Initialize() in D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto\WidgetHandler.cs:line 132
   at Eto.Widget.Initialize() in D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto\Widget.cs:line 356
   at Eto.Drawing.Bitmap..ctor(Image image, Nullable`1 width, Nullable`1 height, ImageInterpolation interpolation) in D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto\Drawing\Bitmap.cs:line 201
   at Rhino.UI.ImageResources.CreateEtoBitmap(String svgContent, Int32 width, Int32 height, Boolean adjustForDarkMode)
   at Rhino.UI.ImageResources.CreateEtoBitmap(Guid resourceId, Int32 width, Int32 height, Boolean adjustForDarkMode)
   at Rhino.UI.ImageResources.CreateEtoIcon(Guid resourceId, Int32 width, Int32 height, Boolean adjustForDarkMode)
   at Rhino.UI.Internal.TabPanels.Controls.ToolBarControlItem.get_Icon()
   at Rhino.UI.Internal.TabPanels.Controls.ToolBarControlItem.OnPaint(PaintEventArgs e)
   at Eto.Forms.Drawable.Callback.OnPaint(Drawable widget, PaintEventArgs e) in D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto\Forms\Controls\Drawable.cs:line 181