SA-MP Forums Archive
Need Help with error 19.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need Help with error 19.. (/showthread.php?tid=291146)



Need Help with error 19.. - titanak - 18.10.2011

Hello! i have tryd to fix this 3 days . nothing i have looked other topics , still doesn't help

does someone know what will be fix it?

in my Windows 7 Computer it works , same includes , same plugins but dll latest ones it Works!

on Linux CentOS server:

Код:
Run time error 19: "File or function is not found"
everyone say there is problem with plugins , i have the latest plugins R5 0.3c

Plugins Folder:



Server.cfg

Код:
echo Executing Server Config...
lanmode 0
rcon_password tron
maxplayers 15
password kanakoer
port 7777
hostname Test
gamemode0 ozo
filterscripts
announce 1
query 1
plugins mysql.so streamer.so MapAndreas.so
maxnpc 10
Includes:

Код:
#include <a_samp>
#include <a_mysql>
#include <Dini>
#include <OAOStockStore>
#include <SAMsites0.4.1>
#include <Double-O-Icons>
#include <dudb>
#include <mapandreas>
#include <a_sampdb>
#include <progress>
Any Suggestions

repping too...


Re: Need Help with error 19.. - =WoR=Varth - 18.10.2011

server log?


Re: Need Help with error 19.. - TheMaddox - 18.10.2011

Change the gamemode name to "kanakoer.pwn" i guess.


Re: Need Help with error 19.. - [MWR]Blood - 18.10.2011

Doesn't this need the SQL include?
#include <a_sampdb>


Re: Need Help with error 19.. - titanak - 18.10.2011

Quote:
Originally Posted by [MWR]Blood
Посмотреть сообщение
Doesn't this need the SQL include?
#include <a_sampdb>
nah it is simple sampdb include . it is with samp server.


Re: Need Help with error 19.. - titanak - 18.10.2011

Quote:
Originally Posted by =WoR=Varth
Посмотреть сообщение
server log?
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[20:05:39] filterscripts = ""  (string)
[20:05:39] 
[20:05:39] Server Plugins
[20:05:39] --------------
[20:05:39]  Loading plugin: mysql.so
[20:05:39] 

  > MySQL plugin R5 successfully loaded.

[20:05:39]   Loaded.
[20:05:39]  Loading plugin: streamer.so
[20:05:39] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[20:05:39]   Loaded.
[20:05:39]  Loading plugin: MapAndreas.so
[20:05:39]   Loaded.
[20:05:39]  Loading plugin: sampmysql.so
[20:05:39]   Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[20:05:39]  Loaded 3 plugins.

[20:05:39] 
[20:05:39] Filter Scripts
[20:05:39] ---------------
[20:05:39]   Loaded 0 filter scripts.

[20:05:39] Script[gamemodes/OneAndOnly2011.amx]: Run time error 19: "File or function is not found"
[20:05:39] Number of vehicle models: 0


###################[ End of log ]#########################



Re: Need Help with error 19.. - =WoR=Varth - 18.10.2011

Quote:

[20:05:39] Loading plugin: sampmysql.so
[20:05:39] Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)

there.


Re: Need Help with error 19.. - titanak - 18.10.2011

Quote:
Originally Posted by =WoR=Varth
Посмотреть сообщение
there.
ya already fixed this but still Gamemode: UNKNOWN , I added sampmysql.so for test . it is not included by gamemode or any script . just was for test but still..

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[20:33:30] filterscripts = ""  (string)
[20:33:30] 
[20:33:30] Server Plugins
[20:33:30] --------------
[20:33:30]  Loading plugin: mysql.so
[20:33:30] 

  > MySQL plugin R5 successfully loaded.

[20:33:30]   Loaded.
[20:33:30]  Loading plugin: streamer.so
[20:33:30] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[20:33:30]   Loaded.
[20:33:30]  Loading plugin: MapAndreas.so
[20:33:30]   Loaded.
[20:33:30]  Loaded 3 plugins.

[20:33:30] 
[20:33:30] Filter Scripts
[20:33:30] ---------------
[20:33:30]   Loaded 0 filter scripts.

[20:33:30] Script[gamemodes/OneAndOnly2011.amx]: Run time error 19: "File or function is not found"
[20:33:30] Number of vehicle models: 0



Re: Need Help with error 19.. - KingHual - 18.10.2011

Did you compile your gamemode? Is it in your gamemodes folder?


Re: Need Help with error 19.. - titanak - 18.10.2011

Quote:
Originally Posted by king_hual
Посмотреть сообщение
Did you compile your gamemode? Is it in your gamemodes folder?
this is little bit stupid question because the first thing i do ise compiling gamemode and uploading the .amx file to gamemodes folder.