You are not logged in.
Pages: 1
The client is not from the repository because I need an older version. The error:
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_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 54
Current serial number in output stream: 55Offline
The client is not from the repository
Then please share the PKGBUILD you are using, or we can't help.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I am not using a PKGBUILD. I am using the client in the following tarball: https://docs.google.com/uc?id=0B0pq2teL … t=download
Last edited by KeiNivky (2015-02-28 22:19:21)
Offline
Do you have all the dependencies?
$ for f in $(ldd Tibia | awk '// {print $3;}'); do pkgfile $f || echo "NONE: $f"; done | sort -u
multilib/lib32-expat
multilib/lib32-gcc-libs
multilib/lib32-glibc
multilib/lib32-glu
multilib/lib32-libdrm
multilib/lib32-libx11
multilib/lib32-libxau
multilib/lib32-libxcb
multilib/lib32-libxdamage
multilib/lib32-libxdmcp
multilib/lib32-libxext
multilib/lib32-libxfixes
multilib/lib32-libxshmfence
multilib/lib32-libxxf86vm
multilib/lib32-mesa
multilib/lib32-mesa-libgl
multilib/lib32-nvidia-304xx-libgl
multilib/lib32-nvidia-340xx-libgl
multilib/lib32-nvidia-libgl"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yes I had the dependencies installed. But I didn't reboot after installing them and I guess that was the problem. It is working now.
Offline
Pages: 1