.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > POD-Bot mm > Bug Reports
Bug Reports Post any bug you experience with the latest release of this bot here

Reply
 
Thread Tools
PodBotmm on 32 Bit AMD?
Old
  (#1)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default PodBotmm on 32 Bit AMD? - 11-04-2010

Hello,
i have several root-Server and on my oldest one, i cannot get PodBotmm to load.

Here is the ldd output:

ldd cstrike/addons/podbot/podbot_mm_i386.so
ldd: warning: you do not have execution permission for `cstrike/addons/podbot/podbot_mm_i386.so'
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib/libdl.so.2 (0x40116000)
libm.so.6 => /lib/tls/libm.so.6 (0x4011b000)
libc.so.6 => /lib/tls/libc.so.6 (0x4013e000)
/lib/ld-linux.so.2 (0x80000000)

I am not sure what is wrong here ...

The Server:

Code:
cs@essen214:~> uname -a
Linux essen214 2.6.15-20060112174634-smp #1 SMP Thu Jan 12 17:46:34 UTC 2006 i686 athlon i386 GNU/Linux


cs@essen214:~> cat /etc/SuSE-release
SuSE Linux 9.3 (i586)
VERSION = 9.3


cs@essen214:~> cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 8
model name      : AMD Sempron(tm)   2400+
stepping        : 1
cpu MHz         : 1666.871
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips        : 3337.26
Can anybody help?


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#2)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 11-04-2010

Now, the message about execution rights were realy just about that
So "chmod u+x *.so" fixed that ...

Still, PodPod crashes on that server.

I am trying to get a core-dump or such.


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#3)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 11-04-2010

I get that at several root-Servers, regardless of 32/64 Bit and AMD/Intel:

CRASH: Sun Apr 11 19:31:20 CEST 2010
Start Line: ./hlds_amd -debug -nojoy -noipx -pidfile hlds.pid -debuglog debuglog
.txt -port 27050 -tos -heapsize 131072 -zone 8192 -game cstrike +sv_lan 1 +sv_pr
oxies 0 +maxplayers 20 +ip 217.172.182.214 +map de_dust
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_amd -debug -nojoy -noipx -pidfile hlds.pid -debugl
og debuglog.txt -port'.
Program terminated with signal 11, Segmentation fault.
#0 0x400c71e7 in strchr () from /lib/tls/libc.so.6
#0 0x400c71e7 in strchr () from /lib/tls/libc.so.6
#1 0x4999cba8 in ServerActivate ()
from /home/cs/ORIG3111e/hlds_l/cstrike/addons/podbot/podbot_mm_i386.so
[...]

Alway in ServerActivate()


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#4)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 11-04-2010

Some details:

The Server:

essen214:/home/cs/ORIG3111e/hlds_l/cstrike/addons # getconf LONG_BIT
32

essen214:/home/cs/ORIG3111e/hlds_l/cstrike/addons # uname -m
i686

essen214:/home/cs/ORIG3111e/hlds_l/cstrike/addons # uname -a
Linux essen214 2.6.15-20060112174634-smp #1 SMP Thu Jan 12 17:46:34 UTC 2006 i686 athlon i386 GNU/Linux

essen214:/home/cs/ORIG3111e/hlds_l/cstrike/addons # egrep "^(vendor_id|model name|flags|cpu MHz)" /proc/cpuinfo | sort -u
cpu MHz : 1666.871
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
model name : AMD Sempron(tm) 2400+
vendor_id : AuthenticAMD


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#5)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 11-04-2010

The corresponding crash-report:

Code:
CRASH: Sun Apr 11 21:46:08 CEST 2010
Start Line: ./hlds_amd -debug -nojoy -noipx -pidfile hlds.pid -debuglog debuglog.txt -port 27050 -tos -heapsize 131072 -zone 8192 -game cstrike +sv_lan 1 +sv_proxies 0 +maxplayers 20 +ip 217.172.182.214 +map de_dust
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_amd -debug -nojoy -noipx -pidfile hlds.pid -debuglog debuglog.txt -port'.
Program terminated with signal 11, Segmentation fault.
#0  0x400c71e7 in strchr () from /lib/tls/libc.so.6
#0  0x400c71e7 in strchr () from /lib/tls/libc.so.6
#1  0x49c20ba8 in ServerActivate ()
   from /home/cs/ORIG3111e/hlds_l/cstrike/addons/podbot/podbot_mm_i386.so
#2  0x00000000 in ?? ()
#3  0x00000000 in ?? ()
#4  0x00000000 in ?? ()
#5  0x00000000 in ?? ()
#6  0xbfa9c620 in ?? ()
#7  0xbfa9c4a0 in ?? ()
#8  0x49c5d3e0 in g_bBotSettings ()
   from /home/cs/ORIG3111e/hlds_l/cstrike/addons/podbot/podbot_mm_i386.so
#9  0x49c57486 in szSpeechSentences ()
   from /home/cs/ORIG3111e/hlds_l/cstrike/addons/podbot/podbot_mm_i386.so
#10 0x00000000 in ?? ()
#11 0xbfa9c2a0 in ?? ()
#12 0x00000000 in ?? ()
#13 0x00000000 in ?? ()
#14 0x00000000 in ?? ()
#15 0x00000000 in ?? ()
#16 0x00000000 in ?? ()
#17 0x00000000 in ?? ()
#18 0x00000000 in ?? ()
#19 0x00000000 in ?? ()
#20 0x00000000 in ?? ()
#21 0x00000000 in ?? ()
#22 0x00000000 in ?? ()
#23 0x00000000 in ?? ()
#24 0x00000000 in ?? ()
#25 0x00000002 in ?? ()
#26 0x401bad57 in Q_memset () at streambuf.h:477
#27 0x40a792f0 in ?? ()
#28 0x00000000 in ?? ()
#29 0x00000002 in ?? ()
#30 0x401bad3d in Q_memset () at streambuf.h:477
#31 0x402669f8 in __DTOR_END__ () from /home/cs/ORIG3111e/hlds_l/engine_amd.so
#32 0x4024ff04 in violence_agibs ()
   from /home/cs/ORIG3111e/hlds_l/engine_amd.so
#33 0x00000004 in ?? ()
#34 0x08212e98 in ?? ()
#35 0x08212f98 in ?? ()
#36 0x49c616c0 in NormalWeaponPrefs ()
   from /home/cs/ORIG3111e/hlds_l/cstrike/addons/podbot/podbot_mm_i386.so
#37 0x00000002 in ?? ()
#38 0x00000001 in ?? ()
#39 0x082133c0 in ?? ()
#40 0x00000005 in ?? ()
#41 0x00000019 in ?? ()
#42 0x401b7790 in Q_atof () at streambuf.h:477
#43 0x72747363 in ?? ()
#44 0x2f656b69 in ?? ()
#45 0x6f646461 in ?? ()
#46 0x702f736e in ?? ()
#47 0x6f62646f in ?? ()
#48 0x6f622f74 in ?? ()
#49 0x61657774 in ?? ()
#50 0x736e6f70 in ?? ()
#51 0x6766632e in ?? ()
#52 0x40245d00 in CGame::CLASSNAME ()
   from /home/cs/ORIG3111e/hlds_l/engine_amd.so
#53 0x401bd5a2 in Cvar_DirectSet () at streambuf.h:477
#54 0x40a792f0 in ?? ()
#55 0x00000000 in ?? ()
#56 0xbfa9c2ec in ?? ()
#57 0x40174ff4 in ?? () from /lib/tls/libc.so.6
#58 0xbfa9c320 in ?? ()
#59 0x00000000 in ?? ()
#60 0x00000003 in ?? ()
#61 0x400bfbc4 in _IO_setb_internal () from /lib/tls/libc.so.6
No symbol table info available.
From        To          Syms Read   Shared Object Library
0x400186a0  0x400188f4  Yes         /lib/libNoVersion.so.1
0x40027c00  0x40028924  Yes         /lib/libdl.so.2
0x4002f320  0x40037614  Yes         /lib/tls/libpthread.so.0
0x40040350  0x40059144  Yes         /lib/tls/libm.so.6
0x40074c60  0x4015478c  Yes         /lib/tls/libc.so.6
0x400007a0  0x4001318f  Yes         /lib/ld-linux.so.2
0x401b1450  0x4023ccbb  Yes         /home/cs/ORIG3111e/hlds_l/engine_amd.so
0x40748460  0x40786f51  Yes         ./libhlwon.so
0x4087d060  0x408ff749  Yes         ./libSteamValidateUserIDTickets_i386.so
0x409ba2b0  0x409c9b49  Yes         /home/cs/ORIG3111e/hlds_l/filesystem_stdio_i386.so
0x496be2a0  0x49744ab7  Yes         ./cstrike/addons/metamod/dlls/metamod_i386.so
0x49832e00  0x498d7044  Yes         /home/cs/ORIG3111e/hlds_l/cstrike/dlls/cs_i386.so
0x49962ef0  0x499710fc  Yes         /home/cs/ORIG3111e/hlds_l/cstrike/addons/soundcheck/dlls/soundcheck_mm_i686.so
0x49986b60  0x499bd300  Yes         /home/cs/ORIG3111e/hlds_l/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0x409dae80  0x409de440  Yes         cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0x499e57e0  0x499f2b80  Yes         cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0x499fe440  0x49a1f4b0  Yes         cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0x49a382a0  0x49a63090  Yes         cstrike/addons/amxmodx/modules/mysql_amxx_i386.so
0x49b4d5d0  0x49b57194  Yes         /lib/libz.so.1
0x40020720  0x40021740  Yes         cstrike/addons/amxmodx/modules/sockets_amxx_i386.so
0x49b60da0  0x49b68680  Yes         cstrike/addons/amxmodx/modules/regex_amxx_i386.so
0x409e4350  0x409e9920  Yes         cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0x49b70dc0  0x49b77470  Yes         cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0x49bf3d20  0x49c53c34  Yes         /home/cs/ORIG3111e/hlds_l/cstrike/addons/podbot/podbot_mm_i386.so
Stack level 0, frame at 0xbfa9c1f0:
 eip = 0x400c71e7 in strchr; saved eip 0x49c20ba8
 called by frame at 0xbfa9c200
 Arglist at 0xbfa9c1e8, args:
 Locals at 0xbfa9c1e8, Previous frame's sp is 0xbfa9c1f0
 Saved registers:
  edi at 0xbfa9c1e4, eip at 0xbfa9c1ec
End of crash report
----------------------------------------------


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#6)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 11-04-2010

And ldd:

Code:
ldd podbot_mm_i386.so
        linux-gate.so.1 =>  (0xffffe000)
        libdl.so.2 => /lib/libdl.so.2 (0x40116000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4011b000)
        libc.so.6 => /lib/tls/libc.so.6 (0x4013e000)
        /lib/ld-linux.so.2 (0x80000000)


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#7)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: PodBotmm on 32 Bit AMD? - 12-04-2010

What is the podbot mm version You are trying to get working? Write the time stamp of the file if You cannot be sure of the version number. Where did You download it from? What is You CS version? Steam or no-steam?

BTW - don't multi-post. Use "Edit" button while You are logged in - You can edit Your last post withing 24-hours, so You don't need to post the new message every 10 minutes with the new info...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#8)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 12-04-2010

I think, it is much more readable to have that information seperated into posts intstead of having realy big one
Thank for the suggestion anyway, try to write the following in one bigger post:

I downloaded the following file:

-rw-r--r-- 1 root root 3967478 2008-10-03 21:58 podbot_full_V3B20a.zip

I downloaded it from here

And my HL / CS installations are HL1 (non-Steam), Linux 3111e,

-rwx------ 1 cs cs 1534353 2003-04-30 07:35 engine_i386.so*
-rwx------ 1 cs cs 234479 2003-07-30 21:18 hlds_i686*
-rwx------ 1 cs cs 229199 2003-07-30 21:18 hlds_i486*
-rwx------ 1 cs cs 232623 2003-07-30 21:18 hlds_amd*
-rwx------ 1 cs cs 1653419 2003-12-22 22:12 engine_i486.so*
-rwx------ 1 cs cs 1670302 2004-07-26 00:17 engine_amd.so*
-rwx------ 1 cs cs 1678270 2004-07-26 00:17 engine_i686.so*

Shows itself as "v1.1.1.1d (Linux, Dedicated, Protocol 46)" in HLSW (wronly with d instead of e) ...

CS 1.5 patched from the HL 3111e update ...

MetaMod is the latest available 1.9 version from metamod.org and i try to run on AMD 32 Bit, Intel 32 Bit, Intel Dual Core 64 Bit and Intel Quad Core 64 Bit on Debian Etch (4) and Debian Lenny (5):

-rwxr--r-- 1 cs cs 880500 2006-04-17 19:08 metamod_i386.so*


I run metamod as follows:

gamedll_linux "addons/metamod/dlls/metamod_i386.so"

And load podbot like this:

linux addons/podbot/podbot_mm_i386.so


What else can i deliver?

I heard, PodBotmm may be the best bot CS 1.5 and would like to try them - at best against my old JoeBots.


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#9)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: PodBotmm on 32 Bit AMD? - 13-04-2010

Try to load from metamod's plugins.ini only podbot_mm_i386.so file (without AMX X and other things). For CS1.5 I'm using the patch 4111e (but I have it only for windows).
  
Reply With Quote
Re: PodBotmm on 32 Bit AMD?
Old
  (#10)
TJA
Member
 
Status: Offline
Posts: 38
Join Date: Mar 2004
Location: Bonn, Germany
Default Re: PodBotmm on 32 Bit AMD? - 13-04-2010

There is no such things as 4111e ...
In some sole corner of my brain, there lurks an information that says, the Windows versions had a different numbering scheme - so, 4111e for windows may be 3111e for Linux.

Or you may mean those stuff from SteamlessProject, but i only install and use the original from Valve.

Here the test with i386:

POD-Bot mm: plugin attaching
./hlds_run: line 262: 19474 Segmentation fault (core dumped) $HL_CMD

warning: Can't read pathname for load map: Input/output error.

warning: Lowest section in system-supplied DSO at 0xffffe000 is .hash at ffffe0b4


Or is amd64 *required* for a 64-Bit Installation, even when it runs on a Intel i7?

Need to run to work now - can only test more later ...

Thanx already!!


JoeBots on CS 1.5 (HL1) UWC3:
beta.murka-terroristka.de:27025

6 Joebots, that go down by one for each human player ...
So you can play against 5 bots on UWC3!

The server runs with both Saved and Fast XP!

JoeBots play as CT all the time ...
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com