Last active
September 9, 2024 23:04
-
-
Save macbre/73d5f7e5b5b9091a355642d872596103 to your computer and use it in GitHub Desktop.
Grim Fandango
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ldd GrimFandango | |
linux-gate.so.1 (0xf7778000) | |
libLua.so => ./libLua.so (0xf7749000) | |
libchore.so => ./libchore.so (0xf773f000) | |
libSDL2-2.0.so.1 => ./libSDL2-2.0.so.1 (0xf7621000) | |
libpthread.so.0 => /lib32/libpthread.so.0 (0xf75e8000) | |
libGL.so.1 => not found | |
libGLU.so.1 => not found | |
libX11.so.6 => not found | |
libstdc++.so.6 => not found | |
libm.so.6 => /lib32/libm.so.6 (0xf7591000) | |
libgcc_s.so.1 => not found | |
libc.so.6 => /lib32/libc.so.6 (0xf73da000) | |
libstdc++.so.6 => not found | |
libgcc_s.so.1 => not found | |
libdl.so.2 => /lib32/libdl.so.2 (0xf73d5000) | |
/lib/ld-linux.so.2 (0xf777a000) | |
sudo apt install libc6-i386 libglu1-mesa:i386 | |
$ ./start.sh | |
Running Grim Fandango Remastered | |
Command line arg: ./GrimFandango | |
Absolute executable path: /home/macbre/GOG Games/Grim Fandango Remastered/game/bin/GrimFandango | |
Leaving working directory as: /home/macbre/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 | |
sudo apt install i965-va-driver:i386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment