[LAUNCHER] Failed to download XML
Posted: Fri Oct 06, 2023 9:41 am
UPDATE :
New .reg file to add missing registry keys, the older had a missing "/" on some path. Link below
EDIT : Solved ! (Normaly)
Thanks to Tualens, we've found a solution (not sure if its work for everyone)
Certain version of windows force the use of a wrong TLS (a service that work in pair with .NET).
Solution is to add new key in your regedit that force your windows to use another version of TLS.
Two method possible to do that :
1. Hard way, opening regedit and adding each new key manualy
adding the following registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
2. Easy way, thanks to Nellkee and Tualens, we have a .reg file that automaticaly add these keys to your regedit.
https://we.tl/t-eMeSRtiPDQ <- Here is the link to the .reg file.
Download it, launch it, it will ad needed key, then launch the RoRLauncher and it will be fine, normaly.
____________________________________
Hey all,
Some new/returning players of my guild encounter a weird issue with the launcher (Can't access web and login server). Log return :
[23/09/23 18:01:10] I Web : Trying to Download XML
[23/09/23 18:01:10] E Web : Failed to Download XML
[23/09/23 18:01:10] E Web : XML Download Error...retrying in 10
[23/09/23 18:01:20] I Web : Trying to Download XML
[23/09/23 18:01:20] E Web : Failed to Download XML
[23/09/23 18:01:20] E Web : XML Download Error...retrying in 10
About specs :
- One is on windows 10, the other on windows 11, so not an OS related issue
- One is based in France and the other in Belgium, with different kind of connection and internet provider
- One use a 5G box provider and the other a classic box provier
- No special character or whatsover in the path name / OS Session Name / etc
What we had tested so far :
- Installing / reinstalling NET and Direct X
- Putting DirectX DLL directly in WAR folder
- Test to launch the game through a VPN with differents localizations
- Trying to reach the XML file through the web browser : Worked.
- Trying to download the latest RoR Updater and launcher exe and replace existent in the WAR folder
- Trying both installation methods (RoRInstaller and Direct Download)
- Trying to set static IP and DNS
- Trying to launch the game through a shared connection by the phone
- Done a tracert to 147.135.130.126, some test had timed out, but not related to the issue I suppose, I've done this tracert on my machine and same timed out (but my launcher work).
Currently one of those guy is installing a VM to test through that if its work or not.
Any help or suggestion will be really appreciated ! Thanks
New .reg file to add missing registry keys, the older had a missing "/" on some path. Link below
EDIT : Solved ! (Normaly)
Thanks to Tualens, we've found a solution (not sure if its work for everyone)
Certain version of windows force the use of a wrong TLS (a service that work in pair with .NET).
Solution is to add new key in your regedit that force your windows to use another version of TLS.
Two method possible to do that :
1. Hard way, opening regedit and adding each new key manualy
adding the following registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
2. Easy way, thanks to Nellkee and Tualens, we have a .reg file that automaticaly add these keys to your regedit.
https://we.tl/t-eMeSRtiPDQ <- Here is the link to the .reg file.
Download it, launch it, it will ad needed key, then launch the RoRLauncher and it will be fine, normaly.
____________________________________
Hey all,
Some new/returning players of my guild encounter a weird issue with the launcher (Can't access web and login server). Log return :
[23/09/23 18:01:10] I Web : Trying to Download XML
[23/09/23 18:01:10] E Web : Failed to Download XML
[23/09/23 18:01:10] E Web : XML Download Error...retrying in 10
[23/09/23 18:01:20] I Web : Trying to Download XML
[23/09/23 18:01:20] E Web : Failed to Download XML
[23/09/23 18:01:20] E Web : XML Download Error...retrying in 10
About specs :
- One is on windows 10, the other on windows 11, so not an OS related issue
- One is based in France and the other in Belgium, with different kind of connection and internet provider
- One use a 5G box provider and the other a classic box provier
- No special character or whatsover in the path name / OS Session Name / etc
What we had tested so far :
- Installing / reinstalling NET and Direct X
- Putting DirectX DLL directly in WAR folder
- Test to launch the game through a VPN with differents localizations
- Trying to reach the XML file through the web browser : Worked.
- Trying to download the latest RoR Updater and launcher exe and replace existent in the WAR folder
- Trying both installation methods (RoRInstaller and Direct Download)
- Trying to set static IP and DNS
- Trying to launch the game through a shared connection by the phone
- Done a tracert to 147.135.130.126, some test had timed out, but not related to the issue I suppose, I've done this tracert on my machine and same timed out (but my launcher work).
Currently one of those guy is installing a VM to test through that if its work or not.
Any help or suggestion will be really appreciated ! Thanks