Raised This Month: $ Target: $400
 0% 

Solved plugins.ini and modules.ini not found!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
happy_2012
Senior Member
Join Date: Aug 2012
Old 04-30-2023 , 11:59   plugins.ini and modules.ini not found!
Reply With Quote #1

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")
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!

Last edited by happy_2012; 05-04-2023 at 07:40. Reason: Problem solved
happy_2012 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-30-2023 , 17:33   Re: plugins.ini and modules.ini not found!
Reply With Quote #2

  • 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.
__________________
fysiks is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 04-30-2023 , 23:17   Re: plugins.ini and modules.ini not found!
Reply With Quote #3

show your meta list
__________________
mlibre is offline
happy_2012
Senior Member
Join Date: Aug 2012
Old 05-01-2023 , 17:31   Re: plugins.ini and modules.ini not found!
Reply With Quote #4

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
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!
happy_2012 is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 05-01-2023 , 17:47   Re: plugins.ini and modules.ini not found!
Reply With Quote #5

surely these extensions are restricted by ftp
__________________
mlibre is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-01-2023 , 22:51   Re: plugins.ini and modules.ini not found!
Reply With Quote #6

Quote:
Originally Posted by mlibre View Post
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.
__________________
fysiks is offline
happy_2012
Senior Member
Join Date: Aug 2012
Old 05-02-2023 , 11:55   Re: plugins.ini and modules.ini not found!
Reply With Quote #7

As long as I do not reupload cmds.ini and cmdaccess.ini or whatever, AMX does not break!
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!
happy_2012 is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 05-02-2023 , 13:24   Re: plugins.ini and modules.ini not found!
Reply With Quote #8

so the solution was to reinstall amxx
__________________
mlibre is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-03-2023 , 00:27   Re: plugins.ini and modules.ini not found!
Reply With Quote #9

Quote:
Originally Posted by happy_2012 View Post
As long as I do not reupload cmds.ini and cmdaccess.ini or whatever, AMX does not break!
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)?
__________________
fysiks is offline
happy_2012
Senior Member
Join Date: Aug 2012
Old 05-03-2023 , 10:44   Re: plugins.ini and modules.ini not found!
Reply With Quote #10

Quote:
Originally Posted by fysiks View Post
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
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!
happy_2012 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 09:44.


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