Raised This Month: $32 Target: $400
 8% 

[AMXX] Plugins list not found [Not Solved again]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-24-2017 , 09:33   [AMXX] Plugins list not found [Not Solved again]
Reply With Quote #1

Hi all, i am having this issue:

Code:
] rcon restart
L 03/24/2017 - 10:58:45: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")
That say-me the plugins.ini list is not found??

I am using dedicated server with linux.
On windows it is ok.

Someone can help? Thanks


Ps.
Code:
] rcon amxx version
AMX Mod X 1.8.3-dev+5106 (http://www.amxmodx.org)
Authors:
	David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
	Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
	Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
	Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Mar 19 2017 06:13:18
Built from: https://github.com/alliedmodders/amxmodx/commit/da80667
Build ID: 5106:da80667
Core mode: JIT+ASM32

] rcon version
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)

] rcon status
hostname:  Pug Mod 1.8.3-dev @ MaxiGames.com.br
version :  48/1.1.2.7/Stdio 6153 secure  (10)
tcp/ip  :  177.54.146.147:27042
map     :  de_dust2 at: 0 x, 0 y, 0 z
players :  0 active (12 max)

#      name userid uniqueid frag time ping loss adr
0 users

] rcon amxx plugins
Currently loaded plugins:
       name                    version     author            file             status   
0 plugins, 0 running

] rcon amxx modules
Currently loaded modules:
      name                    version     author               status     
0 modules, 0 correct

] rcon meta list
Currently loaded plugins:
      description      stat pend  file              vers      src   load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.3-d  ini   Start ANY  
1 plugins, 1 running

] rcon restart
L 03/24/2017 - 10:58:45: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 03-24-2017 , 09:35   Re: [AMXX] Plugins list not found
Reply With Quote #2

Are you sure the file exists and is under the right path?
klippy is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-24-2017 , 09:37   Re: [AMXX] Plugins list not found
Reply With Quote #3

Make sure you have only one gamedll_ defined with metamod in liblist.gam.
__________________
Arkshine is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-24-2017 , 10:20   Re: [AMXX] Plugins list not found
Reply With Quote #4

Quote:
Originally Posted by Arkshine View Post
Make sure you have only one gamedll_ defined with metamod in liblist.gam.
uhm, i never suspect about this.

Let-me check it

Ps.
i know that is not a really a bug, but what is the reason to this happen?

Thanks

Edit: Still plugins not found, even with a correct liblist and core.ini

Code:
] rcon restart
L 03/24/2017 - 11:58:16: -------- Mapchange to de_dust2 --------
L 03/24/2017 - 11:58:16: [AMXX] Modules list not found (file "addons/amxmodx/configs/modules.ini")
L 03/24/2017 - 11:58:16: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")
Code:
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_linux "addons/metamod/dlls/metamod.so"
trainmap "tr_1"
edicts	"1800"
@KliPPy yes
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 03-24-2017 at 10:31.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 03-24-2017 , 10:56   Re: [AMXX] Plugins list not found
Reply With Quote #5

Do "localinfo" in server console.

Also, check if the user you are running your server as has high enough permissions to access these files.
klippy is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-24-2017 , 11:03   Re: [AMXX] Plugins list not found
Reply With Quote #6

Quote:
Originally Posted by KliPPy View Post
Do "localinfo" in server console.

Also, check if the user you are running your server as has high enough permissions to access these files.
Code:
] rcon restart
L 03/24/2017 - 12:31:00: -------- Mapchange to de_dust2 --------
L 03/24/2017 - 12:31:00: [AMXX] Modules list not found (file "addons/amxmodx/configs/modules.ini")
L 03/24/2017 - 12:31:00: [AMXX] Plugins list not found (file "addons/amxmodx/configs/plugins.ini")

] rcon localinfo
Local info settings:
amxx_cfg            addons/amxmodx/configs/core.ini
amxx_logs           addons/amxmodx/logs
amxx_configsdir     addons/amxmodx/configs
amxx_datadir        addons/amxmodx/data
amxx_modules        addons/amxmodx/configs/modules.ini
amxx_plugins        addons/amxmodx/configs/plugins.ini
amxx_pluginsdir     addons/amxmodx/plugins
amxx_modulesdir     addons/amxmodx/modules
amxx_vault          addons/amxmodx/data/vault.ini
csstats             addons/amxmodx/data/csstats.dat
csstats_score       addons/amxmodx/data/csstats.amxx
amxx_logging        1
bin_logging         49
max_binlog_size     20
optimizer           7
amxx_basedir        addons/amxmodx
amxx_customdir      addons/amxmodx/custom
amx_basedir         addons/amxmodx
amx_configdir       addons/amxmodx/configs
amx_langdir         addons/amxmodx/data/amxmod-lang
amx_modulesdir      addons/amxmodx/modules
amx_pluginsdir      addons/amxmodx/plugins
amx_logdir          addons/amxmodx/logs
disableflagman      0
Is here, really thanks for help
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-14-2017 , 17:10   Re: [AMXX] Plugins list not found
Reply With Quote #7

Up, is not only here.

If i edit core.ini on windows and try to put in a linux server, this break the file and core.ini is not loaded correctly.
Maybe some problem with charset in file.

Any solution?
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 04-14-2017 at 17:10.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-15-2017 , 05:06   Re: [AMXX] Plugins list not found
Reply With Quote #8

Quote:
Originally Posted by ^SmileY View Post
Up, is not only here.

If i edit core.ini on windows and try to put in a linux server, this break the file and core.ini is not loaded correctly.
Maybe some problem with charset in file.

Any solution?
Ensure that you're saving it as ANSI or UTF-8 without BOM, a lot of editors (Notepad++, Sublime Text) will default to UTF-8 with BOM which will not parse correctly.
__________________
asherkin is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-15-2017 , 08:01   Re: [AMXX] Plugins list not found [Not Solved again]
Reply With Quote #9

This is exactly the problem, do not repeat only repeat to me as a valid solution

All players need to have an external editor duo this bug? If edit files in their PC and after upload to host? i never have this in past versions.

"Ensure that you're saving it as ANSI or UTF-8 without BOM"
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-15-2017 , 12:49   Re: [AMXX] Plugins list not found [Not Solved again]
Reply With Quote #10

This is not a bug. If you open a file, these editors will not change the encoding (I've never had the issue in 10+ years of using Notepad++). The issue might occur if you create a new file in these editors.
__________________
fysiks is offline
Reply


Thread Tools
Display Modes

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 02:05.


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