Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Hey, try this. Go into the bin folder in your Baldur's Gate III folder (Steamapps/common/BaldursGate3/bin, I'm sure you already know this but just in case) and run bg3_dx11. See if the game runs then. You might get momentarily kicked out of the program again as the Launcher tries and fails to launch, but see if the game runs anyway.
Good news is I can play, bad news is that Steam won't acknowledge I'm playing it.
No, this is recent. I've been able to run it on Ultra since launch with zero issues. Something they've done has broken the launcher on laptops.
POSSIBLE SOLUTION (Worked for me)
Put this into your Windows File Explorer or find the folder manually.
%LocalAppData%\LarianStudios\Launcher\Settings
There should be a .json file. Open it with notepad. You should see this-
{
"SelectedCulture": "en-US",
"CacheBuster": "44",
"WasOnboarded": true,
"UseRenderingBackend": 1
}
Or this-
{
"CacheBuster": "47",
"WasOnboarded": true
}
ADD A COMMA AT THE END OF THE PREVIOUS LINE, THEN ADD THIS LINE
"CheckForOutdatedDrivers": false
So it should look something like this-
{
"SelectedCulture": "en-US",
"CacheBuster": "44",
"WasOnboarded": true,
"UseRenderingBackend": 1,
"CheckForOutdatedDrivers": false
}
Or this-
{
"CacheBuster": "47",
"WasOnboarded": true,
"CheckForOutdatedDrivers": false
}
Hope this helps!
Did you switch to DX11, or try running it with Vulcan? Vulcan crashes for me, but it runs fine with the launcher if I use DX11.
I was trying to do this but my launcher folder does not have a settings folder within it lol
Probably shouldn't take advice from a year old dead thread.
THIS! Step 4 got it for me!