[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: linux client for graal online



Johann Koenig wrote:
I'm interested in trying out a game I found, Graal Online. There is a
linux client, and an installer script. Installer seemed to go off fine,
but I can't get the client to start. Pops up a dialog that says:
Unable to initialize OpenGL. (Error: Could not load OpenGL library)

Now, I've tried running strace, but the only missing files I can come up
with are:
/etc/ld.so.nohwcap
/etc/ld.so.preload

Strace dump posted at http://mental-graffiti.com/d-u/graal/

As far as opengl, I'm pretty sure I've got it working properly. I use
the nvidia driver, and have successfully run such programs as tuxracer,
quake (2 && 3), unreal.

Any suggestions would be more than welcome.

un an `ldd <path-to-binary>' and see what it reports.

This is the output for `ldd /usr/X11R6/bin/glxgears':

        libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40025000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400a9000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400b8000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4017f000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4018e000)
        libc.so.6 => /lib/tls/libc.so.6 (0x401b1000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0x402ea000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

-Roberto

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: