Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Recursive Startup #1349

Open
MrMendelli opened this issue Nov 6, 2024 · 2 comments
Open

[Bug] Recursive Startup #1349

MrMendelli opened this issue Nov 6, 2024 · 2 comments
Assignees
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.

Comments

@MrMendelli
Copy link

MrMendelli commented Nov 6, 2024

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 PortableUpdate to False did 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.

image

  • OS: Windows 10 x64
  • ScreenToGif: v2.41.1 (issue has happened in older versions)

Attached is my current configuration file.

@MrMendelli MrMendelli added ⬜ Pending Status • This issue stills needs to be analyzed. 🔷 Bug 🐛 Type • An undesired situation happens. labels Nov 6, 2024
@pawlos
Copy link
Contributor

pawlos commented Nov 6, 2024

Based on the --shimgen-noop parameter and this doc looks like it's related to ScreenToGif being install via Chocolatey.

@NickeManarin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.
Projects
None yet
Development

No branches or pull requests

3 participants