mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1430] [Bug] Crashing frequently when importing an mp4 #1048
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1048
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sasani-Likes-Penguins on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1430
Originally assigned to: @NickeManarin on GitHub.
When I try opening an mp4 with ffmpeg or Media Player the app crashes around 90% of the time. It does the same while saving a gif as well. Sometimes it disappears without an error, but this is the one I get:
DialogResult can be set only after Window is created and shown as dialog.
at System.Windows.Window.set_DialogResult(Nullable`1 value)
at ScreenToGif.Windows.Other.VideoSource.<Window_Loaded>b__10_5() in R:\Source\ScreenToGif\ScreenToGif\Windows\Other\VideoSource.xaml.cs:line 88
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location ---
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at ScreenToGif.Windows.Other.VideoSource.<Window_Loaded>b__10_3(Object _, EventArgs _) in R:\Source\ScreenToGif\ScreenToGif\Windows\Other\VideoSource.xaml.cs:line 85
at ScreenToGif.ViewModel.VideoSourceViewModel.GetFiles(String folder) in R:\Source\ScreenToGif\ScreenToGif.ViewModel\VideoSourceViewModel.cs:line 827
at ScreenToGif.ViewModel.VideoSourceViewModel.<>c__DisplayClass124_0.b__1(Object sender, DataReceivedEventArgs e) in R:\Source\ScreenToGif\ScreenToGif.ViewModel\VideoSourceViewModel.cs:line 736
at System.Diagnostics.AsyncStreamReader.FlushMessageQueue(Boolean rethrowInNewThread)
--- End of stack trace from previous location ---
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()