mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #8] Exception on saving to GIF or Video. #1377
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#1377
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 @theKorzh on GitHub (Sep 14, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/8
Originally assigned to: @NickeManarin on GitHub.
Trying to save 1720-frame animation got an exception with text "file 0.png" already exists.
Nothing is changed in recorded frameset except that one frame duration is changed to 2500msec and some text added to it.
Log file: ##log_14_9_2016.txt
@NickeManarin commented on GitHub (Sep 14, 2016):
Thank you for the feedback :)
Just to check, is this related to release 2.2?
@YuryKomar commented on GitHub (Sep 14, 2016):
Looking at the Log File, so it does not contains an error's line in the code. It will be good if you give us .PDB file from your bin directory. using the file along with .EXE file will give you line number as well while exceptions raising. ;)
Same error i have :(
@NickeManarin commented on GitHub (Sep 14, 2016):
Indeed, I'll make it available to download next time.
I had this same problem during release 2.1 and apparently I didn't fix it. :/
@theKorzh commented on GitHub (Sep 14, 2016):
Yep. Version 2.2
So, what I done so far:
First, I deleted frame #0 from sequence (that frame also looked misplaced). Trying to save GIF resulted to message "0.png not found". Ok...
So I copied 1.png to 0.png in the "Recording" folder and clicked "Save" once again. And it works!
Here is full log: log_14_9_2016.txt
@NickeManarin commented on GitHub (Oct 11, 2016):
I believe it's fixed.