You are not logged in.

#1 2015-02-28 22:07:26

KeiNivky
Member
Registered: 2015-02-06
Posts: 11

Error when running Tibia

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:  55

Offline

#2 2015-02-28 22:12:23

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Error when running Tibia

KeiNivky wrote:

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

#3 2015-02-28 22:18:08

KeiNivky
Member
Registered: 2015-02-06
Posts: 11

Re: Error when running Tibia

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

#4 2015-02-28 22:43:15

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Error when running Tibia

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

#5 2015-02-28 23:21:37

KeiNivky
Member
Registered: 2015-02-06
Posts: 11

Re: Error when running Tibia

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

Board footer

Powered by FluxBB