It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I have a fresh installation of elementary OS and I installed "Baldur's Gates II Complete" edition with the original GOG installer.

When I run the game (Fullscreen, Windowed and Setup), it won't start. If I run it in my Terminal, I can see this message:

----
Running Baldur's Gate 2 Complete settings
[drunk][21/12/2018_12:52:26] WINEDEBUG=trace+x11settings
[drunk][21/12/2018_12:52:26] WINEDLLOVERRIDES=mscoree,mshtml=
[drunk][21/12/2018_12:52:26] WINEPREFIX=/home/jonathanlinat/GOG Games/Baldurs Gate 2 Complete/drunk/../prefix/
[drunk][21/12/2018_12:52:26] starting wine
[drunk][21/12/2018_12:52:26] wine run ended
----

How can I solve this problem?
Attachments:
No posts in this topic were marked as the solution yet. If you can help, add your reply
I'd try forcing the game to use the wine package provided by your distribution instead of the one packaged by GOG.

First of all Install wine in Elementary OS by issuing the following command into a terminal:

sudo apt-get install wine winetricks
Then search for a file named "drunk.sh" in "/home/jonathanlinat/GOG Games/Baldurs Gate 2 Complete/drunk/" and open it with any text editor.
Replace

"${current_dir}/../${drunk_wine}/bin/wine"
with

"/usr/bin/wine"
Save the file and try to run the game again.