war3ft.amxx BAD LOAD !!! I THINK ITS THE PROBLEM !! PLZ HELP

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
wackygoose1
Peon
Posts: 6
Joined: Fri Jul 15, 2005 1:20 am

war3ft.amxx BAD LOAD !!! I THINK ITS THE PROBLEM !! PLZ HELP

Post by wackygoose1 » Tue Jul 19, 2005 12:02 pm

hey when i try to play with this nice plugin i get this

Code: Select all

Currently loaded plugins:
name               version  author            file             status   
Admin Base         1.01     AMXX Dev Team     admin.amxx       running  
Admin Commands     1.01     AMXX Dev Team     admincmd.amxx    running  
Admin Help         1.01     AMXX Dev Team     adminhelp.amxx   running  
Slots Reservation  1.01     AMXX Dev Team     adminslots.amxx  running  
Multi-Lingual Sys  1.01     AMXX Dev Team     multilingual.am  running  
Menus Front-End    1.01     AMXX Dev Team     menufront.amxx   running  
Commands Menu      1.01     AMXX Dev Team     cmdmenu.amxx     running  
Players Menu       1.01     AMXX Dev Team     plmenu.amxx      running  
Teleport Menu      1.01     AMXX Dev Team     telemenu.amxx    running  
Maps Menu          1.01     AMXX Dev Team     mapsmenu.amxx    running  
Admin Chat         1.01     AMXX Dev Team     adminchat.amxx   running  
Anti Flood         1.01     AMXX Dev Team     antiflood.amxx   running  
Scrolling Message  1.01     AMXX Dev Team     scrollmsg.amxx   running  
Info. Messages     1.01     AMXX Dev Team     imessage.amxx    running  
Admin Votes        1.01     AMXX Dev Team     adminvote.amxx   running  
NextMap            1.01     AMXX Dev Team     nextmap.amxx     running  
Nextmap Chooser    1.01     AMXX Dev Team     mapchooser.amxx  running  
TimeLeft           1.01     AMXX Dev Team     timeleft.amxx    running  
Pause Plugins      1.01     AMXX Dev Team     pausecfg.amxx    running  
Stats Configurati  1.01     AMXX Dev Team     statscfg.amxx    running  
Restrict Weapons   1.01     AMXX Dev Team     restmenu.amxx    running  
StatsX             1.01     AMXX Dev Team     statsx.amxx      running  
CS Misc. Stats     1.01     AMXX Dev Team     miscstats.amxx   running  
CS Stats Logging   1.01     AMXX Dev Team     stats_logging.a  running  
unknown            unknown  unknown           warcraft3FT.amx  bad load
my modules.ini

Code: Select all

; 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
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; 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
my plugins.ini

Code: Select all

; 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 debug
can someone help me ?

i really want to play with this

i downloaded the plugin from this url http://war3ft.com/downloads/amxx/cs_cz_ ... v2.2.4.zip
Last edited by wackygoose1 on Wed Jul 20, 2005 10:58 pm, edited 1 time in total.

algee2005
Peon
Posts: 25
Joined: Sun Jul 10, 2005 1:45 pm

Post by algee2005 » Tue Jul 19, 2005 4:01 pm

is there any error in the logfiles right after you rebooted the machine or changed map?

do "amxx modules" in server console and post what it replies.

User avatar
nightscream
Sorceress
Posts: 319
Joined: Wed Jul 06, 2005 12:54 pm
Location: Belguim, Hallaar
Contact:

Post by nightscream » Tue Jul 19, 2005 5:45 pm

mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so

try to put only one of this 3 on like for windows the mysql_amxx.dll

but i don't think that will solve the problem

give us what you get in your log files with the debug
want help pm me
Image

User avatar
Lazarus Long
Lead PITA SOB
Posts: 618
Joined: Tue Jul 05, 2005 9:24 pm

Post by Lazarus Long » Tue Jul 19, 2005 6:17 pm

Hello, everybody:

@ nightscream:
nightscream wrote:mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so

try to put only one of this 3 on like for windows the mysql_amxx.dll

but i don't think that will solve the problem
No need to do this, it can have all the three entries.

@ wackygoose1:
nightscream wrote:give us what you get in your log files with the debug
This yes is a thing you should do.

Also read and follow this link, there is some important information missing, for instance "amxx modules" (as algee2005 noted) and hardware specs (if you are trying this on a AMD64 with a Linux64 OS you will get this out of the box, but I can't say more 'cause I don't have the full information).

Regards,
Lazarus

User avatar
nightscream
Sorceress
Posts: 319
Joined: Wed Jul 06, 2005 12:54 pm
Location: Belguim, Hallaar
Contact:

Post by nightscream » Tue Jul 19, 2005 6:40 pm

Thx lazarus for telling me that but that's the way i do it so i tought maybe it will solve the problem
want help pm me
Image

wackygoose1
Peon
Posts: 6
Joined: Fri Jul 15, 2005 1:20 am

I discovered the error

Post by wackygoose1 » Wed Jul 20, 2005 10:56 pm

look at my log

Code: Select all

L 07/21/2005 - 01:45:38: -------- Mapchange --------
L 07/21/2005 - 01:45:38: [War3ft] Error getting handle to game DLL. Natives not available. (file "mp.dll")
L 07/21/2005 - 01:45:39: [AMXX] Module "dbi" required for plugin.  Check modules.ini. (plugin "warcraft3FT.amxx")
L 07/21/2005 - 01:46:20: [admin.amxx] Login: "WaCkY_gOoSe<1><STEAM_ID_LAN><>" became an admin (account "loopback") (access "abcdefghijklmnopqrstu") (address "loopback")

it means i require the module "dbi" but it did not come with the plugin...

ill try to find it on the amxx forum

but i did not understand what this means
[War3ft] Error getting handle to game DLL. Natives not available. (file "mp.dll")

my liblist.gam

Code: Select all

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
//gamedll "dlls\mp.dll"
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll_linux "dlls/cs_i386.so"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
trainmap "tr_1"

My listenserver is runing under a Windows XP



thx to all that help me

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Wed Jul 20, 2005 11:00 pm

LOL, uhhhh... reinstall your game... FYI this hasn't been testing on listenservers

wackygoose1
Peon
Posts: 6
Joined: Fri Jul 15, 2005 1:20 am

Post by wackygoose1 » Wed Jul 20, 2005 11:15 pm

Geesu wrote:LOL, uhhhh... reinstall your game... FYI this hasn't been testing on listenservers

:evil: but HERE i can play Warcraft XP


im searching for dbi module in amxx


http://www.amxmodx.org/forums/viewtopic ... hlight=dbi

but it means i need CS HACK and any DBI module enabled but any of these didnot come with the war3ft package

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Wed Jul 20, 2005 11:20 pm

This is problem one.... IGNORE the dbi module, thats the mysql module..
[War3ft] Error getting handle to game DLL. Natives not available. (file "mp.dll")
That sounds like a metamod problem

wackygoose1
Peon
Posts: 6
Joined: Fri Jul 15, 2005 1:20 am

Post by wackygoose1 » Wed Jul 20, 2005 11:32 pm

i enabled mysql and cshack...

now i get this

Code: Select all

L 07/21/2005 - 02:22:37: -------- Mapchange --------
L 07/21/2005 - 02:22:38: [War3ft] Error getting handle to game DLL. Natives not available. (file "mp.dll")
L 07/21/2005 - 02:22:38: [CSHACK] Error getting handle to game DLL. Natives not available. (file "mp.dll")
L 07/21/2005 - 02:22:39: [AMXX] Plugin uses an unknown function (name "Item_Set_Helm") - check your modules.ini. (plugin "warcraft3FT.amxx")

im using the lastest version of metamod

Daver
WC3Mods Donor
WC3Mods Donor
Posts: 93
Joined: Sat Jul 09, 2005 2:34 pm
Location: Orland Park, IL.
Contact:

Post by Daver » Thu Jul 21, 2005 12:35 am

Is the problem he is have because he is on a listen server and usin that mp.dll in his liblist.game?

Just a thought,
Daver

User avatar
Lazarus Long
Lead PITA SOB
Posts: 618
Joined: Tue Jul 05, 2005 9:24 pm

Post by Lazarus Long » Thu Jul 21, 2005 8:46 am

Hello, everybody:

@wackygoose1:

Well I'm still waiting for the rest of the information I asked you to post, so you would have this all lined up for people to help you, but you might have forgotten, that's no problem for me, I got my servers working...

First DBI (Database Interface) in this case it means the MySQL module as Geesu told you. Either you haven't it or it is corrupted, it shouldn't give you any error since you used the preconfigured package, so reinstallation is in order.

Now mp.dll, you are running a listenserver (it would have helped knowing this before), right? Check if you got "%ProgramFiles%\Valve\Steam\SteamApps\<your steam account>\counter-strike\cstrike\dlls\mp.dll". Since you are using Steam you probably don't, because Steam reads the files directly from the Game Cache File.

Metamod can't read GCFs, so you'll have to extract it. Get the Installer for GCFScape and install it on your system (it depends on the .NET Framework v1.1 so install this first if you don't have it already).

Close Steam, and open "%ProgramFiles%\Valve\Steam\SteamApps\counter-strike.gcf" with GCFScape. On the left panel of GCFScape go to "cstrike\dlls" and on the right panel right-click on mp.dll, select Extract and save it to "%ProgramFiles%\Valve\Steam\SteamApps\<your steam account>\counter-strike\cstrike\dlls" (create the dlls folder if needed), close GCFScape, restart Steam and retry to execute the listenserver.

After doing this, reinstall the latest package from the Downloads Page, making sure you overwrite any existing files on the server.


@Geesu:
Geesu wrote:FYI this hasn't been testing on listenservers
Erm... actually it's my fault for not having reported this earlier, but does a 4 month period of running across 2 or 3 versions count as testing? If so it's tested and works alright (20 slots, 15-16 average load 8-10 hours/day).

Best regards,
Lazarus

wackygoose1
Peon
Posts: 6
Joined: Fri Jul 15, 2005 1:20 am

Post by wackygoose1 » Thu Jul 21, 2005 2:01 pm

my steam is installed on another folder and i already have all dlls in corrects folders

i already posted my log with debug enabled

User avatar
Lazarus Long
Lead PITA SOB
Posts: 618
Joined: Tue Jul 05, 2005 9:24 pm

Post by Lazarus Long » Thu Jul 21, 2005 2:22 pm

Hello, wackygoose1:
wackygoose1 wrote:my steam is installed on another folder and i already have all dlls in corrects folders
Basically you are trying to run it from a non-Steam installation? I'll let Geesu reply to this one then.
wackygoose1 wrote:i already posted my log with debug enabled
No, you posted 4 + 4 lines of your log, you didn't post the output of "amxx modules" at all.

Regards,
Lazarus

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Thu Jul 21, 2005 2:41 pm

USE A DEDICATED SERVER... end of story

wackygoose1
Peon
Posts: 6
Joined: Fri Jul 15, 2005 1:20 am

Post by wackygoose1 » Thu Jul 21, 2005 4:45 pm

Geesu wrote:USE A DEDICATED SERVER... end of story

i use and i got the same error

Locked