mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1349] [Bug] Recursive Startup #993
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#993
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 @MrMendelli on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1349
Originally assigned to: @NickeManarin on GitHub.
Upon starting with my current settings, the program spawns multiple infinite subprocesses of its self.
I have tested with and without my preferences. I can recreate my settings but this issue may be present for other users. I hypothesized it may be from having portable mode with updating enabled but setting the
PortableUpdatetoFalsedid not change the behavior. Cause is inconclusive.I have update checks enabled, normally an update is automatically downloaded and opened in my archival software when finished, or the program opens to the main window if no updates are found.
Attached is my current configuration file.
@pawlos commented on GitHub (Nov 6, 2024):
Based on the
--shimgen-noopparameter and this doc looks like it's related to ScreenToGif being install via Chocolatey.@NickeManarin commented on GitHub (Nov 11, 2024):
Could be due to the app being installed on the root of C:/
The app tries to detect if it was installed with Chocolatey before trying to check for updates.
If so, it doesn't do the check.
The temporary solution is to disable update checks and let the update be done via Chocolatey.
@pryrt commented on GitHub (Oct 14, 2025):
It would be nice if this bug were fixed.
Mine is installed in
c:\usr\local\bin, extracted from the portable, not installed using Chocolatey.If Options > Application > Allow only a single instance is chosen, then it will run two instances (one with
--shimgen-noopand one without), but if Allow multiple instances is chosen, then it will do the infinite loop as shown above.I did confirm that if I disable update checks, the problem goes away. But since I don't use Chocolatey, suggesting that "let the update be done via Chocolatey" is not a viable solution. (And essentially, I am now in the state that I won't know when there's an update to ScreenToGif... Fortunately, now, at least, GitHub will notify me when this Issue is closed, so I at least know to come look to see if a new version fixes it.)