Thread: Module bad load
View Single Post
Resyel
Junior Member
Join Date: Jun 2018
Old 06-19-2018 , 10:46   Re: Module bad load
Reply With Quote #10

Hi and thank you both, i cant find metamod p38 this is the newest what i found.

After using commands from you Klippy, this is my output:
PHP Code:
Using WAD Filecs_dust.wad
Texture load
:  203.7ms
Building PAS
...
Average leaves visible audible total139 403 1298
L 06
/19/2018 16:42:27: -------- Mapchange to de_dust --------
L 06/19/2018 16:42:27Server cvar "amxmodx_version" "1.8.2"
"amxmodx_version" 
changed to "1.8.2"
L 06/19/2018 16:42:27Server cvar "sv_maxspeed" "900"
"sv_maxspeed" 
changed to "900"
Cvar_Setvariable room_type not found

GAME SKILL LEVEL
:1
Cvar_Set
variable cl_himodels not found
L 06
/19/2018 16:42:27Server cvar "pausable" "0"
"pausable" 
changed to "0"
L 06/19/2018 16:42:27: [META] (debug:3Calling engine:AddServerCommand()
L 06/19/2018 16:42:27: [META] (debug:3Calling engine:AddServerCommand()
Cvar_Setvariable v_dark not found
0 entities inhibited
L 06
/19/2018 16:42:30: [META] (debug:3Calling amxmodx_mm_i386.so:ServerActivate()
L 06/19/2018 16:42:30: [META] (debug:3Calling cs.so:ServerActivate()
L 06/19/2018 16:42:30: [META] (debug:3Calling amxmodx_mm_i386.so:ServerActivate_Post()
[
AMXXLoaded 1 admin from file
L 06
/19/2018 16:42:30Server cvar "amx_language" "en"
"amx_language" 
changed to "en"
L 06/19/2018 16:42:30Server cvar "amx_client_languages" "1"
"amx_client_languages" 
changed to "1"
L 06/19/2018 16:42:30Server cvar "amx_nextmap" "de_airstrip"
"amx_nextmap" 
changed to "de_airstrip"
L 06/19/2018 16:42:30: [META] (debug:3Calling csx_amxx_i386.so:ServerActivate_Post()
[
S_API FAILSteamAPI_Init() failedSteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/
home/ddd/.steam/sdk32/steamclient.so
with error
:
/
home/ddd/.steam/sdk32/steamclient.socannot open shared object fileNo such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
PF_MessageEnd_I
:  Unknown User Msg 127
L 06
/19/2018 16:42:31Server cvar "sv_accelerate" "5"
"sv_accelerate" 
changed to "5"
L 06/19/2018 16:42:31Server cvar "sv_stopspeed" "75"
"sv_stopspeed" 
changed to "75"
32 player server started
L 06
/19/2018 16:42:32Started map "de_dust" (CRC "-1641307065")

execing addons/amxmodx/configs/amxx.cfg
Executing AMX Mod X Configuration File
Scrolling message displaying frequency
10:00 minutes
execing addons
/amxmodx/configs/sql.cfg
execing addons
/amxmodx/configs/custommenuitems.cfg
Sys_InitializeGameDLL called twice
skipping second call
execing server
.cfg
L 06
/19/2018 16:42:32Server cvar "sv_aim" "0"
"sv_aim" 
changed to "0"
L 06/19/2018 16:42:32Server cvar "sv_maxspeed" "320"
"sv_maxspeed" 
changed to "320"
L 06/19/2018 16:42:32Server cvar "mp_timelimit" "20"
"mp_timelimit" 
changed to "20"
couldn't exec listip.cfg
couldn'
t exec banned.cfg
Menu item 17 added to Menus Front
-End"Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End"Plugin Commands" from plugin "pluginmenu.amxx"
Connection to Steam servers successful.
   
VAC secure mode is activated.
L 06/19/2018 16:42:39World triggered "Round_Start" 
Maybe is name wrong?
My name of module is: libY_test.so

My Modules.ini
PHP Code:
;;;
To enable a moduleremove the semi-colon (;) in front of its name.
; If 
it's not here, simply add it its name, one per line.
; You don'
t need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
SQL Modules usually need to be enabled manually ;;
;; 
You can have any number on at a time.  Use      ;;
;;  
amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;
mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
Put third party modules below here.              ;;
;; 
You can just list their nameswithout the _amxx ;;
;;  or 
file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
These modules will be auto-detected and loaded   ;;
;;  as 
needed.  You do not need to enable them here ;;
;;  
unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
;hamsandwich
libY_test 

Last edited by Resyel; 06-19-2018 at 10:48.
Resyel is offline