[GH-ISSUE #922] [Bug] Exception when loading frames after a recording #710

Open
opened 2026-02-26 09:32:23 +03:00 by kerem · 0 comments
Owner

Originally created by @NickeManarin on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/922

Some users are experiencing an exception when finishing a recording and loading the frames inside the editor.

► Title - 
	Error in loading frames
▬ Message - 
	Collection was modified; enumeration operation may not execute.
○ Type - 
	System.InvalidOperationException
▲ Source - 
	mscorlib
▼ TargetSite - 
	Void ThrowInvalidOperationException(System.ExceptionResource)
♠ StackTrace - 
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at ScreenToGif.Windows.Editor.Load()
Originally created by @NickeManarin on GitHub (Jun 23, 2021). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/922 Some users are experiencing an exception when finishing a recording and loading the frames inside the editor. ```stacktrace ► Title - Error in loading frames ▬ Message - Collection was modified; enumeration operation may not execute. ○ Type - System.InvalidOperationException ▲ Source - mscorlib ▼ TargetSite - Void ThrowInvalidOperationException(System.ExceptionResource) ♠ StackTrace - at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNextRare() at ScreenToGif.Windows.Editor.Load() ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#710
No description provided.