SA-MP Forums Archive
Run time error 19 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Run time error 19 (/showthread.php?tid=252845)



Run time error 19 - Lars_Frederiksen - 03.05.2011

I'm using delux-host servers, I have all my files set up right, the server.cfg, all the includes in the right place, gamemodes in the right place. Everything is where it's suppose to be... But this happens when I try loading my gm..
Код:
238 	SA-MP Dedicated Server
239 	----------------------
240 	v0.3c, ©2005-2010 SA-MP Team
241 	
242 	[17:04:11]
243 	[17:04:11] Server Plugins
244 	[17:04:11] --------------
245 	[17:04:11] Loading plugin: YSF.so
246 	[17:04:11] Error: Unknown Linux server version
247 	
248 	[17:04:11] Failed.
249 	[17:04:11] Loading plugin: streamer.so
250 	[17:04:11]
251 	
252 	*** Streamer Plugin v2.5 by Incognito loaded ***
253 	
254 	[17:04:11] Loaded.
255 	[17:04:11] Loading plugin: irc.so
256 	[17:04:11] *** IRC plugin v1.1 [by jacob] loaded!
257 	[17:04:11] Loaded.
258 	[17:04:11] Loaded 2 plugins.
259 		
275 	[17:04:11] Script[gamemodes/gf.amx]: Run time error 19: "File or function is not found"
276 	[17:04:11] Number of vehicle models: 0
The script loads perfect on my lan server... but when I try loading it on the linux server it bugs out, what's going on?


Re: Run time error 19 - iSlice - 03.05.2011

Use the Linux includes for pawno


Re: Run time error 19 - Lars_Frederiksen - 03.05.2011

where you get that at?


Re: Run time error 19 - Calgon - 03.05.2011

YSF couldn't load, which causes the error.

I'm pretty sure YSF isn't compiled for 0.3c, so you can't use it or the functions it includes.

If YSF is compiled for 0.3c and Linux, make sure you're using the correct version for the distrobution of Linux which your server uses. An example of a distrobution that your server runs would be: Debian, CentOS, or something else.


Re: Run time error 19 - [K]e[N] - 04.05.2011

can u show me ur sever.cfg ?
maybe i can help ^^


Re: Run time error 19 - Infinity - 04.05.2011

Quote:
Originally Posted by [K]e[N]
Посмотреть сообщение
can u show me ur sever.cfg ?
maybe i can help ^^
...good luck with that, as the question has already been answered in the post(s) above you.


Re: Run time error 19 - leong124 - 04.05.2011

Quote:
Originally Posted by ******
Посмотреть сообщение
No, YSF doesn't support Linux or 0.3c. People who want it keep asking me to update it, I have little time so keep pointing out that it is open source so THEY can update it, but still nothing happens...
lol..
I guess they don't know what to do to make it support 0.3c/Linux.