AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Solved plugins.ini and modules.ini not found! (https://forums.alliedmods.net/showthread.php?t=342629)

happy_2012 04-30-2023 11:59

plugins.ini and modules.ini not found!
 
Hello,

Basically, I installed AMX Mod X 1.10.0.5467, when I install new plugins, or restart the server, I get the following errors:

Code:

L 04/30/2023 - 15:54:59: [AMXX] FlagManager: Cannot open file "cstrike/addons/amxmodx/configs
/cmdaccess.ini" (FILE pointer null!)
L 04/30/2023 - 15:54:59: [AMXX] Modules list not found (file "addons/amxmodx/configs/modules.ini")
L 04/30/2023 - 15:54:59: Server cvar "amxmodx_version" = "1.10.0.5467"
L 04/30/2023 - 15:54:59: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")

Without installing plugins or restarting the server, AMX Mod X works just fine, but if I even restart or install a 3rd party plugin, I get these errors, I am not sure how to fix!

I tried giving 777 permission to amxmodx files, nothing works!

EDIT:

More errors in logs:

Code:

L 04/30/2023 - 16:08:40: Start of error session.
L 04/30/2023 - 16:08:40: Info (map "(null)") (file "addons/amxmodx/logs/error_20230430.log")
L 04/30/2023 - 16:08:40: Error parsing gameconfig file "cstrike/addons/amxmodx/data/gamedata/common.games.txt":
L 04/30/2023 - 16:08:40: Error 1 on line 0, col 0: Stream failed to open
L 04/30/2023 - 16:08:40: Start of error session.
L 04/30/2023 - 16:08:40: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20230430.log")
L 04/30/2023 - 16:08:40: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")
L 04/30/2023 - 16:08:54: Start of error session.
L 04/30/2023 - 16:08:54: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20230430.log")
L 04/30/2023 - 16:08:54: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")


fysiks 04-30-2023 17:33

Re: plugins.ini and modules.ini not found!
 
  • Does this happen with AMX Mod X 1.9.0 on that same computer?
  • How are you starting the server (the command line command)?
  • When you say "restart" what do you mean? Is that just simply running the "restart" command in the server console?
  • What happens if you first start the server from the command line with the custom plugins?
  • If the server starts the first time with a vanilla configuration and you simply run the "restart" command, I find it hard to believe that there is something wrong with AMX Mod X since those files are required to start the first time also.

mlibre 04-30-2023 23:17

Re: plugins.ini and modules.ini not found!
 
show your meta list

happy_2012 05-01-2023 17:31

Re: plugins.ini and modules.ini not found!
 
Hey,

I am using a SteamCMD server installed on a dedicated server. It happened in both AMX Mod X 1.9.0 and AMX Mod X 1.10.0, it got fixed only when I reinstall the game server from scratch.

Apparently, what fixed it, or let's prevented it, is that I did not reupload AMX Mod X files through FTP, it happens when I upload files such as: core.ini, cmds.ini and these guys

mlibre 05-01-2023 17:47

Re: plugins.ini and modules.ini not found!
 
surely these extensions are restricted by ftp

fysiks 05-01-2023 22:51

Re: plugins.ini and modules.ini not found!
 
Quote:

Originally Posted by mlibre (Post 2803761)
surely these extensions are restricted by ftp

That's usually up to the host. If you're hosting your own server you don't have any restrictions that you don't put on yourself.

happy_2012 05-02-2023 11:55

Re: plugins.ini and modules.ini not found!
 
As long as I do not reupload cmds.ini and cmdaccess.ini or whatever, AMX does not break! :P

mlibre 05-02-2023 13:24

Re: plugins.ini and modules.ini not found!
 
so the solution was to reinstall amxx

fysiks 05-03-2023 00:27

Re: plugins.ini and modules.ini not found!
 
Quote:

Originally Posted by happy_2012 (Post 2803807)
As long as I do not reupload cmds.ini and cmdaccess.ini or whatever, AMX does not break! :P

If that's what causes it then you are probably corrupting the file somehow when you edit them. What do you normally use to edit files like this (not just these specific files, any files e.g. plugins.ini)?

happy_2012 05-03-2023 10:44

Re: plugins.ini and modules.ini not found!
 
Quote:

Originally Posted by fysiks (Post 2803838)
If that's what causes it then you are probably corrupting the file somehow when you edit them. What do you normally use to edit files like this (not just these specific files, any files e.g. plugins.ini)?

No, not plugins.ini, mostly cmdacess.ini what breaks the file! :|
AFAIK that file is automatically generated, and same goes for cmd.ini I think, not sure


All times are GMT -4. The time now is 00:50.

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