Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Sep 2023
T
stranger
OP Offline
stranger
T
Joined: Sep 2023
Launcher login doesn't work. Apparently nowhere and apparently because you broke your CORS configs:

[Linked Image from imageupload.io]
https://imageupload.io/Wk5fdzOKjekD6yu

Joined: Sep 2023
stranger
Offline
stranger
Joined: Sep 2023
Same issue here, cannot log in

Joined: Oct 2020
Location: Cormyr
Bard of Suzail
Offline
Bard of Suzail
Joined: Oct 2020
Location: Cormyr
Skip the launcher, there is no real need for it I am aware of.

Joined: Sep 2023
T
stranger
OP Offline
stranger
T
Joined: Sep 2023
Originally Posted by Zentu
Skip the launcher, there is no real need for it I am aware of.
Im playing via streaming, so without it I don't have access to my saves.

Joined: Sep 2023
stranger
Offline
stranger
Joined: Sep 2023
Need it for my cross saves between different platforms, I would say the majority of player-base uses it and needs it

Joined: Oct 2020
Location: Cormyr
Bard of Suzail
Offline
Bard of Suzail
Joined: Oct 2020
Location: Cormyr
Simple fix for Steam below. The saves are not store at a Larian site, either via Steam for cloud or locally on your system

  • Right-click the game in your library and select Properties.
  • Look for the Launch Options field at the bottom of the General tab.
  • Add "--skip-launcher" and close the properties window.
  • Launch the game as normal.


Originally Posted by FMLfailz
Need it for my cross saves between different platforms, I would say the majority of player-base uses it and needs it

Note sure about cross saving as I only game for PC so have had no need.

Last edited by Zentu; 27/09/23 04:19 PM.
Joined: Sep 2023
T
stranger
OP Offline
stranger
T
Joined: Sep 2023
Dude, this is not a fix, can you please stop ? We KNOW you can skip the launcher. But some of us actually need it to play.

Last edited by troublemaker; 27/09/23 04:25 PM.
Joined: Sep 2023
T
stranger
Offline
stranger
T
Joined: Sep 2023
troublemaker is in the right with this - the CORS settings are incorrect.

Short explanation: The launcher runs on the URL https://launcher.larian.com and tries to send a request to https://larian.com/api/. While both URLs include 'larian.com', the URL 'launcher.larian.com' is a different subdomain, which is why there would need to be specific headers set in the request to enable communication between those subdomains.

Basically nothing that can be fixed on the player side, but rather has to be fixed by Larian.

P.S.:
@troublemaker: How did you find the URL of the launcher? (As DevTools do not work in the launcher itself) Did you wireshark it or something? laugh

Last edited by TheDonDope; 27/09/23 06:00 PM.
Joined: Sep 2023
D
stranger
Offline
stranger
D
Joined: Sep 2023
Hey -- was able to login to login via the website by intercepting requests via Charles proxy and adding the following http response headers for host larian.com port 443:

Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: https://launcher.larian.com
Access-Control-Allow-Headers: Content-Type

Joined: Sep 2023
C
stranger
Offline
stranger
C
Joined: Sep 2023
how do you access controls?

Joined: Sep 2023
C
stranger
Offline
stranger
C
Joined: Sep 2023
Originally Posted by delps
Hey -- was able to login to login via the website by intercepting requests via Charles proxy and adding the following http response headers for host larian.com port 443:

Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: https://launcher.larian.com
Access-Control-Allow-Headers: Content-Type

Nice solution, shame for those that aren't comfortable with Charles Proxy or similar laugh

Last edited by CodingSloth; 27/09/23 09:41 PM.
Joined: Sep 2023
stranger
Offline
stranger
Joined: Sep 2023
Any instructions on how it works, or a YouTube video idk if I can go another day without the launcher logging in

Joined: Sep 2023
E
eas Offline
stranger
Offline
stranger
E
Joined: Sep 2023
Seems that they fixed it. Thanks..


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5