AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   AMX 1.8.3 Modules Not Loading (https://forums.alliedmods.net/showthread.php?t=308430)

gg41097 06-20-2018 01:40

AMX 1.8.3 Modules Not Loading
 
I updated to amx 1.8.3 and it's running but other modules like fun cstrike hamsanditch etc not appearing in meta list only amxmodx appearing there what could be the problem ?

Code:

AMX Mod X        RUN  -    amxmodx_mm_i386.  v1.8.3-d  ini  Start ANY
Code:

L 06/20/2018 - 05:31:01: [AMXX] Modules list not found (file "addons/amxmodx/configs/modules.ini
")
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/home/ogp_agent/.steam/sdk32/steamclient.so
with error:
/home/ogp_agent/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

This is my modules.ini file

Code:

;;;
; To enable a module, remove 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
geoip

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

Orpheu
cvar_util

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

fun
geoip
engine
enginex
fakemeta
sockets
regex
nvault
cstrike
csx
hamsandwich


haZh 06-20-2018 02:27

Re: AMX 1.8.3 Modules Not Loading
 
Quote:

Originally Posted by gg41097 (Post 2598103)
L 06/20/2018 - 05:31:01: [AMXX] Modules list not found (file "addons/amxmodx/configs/modules.ini

Are you sure this file exists in the right location? See carefully and if the file is still there, re-open the file and save it again through Windows Notepad as a ANSI encoded text file. You can do this in Notepad > File > Save As dialog.

Also make sure that file can be read by the system, if you have WinSCP, go to that file location and right click on that file > Properties > Permissions > Put a tick on "R" for all 3 users.

Also I think those modules will be automatically loaded if you have a plugin requesting for it, even though you wrote it in modules.ini file or not. I just have "cstrike" module in my file.

gg41097 06-20-2018 02:33

Re: AMX 1.8.3 Modules Not Loading
 
Quote:

Originally Posted by haZh (Post 2598115)
Are you sure this file exists in the right location? See carefully and if the file is still there, re-open the file and save it again through Windows Notepad as a ANSI encoded text file. You can do this in Notepad > File > Save As dialog.

Also make sure that file can be read by the system, if you have WinSCP, go to that file location and right click on that file > Properties > Permissions > Put a tick on "R" for all 3 users.

Also I think those modules will be automatically loaded if you have a plugin requesting for it, even though you wrote it in modules.ini file or not. I just have "cstrike" module in my file.

Did all these still same

PS : Server is on linux

fysiks 06-20-2018 21:31

Re: AMX 1.8.3 Modules Not Loading
 
Modules load automatically. Are you sure you are running plugins that use those modules?

gg41097 06-21-2018 11:10

Re: AMX 1.8.3 Modules Not Loading
 
Quote:

Originally Posted by fysiks (Post 2598308)
Modules load automatically. Are you sure you are running plugins that use those modules?

Yes sir in fact it's working fine with 1.8.2

marcelowzd 06-22-2018 13:34

Re: AMX 1.8.3 Modules Not Loading
 
I have the same problem, but it happens after 5 maps or something. It is just random, the map changes and than everything stops working, but if you type "meta list" amx is still there, but not even amx_on or commands like this works. Just started doing this in +dev 5154 tbh.

klippy 06-22-2018 15:47

Re: AMX 1.8.3 Modules Not Loading
 
There was some tampering with module loading in a recent PR, it should be investigated.

fysiks 06-22-2018 23:24

Re: AMX 1.8.3 Modules Not Loading
 
That's the risk you take running a beta.


All times are GMT -4. The time now is 23:26.

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