[GH-ISSUE #131] Program does not start at all (Win10) #1484

Closed
opened 2026-03-01 18:45:52 +03:00 by kerem · 12 comments
Owner

Originally created by @Ivaylo-Lafchiev on GitHub (May 5, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/131

Running Windows 10 Anniversary Edition (x64), opening the executable does not do anything on any of the latest versions (2.5, 2.6 or 2.7). No error, just doesn't open. I might be missing some libraries perhaps?

NOTE: I already have .NET Framework 4.6.1+

Originally created by @Ivaylo-Lafchiev on GitHub (May 5, 2017). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/131 Running Windows 10 Anniversary Edition (x64), opening the executable does not do anything on any of the latest versions (2.5, 2.6 or 2.7). No error, just doesn't open. I might be missing some libraries perhaps? NOTE: I already have .NET Framework 4.6.1+
kerem closed this issue 2026-03-01 18:45:53 +03:00
Author
Owner

@NickeManarin commented on GitHub (May 5, 2017):

I have PC's with the Creators Update, but I recently had the Anniversary update too, both using (x64). Everything running as expected.

Are you running directly from the Zip file? Do you have an antivirus?

<!-- gh-comment-id:299443132 --> @NickeManarin commented on GitHub (May 5, 2017): I have PC's with the Creators Update, but I recently had the Anniversary update too, both using (x64). Everything running as expected. Are you running directly from the Zip file? Do you have an antivirus?
Author
Owner

@Ivaylo-Lafchiev commented on GitHub (May 5, 2017):

Tried running from zip and extracting it, I only have Windows Defender, but it hasn't said it's blocking the program or anything.

<!-- gh-comment-id:299444832 --> @Ivaylo-Lafchiev commented on GitHub (May 5, 2017): Tried running from zip and extracting it, I only have Windows Defender, but it hasn't said it's blocking the program or anything.
Author
Owner

@NickeManarin commented on GitHub (May 5, 2017):

While running outside the zip, did you notice if the app creates a folder on the same location of the executable?

<!-- gh-comment-id:299463781 --> @NickeManarin commented on GitHub (May 5, 2017): While running outside the zip, did you notice if the app creates a folder on the same location of the executable?
Author
Owner

@Ivaylo-Lafchiev commented on GitHub (May 5, 2017):

Does not create anything.

<!-- gh-comment-id:299464924 --> @Ivaylo-Lafchiev commented on GitHub (May 5, 2017): Does not create anything.
Author
Owner

@tychoid commented on GitHub (May 10, 2017):

Same issue here. screentogif.exe process runs for a second. werfault.exe then runs for a moment. Mouse cursor hangs a bit for about a second, then nothing. No error message. Worked a month or two ago on the same machine with the same version (2.5). 2.7.2 also doesn't launch. Trying to identify any other changes since it last worked on my machine... can't think of any besides Anniversary and nvidia graphics drivers. Tried fiddling with some admin privileges and compatibility modes, but no dice there either.

<!-- gh-comment-id:300469601 --> @tychoid commented on GitHub (May 10, 2017): Same issue here. screentogif.exe process runs for a second. werfault.exe then runs for a moment. Mouse cursor hangs a bit for about a second, then nothing. No error message. Worked a month or two ago on the same machine with the same version (2.5). 2.7.2 also doesn't launch. Trying to identify any other changes since it last worked on my machine... can't think of any besides Anniversary and nvidia graphics drivers. Tried fiddling with some admin privileges and compatibility modes, but no dice there either.
Author
Owner

@NickeManarin commented on GitHub (May 10, 2017):

Where exactly are you running the app? (from which folder, desktop? Program files?)

<!-- gh-comment-id:300508772 --> @NickeManarin commented on GitHub (May 10, 2017): Where exactly are you running the app? (from which folder, desktop? Program files?)
Author
Owner

@tychoid commented on GitHub (May 10, 2017):

When it worked, It was in a directory on the desktop. I already tried dropping it in a few other directories since it failed to launch, including program files x86 on my startup disk with no change in launch behaviour.

<!-- gh-comment-id:300587818 --> @tychoid commented on GitHub (May 10, 2017): When it worked, It was in a directory on the desktop. I already tried dropping it in a few other directories since it failed to launch, including program files x86 on my startup disk with no change in launch behaviour.
Author
Owner

@TheCell commented on GitHub (May 13, 2017):

Does it show up if you run it as administrator? (rightclick the exe -> run as administrator)

<!-- gh-comment-id:301244669 --> @TheCell commented on GitHub (May 13, 2017): Does it show up if you run it as administrator? (rightclick the exe -> run as administrator)
Author
Owner

@tychoid commented on GitHub (May 14, 2017):

Nope. Was the first thing I tried.

<!-- gh-comment-id:301329397 --> @tychoid commented on GitHub (May 14, 2017): Nope. Was the first thing I tried.
Author
Owner

@Ivaylo-Lafchiev commented on GitHub (May 14, 2017):

Not sure what changed, but it suddenly started working. The only two major changes I can think of that I've done is move it to a different HDD and updating to the latest NVidia drivers.

EDIT: I figured it out! RivaTuner Statistics somehow breaks the application. It runs fine when it is closed and stops working when it is open.

<!-- gh-comment-id:301331373 --> @Ivaylo-Lafchiev commented on GitHub (May 14, 2017): Not sure what changed, but it suddenly started working. The only two major changes I can think of that I've done is move it to a different HDD and updating to the latest NVidia drivers. EDIT: I figured it out! RivaTuner Statistics somehow breaks the application. It runs fine when it is closed and stops working when it is open.
Author
Owner

@NickeManarin commented on GitHub (May 19, 2017):

@tychoid Do you have a similar program installed (RivaTuner)?

<!-- gh-comment-id:302584158 --> @NickeManarin commented on GitHub (May 19, 2017): @tychoid Do you have a similar program installed (RivaTuner)?
Author
Owner

@tychoid commented on GitHub (May 19, 2017):

I do have RivaTuner/MSIAfterburner installed. I previously tried closing those processes before with no change, but I have not tried stopping them from hooking during startup. Let me try fiddling around with that.

Edit: Well, 2090886l was probably right; it most likely was something to do with RivaTuner. I should have spent some time finding out -exactly- what it was, but I ended up just updating RivaTuner to the latest version (7.0.0beta -- the previous version was bugged and wouldn't auto-update. Might have been some weird incompatibility issues with Windows 10 / or anniversary). Manually updated RivaTuner (didn't change any of its settings), restarted, and ScreenToGif now launches with RivaTuner still open.

tl;dr might want to suggest people update RivaTuner, or look into conflicts with older versions of it.

<!-- gh-comment-id:302704294 --> @tychoid commented on GitHub (May 19, 2017): I do have RivaTuner/MSIAfterburner installed. I previously tried closing those processes before with no change, but I have not tried stopping them from hooking during startup. Let me try fiddling around with that. Edit: Well, 2090886l was probably right; it most likely was something to do with RivaTuner. I should have spent some time finding out -exactly- what it was, but I ended up just updating RivaTuner to the latest version (7.0.0beta -- the previous version was bugged and wouldn't auto-update. Might have been some weird incompatibility issues with Windows 10 / or anniversary). Manually updated RivaTuner (didn't change any of its settings), restarted, and ScreenToGif now launches with RivaTuner still open. tl;dr might want to suggest people update RivaTuner, or look into conflicts with older versions of it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1484
No description provided.