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

×
Hi there,

I've used the GoG-Installer to install Grim Fandango Remastered on Ubuntu 17.10 which returned no error code. If I try to start the game in a terminal I got the following messages:

~/GOG Games/Grim Fandango Remastered$ ./start.sh
Running Grim Fandango Remastered
Command line arg: ./GrimFandango
Absolute executable path: /home/ralf/GOG Games/Grim Fandango Remastered/game/bin/GrimFandango
Leaving working directory as: /home/ralf/GOG Games/Grim Fandango Remastered/game/bin
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 97
Current serial number in output stream: 98
The i965 driver is installed on my system in both 64 and 32bit version.

ralf@gallifrey:~/GOG Games/Grim Fandango Remastered$ aptitude search i965
i i965-va-driver - VAAPI driver for Intel G45 & HD Graphi
i i965-va-driver:i386 - VAAPI driver for Intel G45 & HD Graphi
Some details about my system:

~$ inxi -GZ
System: Host: gallifrey Kernel: 4.13.0-19-generic x86_64 bits: 64
Desktop: Gnome 3.26.2 Distro: Ubuntu 17.10
Graphics: Card: Intel HD Graphics 520
Display Server: x11 (X.Org 1.19.5 ) driver: i915
Resolution: 1366x768@60.02hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 520 (Skylake GT2)
version: 4.5 Mesa 17.2.2
Anyone got an idea how to fix this?

Thanks,
spielkalb
Post edited December 14, 2017 by spielkalb
No posts in this topic were marked as the solution yet. If you can help, add your reply
Okay, should look more thoroughly in the future before asking questions which are already answered.

The trick is to start the game with the executable GrimFandango in

~/GOG Games/Grim Fandango Remastered/game/bin/

See the thread Anyone has run this on Linux?
I have the same problem.

Running Grim Fandango Remastered
Command line arg: ./GrimFandango
Absolute executable path: /home/effetto/opt/GOG Games/Grim Fandango Remastered/game/bin/GrimFandango
Leaving working directory as: /home/effetto/opt/GOG Games/Grim Fandango Remastered/game/bin
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 90
Current serial number in output stream: 91

On Ubuntu 17.10. Sadly, your workaround doesn't work for me :/
Have you tried running this?

$ find your-gog-games-dir/Grim\ Fandango\ Remastered/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete

It fixed my problem.
Thanks, spielkalb!!! Your solution worked a charm, for me!