mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #639] Removes all user settings #522
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#522
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 @lukaszmn on GitHub (Apr 20, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/639
When I started it today, it removed all my settings. After I set a few options:
it doesn't save any options, and prints the following error to the log file:
What's worse, it also deletes the backup file.
@bNobo commented on GitHub (Apr 26, 2020):
I was not able to reproduce this issue. Could you provide steps to reproduce the error ?
@lukaszmn commented on GitHub (Apr 26, 2020):
Assumptions:
Steps:
.mp4extensionabc-pix_fmt yuv420p -force_key_frames expr:gte(t,n_forced/2) -c:v libx264 -crf 18 -bf 2 -use_editlist 0 -movflags +faststart -vf "scale=-2:720:flags=lanczos"Result:
C:\Users\...\AppData\Roaming\ScreenToGif\Settings.xamlhas size of 3 bytes.@bNobo commented on GitHub (Apr 27, 2020):
Thank you @lukaszm, I was able to reproduce the exception with your detailed explanation. It seems the problem comes when selecting the .mp4 extension. I've proposed a pull request to solve it.
@NickeManarin commented on GitHub (Apr 29, 2020):
Thank you @bNobo and @lukaszmn !