Problem running Baldur's Gate 2: complete edition on Ubuntu 18.04 64-bit
by kareempharmacist from LinuxQuestions.org on (#4S5F6)
Hello, I am trying to run Baldur's Gate 2: Complete Edition on Ubuntu 18.04 64-bit using the native GOG Linux installer. I managed to install it successfully but I couldn't start it. The shortcut with the "windowed" name pops up a blue screen then it disappears and nothing happens afterwards.
Running it from the command line using:
Code:./start.shProduces the following error:
Code:libGL error: MESA-LOADER: failed to open i965 (search paths /usr/lib/i386-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: i965
libGL error: MESA-LOADER: failed to open i965 (search paths /usr/lib/i386-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: i965
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/i386-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 335
Current serial number in output stream: 334
Restoring resolution.I guess it is 32-bit binaries meant to run on Linux using Wine because a Wine configuration window appeared during the installation but disappeared quickly.
The info.ext file that comes with the game says:
Quote:
I googled a lot and tried many of the solutions on the web but they didn't work.
Information about my system:
after executing the command:
Code:glxinfoThe important part of the output is:
Code:name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) (0x5912)
Version: 19.1.2
Accelerated: yes
Video memory: 3072MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2after executing the command:
Code:sudo lshwThe important part of the output is:
Code:-display
description: VGA compatible controller
product: HD Graphics 630
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:124 memory:f6000000-f6ffffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffffI am an average Linux user.
Thank in advance for your help.


Running it from the command line using:
Code:./start.shProduces the following error:
Code:libGL error: MESA-LOADER: failed to open i965 (search paths /usr/lib/i386-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: i965
libGL error: MESA-LOADER: failed to open i965 (search paths /usr/lib/i386-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: i965
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/i386-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 335
Current serial number in output stream: 334
Restoring resolution.I guess it is 32-bit binaries meant to run on Linux using Wine because a Wine configuration window appeared during the installation but disappeared quickly.
The info.ext file that comes with the game says:
Quote:
| BALDUR'S GATE 2 COMPLETE (LINUX) [GOG] Minimum system requirements - Linux: Ubuntu 14.04 / Linux Mint 17, Processor: Intel Core 2 Duo 2GHz+ or equivalent, Memory: 2 GB, Graphics: 256 MB of video memory. Installed packages: libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 and dependencies. The game comes with a 32-bit binary only. This is a Wine game. |
I googled a lot and tried many of the solutions on the web but they didn't work.
Information about my system:
after executing the command:
Code:glxinfoThe important part of the output is:
Code:name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) (0x5912)
Version: 19.1.2
Accelerated: yes
Video memory: 3072MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2after executing the command:
Code:sudo lshwThe important part of the output is:
Code:-display
description: VGA compatible controller
product: HD Graphics 630
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:124 memory:f6000000-f6ffffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffffI am an average Linux user.
Thank in advance for your help.