mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #92] Crashed when trying to add an image to a recording #1449
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#1449
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 @tkrytr on GitHub (Feb 20, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/92
Originally assigned to: @NickeManarin on GitHub.
Recorded some screen action. Edited it for a while. Saved the project. Then wanted to overlay a small image on top of a portion of the recording. When I was navigating to the image, ScreenToGif crashed. When I tried to open the project, I did not see it in the expected folder. The only thing I have been able to find is a collection of PNGs in this folder: C:\Users<user>\AppData\Local\Temp\ScreenToGif\Recording\2017-02-20 15-07-01. Is there any way to restore/recreate the GIF using these images?
@NickeManarin commented on GitHub (Feb 20, 2017):
Oh, do you have the log of that error? You can usually find it on the same folder as the executable.
Currently, the only way to restore the recording would be opening the editor and importing all images at once. :/
@tkrytr commented on GitHub (Feb 20, 2017):
Here is the log file:
log_20_2_2017.txt
@NickeManarin commented on GitHub (Feb 20, 2017):
Thank you for the log file. It looks like the app failed to get information of the selected frame on the frame list (bottom of the editor window), while importing the frames.
Wait, you said that you saved the project, then it should be there. (at least there's no log of any exception with the export process).
If there was an exception while exporting as project, you could try searching for a folder named "Export" inside this one: "C:\Users\AppData\Local\Temp\ScreenToGif\Recording\2017-02-20 15-07-01".
@NickeManarin commented on GitHub (Feb 20, 2017):
Btw, did the crash happened before or after opening the "Insert frames" window? (pops up asking for details on how to insert the frames).
@NickeManarin commented on GitHub (Jan 25, 2018):
Well, this was fixed a while ago. I forgot to close this ticket.