GameMode : Unkown Why ? after i use it with vps
#1

sorry if my english is bad.
i just make a samp server, and i already have game mode, and edit it. i try the server to offline server, and it perfectly work. then i just upload the script to my vps. but all commands didn't work, and the server game mode is UNKOWN, i don't know why. but it say on server_log Failed (plugins: cannot open shared object file: No such file or directory)

server_log.txt

Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[05:56:38]
[05:56:38] Server Plugins
[05:56:38] --------------
[05:56:38] Loading plugin: streamer
[05:56:38] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[05:56:38] Loading plugin: y_files
[05:56:38] Failed (plugins/y_files: cannot open shared object file: No such file or directory)
[05:56:38] Loading plugin: Whirlpool
[05:56:38] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[05:56:38] Loading plugin: GeoIP_Plugin
[05:56:38] Failed (plugins/GeoIP_Plugin: cannot open shared object file: No such file or directory)
[05:56:38] Loading plugin: sscanf
[05:56:38] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[05:56:38] Loaded 0 plugins.

[05:56:38]
[05:56:38] Filterscripts
[05:56:38] ---------------
[05:56:38] Loading filterscript 'NR_G_AS.amx'...
[05:56:38] Loading filterscript 'object.amx'...
[05:56:38] Loading filterscript 'TFS.amx'...
[05:56:38] Loading filterscript 'xPickupcreator.amx'...
[05:56:38] Unable to load filterscript 'xPickupcreator.amx'.
[05:56:38] Loading filterscript 'snow.amx'...
[05:56:38] Loading filterscript 'xVip.amx'...
[05:56:38] Loading filterscript 'animlist.amx'...
[05:56:38]
--------------------------------------
[05:56:38] -G.O-Anim Sytem By: secret11
[05:56:38] --------------------------------------

[05:56:38] Loaded 6 filterscripts.

[05:56:38] Script[gamemodes/NRG[V.4.0].amx]: Run time error 19: "File or function is not found"
[05:56:38] Number of vehicle models: 0

what should i do ? sry, im newbie on scripting, and it's my own first server
game mode is unkown :


server.cfg
Quote:

echo Executing Server Config...
lanmode 1
rcon_password secret12
maxplayers 30
port 7777
hostname [UIG] -United Indonesian GamerZ- (0.3x)
gamemode0 UIG[B.1.0]
mapname Build 2 [UIG]
filterscripts NR_G_AS object TFS xPickupcreator snow xVip animlist
announce 0
plugins streamer y_files Whirlpool GeoIP_Plugin sscanf
query 1
weburl secret13
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]

i don't know why in offline it's work, but in online now is didn't work
i need help
Reply
#2

All the plugins failed to load because none of them was uploaded into the plugins folder.

Upload the plugins (.so for Linux and .dll for Windows) and run the server again.

Note: If it uses Linux, then edit the server.cfg (plugins line) to:
pawn Код:
plugins streamer.so y_files.so Whirlpool.so GeoIP_Plugin.so sscanf.so
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
All the plugins failed to load because none of them was uploaded into the plugins folder.

Upload the plugins (.so for Linux and .dll for Windows) and run the server again.

Note: If it uses Linux, then edit the server.cfg (plugins line) to:
pawn Код:
plugins streamer.so y_files.so Whirlpool.so GeoIP_Plugin.so sscanf.so
I've uploaded all the plugins, but gamemode still unkown


i use windows,
I should change the plugins on server.cfg?
Quote:

plugins.dll streamer.dll y_files.dll Whirlpool.dll GeoIP_Plugin.dll sscanf.dll

edit it like that ?
i need help
Reply
#4

which your using windows or linux?
Reply
#5

Quote:
Originally Posted by ReD_DeVi
Посмотреть сообщение
which your using windows or linux?
i use windows,
Now, I must edit server.cfg?

Quote:

plugins.dll streamer.dll y_files.dll Whirlpool.dll GeoIP_Plugin.dll sscanf.dll

edit it like that ?
i need help

Quote:

echo Executing Server Config...
lanmode 1
rcon_password secret!
maxplayers 30
port 7777
hostname [UIG] -United Indonesian GamerZ- (0.3x)
gamemode0 UIG[B.1.0]
mapname Build 2 [UIG]
filterscripts NR_G_AS object TFS xPickupcreator snow xVip animlist
announce 0
plugins streamer.dll y_files.dll Whirlpool.dll GeoIP_Plugin.dll sscanf.dll
query 1
weburl secret!
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]

the gamemode still UNKOWN, please someone help me
Reply
#6

No, the server.cfg is fine like this:
pawn Код:
plugins streamer y_files Whirlpool GeoIP_Plugin sscanf
Only one reason I can think of since the plugins exist in the folder. Are the permissions set correctly? It should be executable.
Reply
#7

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
No, the server.cfg is fine like this:
pawn Код:
plugins streamer y_files Whirlpool GeoIP_Plugin sscanf
Only one reason I can think of since the plugins exist in the folder. Are the permissions set correctly? It should be executable.
Hello, how do i set the permissons correctly on Windows server x64 2008 R2-standard? Thanks
Reply
#8

Quote:
Originally Posted by Noris
Посмотреть сообщение
Hello, how do i set the permissons correctly on Windows server x64 2008 R2-standard? Thanks
You don't have permissions on windows server.
You have to run the .EXE file as a admin, and change the server cfg from:
PHP код:
plugin 
TO

PHP код:
plugin.dll 
Reply
#9

Here we go, In your server log the problem is
Код:
[05:56:38] Script[gamemodes/NRG[V.4.0].amx]: Run time error 19: "File or function is not found"
and in your cfg it's
Код:
gamemode0 UIG[B.1.0]
So i think try to rename game mode in your cfg from "UIG[B.1.0]" to "NRG[V.4.0]"
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)