Anyone Getting Crashes On Load?

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » Support » Anyone getting crashes on load?
Anyone getting crashes on load?
 Cerberus.Boogs
Offline
サーバ: Cerberus
Game: FFXI
user: rs1n
Posts: 233
By Cerberus.Boogs 2018-02-27 20:00:13  
My crash log shows:

System.NotSupportedException: The requested security protocol is not supported.
at System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value)
at Launcher.LauncherApplication..ctor(SplashScreen splashinit, LauncherOptions options)
at Launcher.Bootstrap.Main(String[] args)
 Cerberus.Boogs
Offline
サーバ: Cerberus
Game: FFXI
user: rs1n
Posts: 233
By Cerberus.Boogs 2018-02-27 20:58:28  
So apparently this is related to .NET 4.0 and .NET 4.5. If you're running on a system with only .NET 4.0 then you'll see this crash. Simple fix: install .NET 4.5 (you can keep .NET 4.0 and simply install .NET 4.5 on top).

I am guessing something changed with the most recent build, because I have never had this crash before today.
Offline
Posts: 1186
By Boshi 2018-02-27 22:29:04  
My stuff was working fine earlier today,

right now my Windower is crashing when I try to load it
 Cerberus.Boogs
Offline
サーバ: Cerberus
Game: FFXI
user: rs1n
Posts: 233
By Cerberus.Boogs 2018-02-27 22:49:30  
Boshi said: »
My stuff was working fine earlier today,

right now my Windower is crashing when I try to load it

Check your installed programs and see which .NET version you are using. If you do not have .NET 4.5 that could be the reason. I too was having no issues until suddenly tonight Windower just kept crashing upon loading the program.
Offline
Posts: 1186
By Boshi 2018-02-27 23:31:48  
Thank you Boogs that worked
 Asura.Cair
VIP
Offline
サーバ: Asura
Game: FFXI
user: Minjo
Posts: 246
By Asura.Cair 2018-02-28 03:49:19  
GitHub updated their API and no longer allows TLS1.1 connections:

https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/

As a result, our launcher as is would not populate addons. We confirmed functionality on Win 7 and 10 before pushing it live, but limited testing doesn't recreate every environment. If you're having this issue, install .NET 4.5.

If you are on XP (still? for some reason...?) there may be a fix a bit further off.
[+]
 Cerberus.Boogs
Offline
サーバ: Cerberus
Game: FFXI
user: rs1n
Posts: 233
By Cerberus.Boogs 2018-02-28 13:02:54  
Asura.Cair said: »
GitHub updated their API and no longer allows TLS1.1 connections:

https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/

As a result, our launcher as is would not populate addons. We confirmed functionality on Win 7 and 10 before pushing it live, but limited testing doesn't recreate every environment. If you're having this issue, install .NET 4.5.

If you are on XP (still? for some reason...?) there may be a fix a bit further off.

I humbly suggest the fix being an operating system upgrade.