• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

xrogaan

Sergeant
63 Badges
Jul 27, 2013
95
7
  • Surviving Mars: First Colony Edition
  • Stellaris: Nemesis
  • Stellaris: Ancient Relics
  • Stellaris: Federations
  • Surviving Mars
  • Stellaris: Lithoids
  • Stellaris: Necroids
  • Impire
  • Magicka
  • Cities: Skylines - Green Cities
  • Cities: Skylines - Natural Disasters
  • Cities: Skylines - Snowfall
  • Cities: Skylines - After Dark
  • Cities: Skylines - Mass Transit
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Shadowrun: Hong Kong
  • Imperator: Rome
  • Prison Architect
  • Cities: Skylines
  • Pillars of Eternity
  • Tyranny: Archon Edition
  • Tyranny - Bastards Wound
  • Tyranny - Tales from the Tiers
  • Age of Wonders III
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings III
  • Stellaris Sign-up
  • Stellaris
  • Stellaris: Humanoids Species Pack
  • Stellaris - Path to Destruction bundle
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Stellaris: Synthetic Dawn
It appears that I am unable to login and claim rewards for this game.

It is not an issue related to emails or password, anything put into that form will result in the same error message. The game seems unable to talk to paradox's backend.

Running under linux.
 

Attachments

  • Capture du 2019-02-21 04-30-19.png
    Capture du 2019-02-21 04-30-19.png
    1 MB · Views: 20
Upvote 0
It would be steam.

Edit: the log file contains some lines about the web, in the likes of:
Code:
OnlineServicesManager::Coroutine_GetLegalDocument - Exception of type 'System.ApplicationException' was thrown.
POPS SDK error: [CurlCallManager::update] FAIL '0x16eeb5d0' http status was none of 100, 200, 304: 0

I attached the file to this message.
 

Attachments

  • Player.log
    25,1 KB · Views: 39
Last edited:
Alright, that's interesting, just tested it myself and had no issues with either my real account nor my test account. Stupid question perhaps but are you connected to the internet ><?
 
It does seems that way isn't it? Yes, I am connected to the internet.

I did first play during a free weekend, I don't know if it matters. It smells like the library being used on my machine do not understand the result given by the remote. Or that the remote doesn't exists anymore:
Code:
NewsManager LoadTextureFromWeb() - Unable to load from web: 410 Gone

I'd probably need to fire up wireshark to be sure about what is going on.
 
Listening with wireshark I can see my computer and the remote acknowledge each other when I try to login, but it just stop there.
Code:
SYN → SYN, ACK → ACK → FIN, ACK → FIN, ACK → ACK

It may be due to bad SSL, the ip shown is the one Tyranny is trying to reach.
Code:
$ openssl s_client -showcerts -connect 143.204.101.114:443
CONNECTED(00000003)
139907420004416:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../ssl/record/rec_layer_s3.c:1407:SSL alert number 40
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 176 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : 0000
    Session-ID: 
    Session-ID-ctx: 
    Master-Key: 
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1550771064
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: no
---

Is my openssl outdated? I am running OpenSSL 1.1.0j, debian stable.
 
I realize the IP I am hitting is cloudflare, but that's the one showing up (amongst others) every time I hit the "login" button. Point is the game can't establish a dialogue with the remote.

I do not know if I can resolve the issue myself, it seems to me to be a problem on the remote.
 
It's most likely a cloudfare configuration that is keeping us to reach PDX servers. Running wireshark back then made me aware that the reverse proxy is simply refusing me connection.