Raised This Month: $51 Target: $400
 12% 

AMX Mod X 0.20-3 Talk


Post New Thread Reply   
 
Thread Tools Display Modes
BIGPhil
Junior Member
Join Date: Aug 2004
Old 08-24-2004 , 18:24  
Reply With Quote #31

I get a seg fault with no modules or plugins running on a linux box (suse 9.1 apparently - I know very little about linux) playing TFC.

/hlds_run: line 423: 29232 Segmentation fault $HL_CMD
BIGPhil is offline
Cable Guy
Senior Member
Join Date: Jun 2004
Old 08-24-2004 , 18:49   .20.3
Reply With Quote #32

Well i'm gettin there,have everything workin,except stats.amx and stats_logging,says bad load.I didn't relize it but the pluggins ini didn't have the cstrike section,caught it in another post,uploaded the pluggins and the ini's and restarted,i'm not going to load any pluggins untill I get the base server normal,whats the deal with the stsats?I may have missed it will backpedal this forum to see if the asnswer is here
Cable Guy is offline
Send a message via MSN to Cable Guy
Cable Guy
Senior Member
Join Date: Jun 2004
Old 08-24-2004 , 19:06   just noticed
Reply With Quote #33

just noticed in the first download the files in the modules folders were dll's,I uploaded them to the dll's folder instead of modules,which by the way they didn't show up in modules,but they did upload to dll's,are they in the rite spot?Or should i put them elswhere.stats related dll's by the way
Cable Guy is offline
Send a message via MSN to Cable Guy
FlyingMongoose
Veteran Member
Join Date: Mar 2004
Old 08-24-2004 , 19:07  
Reply With Quote #34

There are output errors in CS Stats, When it shows end round info and it does not show attacker or victims. (Much of the output does not work or does not work properly), I have a screenshot, (included in post)

Linux Server, Metamod 1.17.2 (all I know about the server itself)
Using StatsX as well ass csstats, miscstats and stats_logging

csstats_rank 1
csstats_maxsize 3500
amx_statsx_duration 12.0
amx_statsx_freeze -2.0

Languages is enabled (set to english by default)

Full Plugins List
Quote:
; 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 (CSStats Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSStats Module required!)


; Custom - Add 3rd party plugins here
admin_allinone.amxx ; all in one plugin
amx_atac.amxx ; atac plugin
amx_atac_cfg.amxx ; atac plugin configs
custom_map_configs.amxx ; custom map configs
awplimit.amxx ; awp limit plugin
g3sg1limit.amxx ; g3sg1 limit plugin
sg550limit.amxx ; sg550 limit plugin
I altered the custom_map_configs to autodetect certain map prefixes so all awp_ maps would just use 1 config file, awp_ if each one needed extra stuff you just used it like normal. I doubt that would affect this, plus the fact that it's de_dust in the screenshot
Attached Thumbnails
Click image for larger version

Name:	de_dust0000.jpg
Views:	159
Size:	245.8 KB
ID:	1350  
FlyingMongoose is offline
narcussist
Senior Member
Join Date: Jul 2004
Location: Canton, Ohio
Old 08-24-2004 , 19:14  
Reply With Quote #35

Quote:
ModName: amxx_mm.dll
ModVer: 0.2.0.0 Offset: 000378de
this is what i get in HLDS windows error

only happens with the 0.2

here are the modules i am running
Quote:
; 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

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
; 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

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll

; --------------------------------------------------
; Day of Defeat Fun - adds functions specific to DoD
; --------------------------------------------------
;dodfun_amxx_i386.so
dodfun_amxx.dll

; -------------------------------------------------------
; Day of Defeat X - adds stats and addition DoD functions
; -------------------------------------------------------
;dodx_amxx_i386.so
dodx_amxx.dll
:dodx_amx.dll
Plugins
Quote:
; 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

