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

×
Trying to play from my I7 with a AMD 5450 GPU (using free radeon drivers)

Here is my error log:

$ sh start.sh

Running Airline Tycoon Deluxe
INFO: Airline Tycoon Deluxe logfile
INFO: VERSION 1.08-linux
INFO: ===============================================================================
INFO: Copyright (C) 2002 Spellbound Software
INFO: /home/buildhost/jenkins/jobs/airline/workspace/airline/src/AT/TakeOff.cpp was compiled at Mar 10 2015 at 19:58:57
INFO: ===============================================================================
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
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: 67
Current serial number in output stream: 68

What Went Wrong?
avatar
starsergio: Trying to play from my I7 with a AMD 5450 GPU (using free radeon drivers)

Here is my error log:

$ sh start.sh

Running Airline Tycoon Deluxe
INFO: Airline Tycoon Deluxe logfile
INFO: VERSION 1.08-linux
INFO: ===============================================================================
INFO: Copyright (C) 2002 Spellbound Software
INFO: /home/buildhost/jenkins/jobs/airline/workspace/airline/src/AT/TakeOff.cpp was compiled at Mar 10 2015 at 19:58:57
INFO: ===============================================================================
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
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: 67
Current serial number in output stream: 68

What Went Wrong?
You could try adding "LD_PRELOAD='/usr/lib32/libstdc++.so.6'" in front of the command. For me "LD_PRELOAD='/usr/lib32/libstdc++.so.6' Airline\ Tycoon\ Deluxe/start.sh" works, while "Airline\ Tycoon\ Deluxe/start.sh" fails with messages similar to your log. Maybe you need to replace "lib32" by "lib".
SOLVED!

The problem was in the libs which come with the game (I had the same problem in several other games): to fix it I forced the game to use system's libs instead of its own, by (re)moving the 'libs' directory or just changing its name:

mv libs __libs

anything works!
Game (Grim Fandango) fails to start on Thinkpad X250 Debian Stretch Intel HD 5500 with error message:

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: 154 (GLX)
Minor opcode of failed request: 3 (X_GLX
Value in failed request: 0x0
Serial number of failed request: 91
Current serial number in output stream:

Solution:

Rename folder

.../GOG Games/Grim Fandango Remastered/game/bin/i386

to

.../GOG Games/Grim Fandango Remastered/game/bin/*i386

to force game to use installed Stretch driver.