[GH-ISSUE #585] Crash on startup #483

Closed
opened 2026-02-26 09:31:36 +03:00 by kerem · 1 comment
Owner

Originally created by @byzod on GitHub (Feb 11, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/585

   在 System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value)
   在 ScreenToGif.App.Application_Startup(Object sender, StartupEventArgs e)
   在 System.Windows.Application.OnStartup(StartupEventArgs e)
   在 System.Windows.Application.<.ctor>b__1_0(Object unused)
   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

System.ValidateSecurityProtocol

TIM截图20200211184943

Originally created by @byzod on GitHub (Feb 11, 2020). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/585 ``` 在 System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value) 在 ScreenToGif.App.Application_Startup(Object sender, StartupEventArgs e) 在 System.Windows.Application.OnStartup(StartupEventArgs e) 在 System.Windows.Application.<.ctor>b__1_0(Object unused) 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) 在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` `System.ValidateSecurityProtocol` ![TIM截图20200211184943](https://user-images.githubusercontent.com/848607/74230418-4ec31280-4cff-11ea-91ab-eb1f17e67d19.png)
kerem 2026-02-26 09:31:36 +03:00
Author
Owner

@NickeManarin commented on GitHub (Feb 11, 2020):

Version 2.20 onwards requires .NET Framework 4.8.
The bug here is that I added a code before the part of the app that verifies the .NET Framework version and it's crashing.

It is fixed. Thanks.

<!-- gh-comment-id:584608790 --> @NickeManarin commented on GitHub (Feb 11, 2020): Version 2.20 onwards requires .NET Framework 4.8. The bug here is that I added a code before the part of the app that verifies the .NET Framework version and it's crashing. It is fixed. Thanks.
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#483
No description provided.