algoRhythm99 / TiTsEd

A save editor for Trials in Tainted Space.
BSD 3-Clause "New" or "Revised" License
89 stars 20 forks source link

Update Checker Error #129

Closed someonenameguy closed 3 years ago

someonenameguy commented 3 years ago

The update checker gives an error "Check failed. An unexpected problem occurred.". I have no idea what's causing it. I have internet and it used to work.

image

algoRhythm99 commented 3 years ago

The .NET Runtime seems to be having issues with Github's cert: "The request was aborted: Could not create SSL/TLS secure channel"

algoRhythm99 commented 3 years ago

Will be fixed in the next release. Accessing raw.githubusercontent.com (as it does to get the latest.txt file) requires using TLS 1.2 or later, and the .NET runtime defaults to 1.0. This next release will no longer support Windows XP at all, as it will now require .NET 4.5.