.:: 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 > RealBot > Help request
Help request Need help? Ask around here! (for questions about the source code, go to the RealBot 'Source')

Reply
 
Thread Tools
SZ_GetSpace
Old
  (#1)
robbob4
Member
 
Status: Offline
Posts: 117
Join Date: Jan 2005
Default SZ_GetSpace - 03-02-2005

Ok ive been getting this a ton. One theres a known bug with AMXX I think that kicks a client but I've recently beena dding some plugins and ive gotten this:

Code:
SZ_GetSpace "Tried to write to an uninitialized sizebuf_t: ???"
and it crashes the server, but not where mEAnLoader can restart.

Are there any known plugins that bots are not compatable with?

Code:
 ; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
 
; Custom - Add 3rd party plugins here
warcraft3FT.amxx
admin_allinone.amxx
amx_ejl_dice.amxx
amx_gore_ultimate.amxx
amx_sniperrealism.amxx
play_the_piano.amxx
team_balancer.amxx
headshot_deluxe.amxx
cache.amxx
amx_chicken.amxx
adminreservation.amxx
server_preformance.amxx
Code:
 ; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_i386.so
fun_amxx.dll
;fun_amxx_amd64.so
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
;engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_i386.so
cstrike_amxx.dll
;cstrike_amxx_amd64.so
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_i386.so
csx_amxx.dll
;csx_amxx_amd64.so
; --------------------------------------------------------------
; WAR3FT - adds functions used by war3ft - By Geesu (Pimp Daddy)
; --------------------------------------------------------------
;war3ft_amxx_i386.so
war3ft_amxx.dll
;war3ft_amxx_amd64.so
metamod plugins.ini
Code:
 ; AMX Mod X
win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/booster/booster_mm.dll
;win32 addons/hlguard/dlls/hlguard_mm.dll
win32 ../realbot/dll/realbot_mm.dll RealBot
win32 addons/HookMod/dlls/HookMod_MM.dll
I'm sorry that I have some much to deal here and I'm sure this SZ_getSpace shit has been spammed everywhere but theres got to be something in common. Perosnally Ive only see this error ONCE so far when I just added the plugins: adminreservation.amxx and server_preformance.amxx

I'm running AMXX 1.0 and metamod 1.17.3

*EDIT* Also in any way, can this be a problem with HUD channels trying to be used at the same time?



Last edited by robbob4; 03-02-2005 at 04:01..
  
Reply With Quote
Re: SZ_GetSpace
Old
  (#2)
miopalmo
This user broke our rules and has been BANNED
 
Status: Offline
Posts: 24
Join Date: Jan 2004
Default Re: SZ_GetSpace - 04-02-2005

I got the same problem. THe only way I could overcome it was to complete delete CS, reinstall, and get amx and not amxx. Everytime I made a new installation of amxx (plus realbot/joebot/podbotmm+Warcraft3 FT) I got alwyas the same error.
I suggest you get yourself amx mod. For me it continues to be stable over time.
  
Reply With Quote
Re: SZ_GetSpace
Old
  (#3)
robbob4
Member
 
Status: Offline
Posts: 117
Join Date: Jan 2005
Default Re: SZ_GetSpace - 04-02-2005

Quote:
Originally Posted by miopalmo
I got the same problem. THe only way I could overcome it was to complete delete CS, reinstall, and get amx and not amxx. Everytime I made a new installation of amxx (plus realbot/joebot/podbotmm+Warcraft3 FT) I got alwyas the same error.
I suggest you get yourself amx mod. For me it continues to be stable over time.
I havent had the problem since actully, only if theres a problem with a map. Just dl the zip (2.21) and replace everything but your configs, and DONT install the new module (2.20) and see if you still get the error

please show us your modules and plugins as i did to see whats in common other than wc3ft

now its only users but now its doing it differently...




Last edited by robbob4; 04-02-2005 at 23:34..
  
Reply With Quote
Re: SZ_GetSpace
Old
  (#4)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: SZ_GetSpace - 07-02-2005

Try to disable at beginning all custom plugins in Your amxx plugins.ini - write semicolon at the begining of all lines from "custom plugins" section, like for example:
;warcraft3FT.amxx
;
admin_allinone.amxx
.
.
.
etc.

The same for imessages and scroll messages (standard plugins).
;scrollmsg.amxx
;imessage.amxx


In modules.ini disable war3ft

;war3ft_amxx.dll

All above You need to narrow the source of Your problems (which plugin does it). Then - if You will see this SZ_Getspace doesn't appear - You can step by step enable again plugin by plugin (by removing semicolon). The last one enabled again should be war3ft (also in modules.ini).

If even after disabling all I wrote You above this problem still appears - try disable also some other standard plugins (by semicolon at begining of the line).
  
Reply With Quote
Re: SZ_GetSpace
Old
  (#5)
robbob4
Member
 
Status: Offline
Posts: 117
Join Date: Jan 2005
Default Re: SZ_GetSpace - 08-02-2005

Ive found some information about this and i'll give you link to my post on another forum...

http://4honor.net/forum/viewtopic.php?p=110574#110574


  
Reply With Quote
Reply


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

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 - 2025, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com