Divinity: Original Sin 2

Divinity: Original Sin 2

Not enough ratings
run on linux / fix linux startup crash
By 00 Schneider
fix linux start after new launcher update
   
Award
Favorite
Favorited
Unfavorite
fix
Larian Studios made a unnecessary new bloatware ♥♥♥♥ launcher for the game and in the process broke the game on linux.

To fix it, open a terminal, cd to the installation directory:
cd ~/.local/share/Steam/steamapps/common/Divinity\ Original\ Sin\ 2/

Then run the following commands:
mv bin bin-bak mv Data Data-bak ln -s DefEd/bin bin ln -s DefEd/Data Data mv bin/SupportTool.exe bin/SupportTool.bak ln -s bin/EoCApp.exe bin/SupportTool.exe

Thanks to Ordon for posting this information (originating from protondb[www.protondb.com])!
And ⎛⎝惡貫滿盈⎠⎞ for pointing out problems with the original solution!
6 Comments
bishop 4 Jul @ 10:47am 
XYETA :MiniTheDogBmcStudio:
00 Schneider  [author] 20 Mar, 2022 @ 5:09am 
Thanks ⎛⎝惡貫滿盈⎠⎞! I changed the guide accordingly.
⎛⎝惡貫滿盈⎠⎞ 20 Mar, 2022 @ 2:20am 
That fix is incomplete and it could cause black screen and crush.
According to the author of proton-ge, the correct way to symlink is:

mv bin bin-bak
mv Data Data-bak
ln -s DefEd/bin bin
ln -s DefEd/Data Data
cd bin
mv SupportTool.exe SupportTool.bak
ln -s EoCApp.exe SupportTool.exe

Related comment [github.com]
Saike 11 Sep, 2021 @ 7:24am 
thx dude, it worked perfectly! :Darling:
Hayah 6 Sep, 2021 @ 9:00am 
thx (o:
Hexperience 6 Sep, 2021 @ 8:58am 
bump