-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Environment
- Git Extensions 5.2.1.18061
- Build 0d74cfd
- Git 2.48.1.windows.1
- Microsoft Windows NT 10.0.22631.0
- .NET 8.0.13
- DPI 96dpi (no scaling)
- Portable: False
Issue description
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
at System.Drawing.Image.SelectActiveFrame(FrameDimension dimension, Int32 frameIndex)
at System.Drawing.ImageAnimator.ImageInfo.UpdateFrame()
at System.Drawing.ImageAnimator.UpdateFrames(Image image)
at System.Windows.Forms.PictureBox.OnPaint(PaintEventArgs pe)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
Steps to reproduce
Try to checkin a gif-animation with transparent background.
Did this work in previous version of GitExtensions?
Not sure.
Diagnostics
No response