; Day of Defeat
stats.amxx ; stats on death or round end (DoD Module required!)
statssounds.amxx ; precache plugin for stats plugins
stats_logging.amxx ; weapons stats logging (DoD Module required!)

; OLD STYLE Configuration
;pausecfg.amx ; allows to pause and unpause some plugins
;statscfg.amx ; allows to manage stats plugins via menu and commands

; OLD STYLE Day of Defeat
;stats.amx ; stats on death or round end (DoD Module required!)
;statssounds.amx ; precache plugin for stats plugins
;stats_logging.amx ; weapons stats logging (DoD Module required!)

; Custom - Add 3rd party plugins here
admin_glow.amx
admin_llama.amx
adminlisten.amx
amxx_point.amx
dod_anti_afk.amx
dod_bladez_only_by_vote.amx
dod_grenade_events.amx
dod_humiliation.amx
dod_mapbonus.amxx ; use amx_statscfgmenu or amx_statscfg to activate
dod_oneweaponmod.amxx ; One weapon mode. commands : amx_setoneweapon <weaponId> ,
dodx_tk_manager.amxx ; TK manager for DoD
ghostchat.amx
glow_menu.amx
gore.amx
mapmanager.amxx
mortar_event.amx
psychosound.amx
sound.amx
any reason it would cause a server crash

Server:
Windows XP Pro
DOD
__________________
narcussist is offline
Send a message via AIM to narcussist Send a message via MSN to narcussist Send a message via Yahoo to narcussist
|2ob
Senior Member
Join Date: Mar 2004
Location: Ontario, Canada
Old 08-24-2004 , 19:16  
Reply With Quote #36

: infront of dod in modules?

also, are you guys going to fix the CSSTATS parse error? no columns in top15, HUD stats do not display properly.
__________________
24/7 Custom Maps Vitrus | Style by www.WebGZ.net
64.247.24.125:27015

Visit Vitrus's Clan Site!

I would put more, but they have a limit on chars
|2ob is offline
Send a message via AIM to |2ob Send a message via MSN to |2ob
narcussist
Senior Member
Join Date: Jul 2004
Location: Canton, Ohio
Old 08-24-2004 , 19:28  
Reply With Quote #37

Quote:
Originally Posted by |2ob
: infront of dod in modules?
You would figure ; or : should work the same, but i may be wrong, thanks for that input of noticing that, i will try to switch it to ;
__________________
narcussist is offline
Send a message via AIM to narcussist Send a message via MSN to narcussist Send a message via Yahoo to narcussist
AlisonWonderland
New Member
Join Date: Jun 2004
Old 08-24-2004 , 20:09  
Reply With Quote #38

I'm currently testing this distribution on my cs server. I got everything working okay initially. The amxmodmenu was working okay yesterday, but today my amx mod menu looks like this:
Attached Thumbnails
Click image for larger version

Name:	amxmodmenu.jpg
Views:	379
Size:	5.3 KB
ID:	1351   Click image for larger version

Name:	clientcommandmenu.jpg
Views:	117
Size:	13.6 KB
ID:	1352  
AlisonWonderland is offline
Cable Guy
Senior Member
Join Date: Jun 2004
Old 08-24-2004 , 21:06   mine
Reply With Quote #39

mine worked fine yesterday and is working fine with.3 many bugs fixed it appears,but only half of statsme working,not sure but it looks like a corrupted file
Cable Guy is offline
Send a message via MSN to Cable Guy
Meatwad
Senior Member
Join Date: Jul 2004
Location: New york, LI
Old 08-24-2004 , 21:31  
Reply With Quote #40

Make shure you replace your old plugins/plugins.ini with the new format. Put yoiur custom plugins, under custom - 3rd party plugins.
__________________
http://googlefoundfunniest.ytmnd.com/

If you like Aqua Teen Hunger Force, then paste this onto your forehead. (Laugh out loud.)

Admin Weapons II
Meatwad is offline
Reply



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


All times are GMT -4. The time now is 22:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode