Author Topic: Compiled (linux) - Local map version differs from server: (always)  (Read 1745 times)

yossarianuk

  • VM-68
  • Posts: 127
Hi.

It an attempt to stop the random crashing on linux I have tried to compile from source in order to try the sdl sound module, compile is fine, the game runs but I cannot connect to any server.

I always get
---------------------------------------------------
3.13 MB received in 13.07 seconds. 245.40 KB/s.
Local map version differs from server: -941073859 != '-1274592206'
Re-downloading.
---------------------------------------------------

(btw I did it from a fresh install also)

Here are the steps I did (most likely I errored along the way)

1. Get a fresh copy of lastet linux client
2. Get source - edit makefile to enable SDL
3. run make release (from source dir)
4 copied  [sourcedir]/paintball2/paintball2 (+ ref_pbgl.so  snd_alsa.so  snd_oss.so   snd_sdl.so)  to the linux client dir (overwriting the original files)
5 run paintball2.

Did i do something wrong ?

Or do I have to do something else in order to be able to connect to servers?


jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Compiled (linux) - Local map version differs from server: (always)
« Reply #1 on: August 08, 2009, 07:37:41 AM »
The map checksum code isn't compatible with 64 bit.  I have some that is, but I haven't checked it in yet.

By the way, don't try to play online with a custom compiled executable.  You could get banned for  modified content.  There's no way to discern the difference between legitimate hackers and cheating hackers.

yossarianuk

  • VM-68
  • Posts: 127
Re: Compiled (linux) - Local map version differs from server: (always)
« Reply #2 on: August 08, 2009, 10:52:27 AM »
thanks for the advice jitspoe, I can force a 32 bit compile using linux32 ..

If I just copy the snd_oss.so file from the compile will that be safe - i.e not consider me to be hacking?

Cheers