Gamemode showing error? [I'll give a samp or ts3 server] -
marshallbrown - 09.02.2015
My Server's Gamemode is showing as "Unknown"
I've wasted 3 days to fix this - Updated the plugins, Includes and got tired. I could really use some help. Anyone who helps, I'll give you a Teamspeak 3 server or a server for yourself to be hosted by me. I just need someone to fix this as soon as possible.
This is the Server Log:
Код:
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[01:19:19]
[01:19:19] Server Plugins
[01:19:19] --------------
[01:19:19] Loading plugin: audio.dll
[01:19:19] Failed (plugins/audio.dll: invalid ELF header)
[01:19:19] Loading plugin: streamer.dll
[01:19:19] Failed (plugins/streamer.dll: invalid ELF header)
[01:19:19] Loading plugin: sscanf.dll
[01:19:19] Failed (plugins/sscanf.dll: invalid ELF header)
[01:19:19] Loading plugin: Whirlpool.so
[01:19:19] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[01:19:19] Loading plugin: irc.so
[01:19:19] Failed (plugins/irc.so: cannot open shared object file: No such file or directory)
[01:19:19] Loaded 0 plugins.
[01:19:19]
[01:19:19] Filterscripts
[01:19:19] ---------------
[01:19:19] Loading filterscript 'buttons.amx'...
[01:19:19] Unable to load filterscript 'buttons.amx'.
[01:19:19] Loading filterscript 'vactions.amx'...
[01:19:19] Loading filterscript 'yom_buttons.amx'...
[01:19:19] Loading filterscript 'gcustom.amx'...
[01:19:19] Loading filterscript 'qcustom.amx'...
[01:19:19] Loaded 4 filterscripts.
[01:19:19] Script[gamemodes/hzrpv1.amx]: Run time error 19: "File or function is not found"
[01:19:19] Number of vehicle models: 0
Код:
hostname Social Gaming Roleplay [Pruge | Refunds]
port 7777
mapname Los Santos
weburl www.socialliferp.tk
rcon_password *n/a*
maxplayers 500
query 1
announce 1
filterscripts buttons vactions yom_buttons gcustom qcustom
plugins audio.so streamer.so sscanf.so
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
gamemode0 hzrpv1
*server.cfg has .so plugins but .dll plugins are being loaded*
Re: Gamemode showing error? [I'll give a samp or ts3 server] -
Godde - 09.02.2015
same prob bro i wish someone could solve it
Re: Gamemode showing error? [I'll give a samp or ts3 server] -
Naresh - 09.02.2015
is it hosted at linux or windows..
if linux u must upload the .so version of the plugins.
which is the linux version.
so try for all the plugins.so search in ****** with some thing like "stremer.so samp" and u'll get a link. u can download the so file there. and upload and edit the server.cfg with the .so.. and try.
Re: Gamemode showing error? [I'll give a samp or ts3 server] -
Jake187 - 09.02.2015
how are you going about starting your server is it by a Game Server Control Panel? If is it could it possibly have its own pre-set server.cfg?
If you have SSH access check your server.cfg with a editor like nano make sure it's correct and than load the samp server as
./samp03svr and see if it starts
If you do not have SSH access and you are starting your game server from a Control Panel look to see if there is a default server configuration somewhere which has those dlls in it.
Re: Gamemode showing error? [I'll give a samp or ts3 server] -
NoSoap - 09.02.2015
Quite often this is caused by not uploading the right plugins OR the server being on an outdated version to what you compiled the gamemode in.
Re: Gamemode showing error? [I'll give a samp or ts3 server] -
SimplyFragHosting - 10.02.2015
Hello,
ELF header errors mean this in short:
Incompatible bit versions e.g. linux 64 bit plugins on a 32 bit server will cause this and its common with the whirlpool plugin and judging by the errors on the less common plugins with only a single type this would mean that he is trying to run windows files on a linux server.
In addition to this go to your server.cfg and change the extention from .dll to .so on the plugins section.