View Single Post
Re: PB-MM 3.0 (Beta) Badf Load
Old
  (#5)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: PB-MM 3.0 (Beta) Badf Load - 01-05-2006

well, maybe i write a bit

1. make sure metamod-p and amxmodx 1.71 WITHOUT bot works on server (just comment out the line from metmaod/plugin.sini containig loading of podbot)

2. try load the podbot only, without metamod (when something fails try to remove ALL unnecessary addons)
the metamod or metamod-p should make no difference cause they are compatible with eatch other (at least 1.19 versions)

3. when starting server try without runnin it in background - in example no screen
to do this and to get nice output use below command

./hlds_run -game cstrike +map de_dust -debug > out.txt

then you got errors in out.txt and you can paste it contents here

4. write in console (it should return gcc version you use)
gcc -v

when compiling binaries the binaries will not always be exackly the same - all depends on the gcc version used , optimizations and includes that your machine got. but usually they should work on other distros (usually on the same linx distro it should work)

when compiling warings are not so important, especially if podbot makefile forces to display ALL errors, that will produce HUGE amouts of errors on some systems
  
Reply With Quote