samp-server.exe log error helpme! -
bsrk - 28.07.2011
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team
[05:26:12] filterscripts = "" (string)
[05:26:12] weburl = "www.sa-mp.com" (string)
[05:26:12]
[05:26:12] Server Plugins
[05:26:12] --------------
[05:26:12] Loading plugin: mysql.so
[05:26:12] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[05:26:12] Loading plugin: streamer.so
[05:26:12]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[05:26:12] Loaded.
[05:26:12] Loaded 1 plugins.
[05:26:12]
[05:26:12] Filter Scripts
[05:26:12] ---------------
[05:26:12] Loaded 0 filter scripts.
[05:26:12] Script[gamemodes/peerawat.amx]: Run time error 19: "File or function is not found"
[05:26:12] Number of vehicle models: 0
run samp-server.exe os linux
plugins(mysql.so 64 kb)
https://sampforum.blast.hk/showthread.php?tid=122983 [By: StrickenKid]
plugins(streamer.so 291 kb)
https://sampforum.blast.hk/showthread.php?tid=102865 [By: Incognito]
Re: samp-server.exe log error helpme! -
Jay. - 28.07.2011
Are those plugins in a folder called "plugins"?
and written in cfg is there:
plugins your plugin names
If not try what I said and that might be your problem fixed.
Re: samp-server.exe log error helpme! -
bsrk - 28.07.2011
http://upic.me/i/8z/2xcats.jpg << folder plugins
server.cfg >>
echo Executing Server Config...
lanmode 1
rcon_password test
maxplayers 100
port 7777
hostname
gamemode0 peerawat
filterscripts
plugins mysql.so streamer.so
announce 0
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
Re: samp-server.exe log error helpme! -
Kaperstone - 28.07.2011
it show you:
[05:26:12] Script[gamemodes/peerawat.amx]: Run time error 19: "File or function is not found"
thet mean then you dont have .AMX file of your GM
you need to compile your GM to get the .AMX file
so open your GM and compile him,make sure you dont get any errors when you compile it...
Re: samp-server.exe log error helpme! -
bsrk - 29.07.2011
pawn compile output
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
passed
Re: samp-server.exe log error helpme! -
Kaperstone - 29.07.2011
ok...
so check if the .AMX and .PWN is in the " GameModes " folder...
Re: samp-server.exe log error helpme! -
Unte99 - 29.07.2011
Quote:
Originally Posted by xkirill
ok...
so check if the .AMX and .PWN is in the " GameModes " folder...
|
You don't need to have both amx. and .pwn files in gamemode folder to load the gamemode. You only need the .amx file.
Re: samp-server.exe log error helpme! -
campkz - 29.07.2011
Don't out .so in thend on your plugins on your server.cfg
Re: samp-server.exe log error helpme! -
Famalamalam - 29.07.2011
Quote:
Originally Posted by campkz
Don't out .so in thend on your plugins on your server.cfg
|
You NEED to put the file extension after the name when using Linux.
OT: Looks like your game-mode is missing a plug-in, go through it and make sure you haven't missed any. (For example, if you have downloaded a game-mode, it might have a missing plug-in).