samp Linux server bug cant open it.. 19: "File or function is not found" -
amitdahari - 07.08.2013
So i moved to a host and i have this problem could anyone tell me how to fix it?? i updated sscanf plugins include: here is the server_Log:
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[01:40:33]
[01:40:33] Server Plugins
[01:40:33] --------------
[01:40:33] Loading plugin: audio.so
[01:40:33]
*** Audio Plugin v0.5 by Incognito loaded ***
[01:40:33] Loaded.
[01:40:33] Loading plugin: streamer.so
[01:40:33]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[01:40:33] Loaded.
[01:40:33] Loading plugin: sscanf.so
[01:40:33]
[01:40:33] ===============================
[01:40:33] sscanf plugin loaded.
[01:40:33] Version: 2.8.1
[01:40:33] © 2012 Alex "******" Cole
[01:40:33] ===============================
[01:40:33] Loaded.
[01:40:33] Loading plugin: Whirlpool.so
[01:40:33]
[01:40:33] ==================
[01:40:33]
[01:40:33] Whirlpool loaded
[01:40:33]
[01:40:33] ==================
[01:40:33]
[01:40:33] Loaded.
[01:40:33] Loading plugin: irc.so
[01:40:33]
*** IRC Plugin v1.4.3 by Incognito loaded ***
[01:40:33] Loaded.
[01:40:33] Loaded 5 plugins.
[01:40:33]
[01:40:33] Filterscripts
[01:40:33] ---------------
[01:40:33] Loading filterscript 'radio.amx'...
[01:40:33] Unable to load filterscript 'radio.amx'.
[01:40:33] Loading filterscript '1.amx'...
[01:40:33]
------------------------------------------
[01:40:33] Hope you enjoy
[01:40:33] Random Messages In Your server,
[01:40:33] MADE BY Dano
[01:40:33] --------------------------------------------
[01:40:33] Loading filterscript 'yom_buttons.amx'...
[01:40:33] Loading filterscript 'vactions.amx'...
[01:40:33] Loading filterscript 'robbery.amx'...
[01:40:33] Loaded 4 filterscripts.
[01:40:33] Script[gamemodes/lgrp.amx]: Run time error 19: "File or function is not found"
[01:40:33] Number of vehicle models: 0
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
Konstantinos - 07.08.2013
Use nativechecker and see what plugin you're missing and you did not load it.
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
amitdahari - 07.08.2013
Well i found this:
Quote:
[02:44:16] Error: Function not registered: 'Audio_Seek'
[02:44:16] Script[gamemodes/lgrp.amx]: Run time error 19: "File or function is not found"
[02:44:16] Number of vehicle models: 0
|
What to do Now?
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
ColorHost-Kevin - 07.08.2013
Your not running a plugin you need.
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
amitdahari - 07.08.2013
What do you mean
i got everything i need..
i can run the server on my windows computer but On my host server(Linux) it gives me that bugg
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
khangf - 08.08.2013
That's a window plugin. You can't use it on a linux server.
Get a new same plugin compatible on linux.
Or check
this maybe it will help.
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
Konstantinos - 08.08.2013
It seems that you're using the correct plugin (latest version), but Audio_Seek function has been replaced to Audio_SetPosition I think. Replace it to your mode, re-compile with the latest include (if it has) too and run the server once again.
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
amitdahari - 08.08.2013
after i fixed it i got this Errors:
Quote:
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(369 : error 017: undefined symbol "Audio_SetPosition"
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(3730) : error 017: undefined symbol "Audio_SetPosition"
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(370 : warning 203: symbol is never used: "seek"
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(3760) : error 017: undefined symbol "Audio_SetPosition"
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(3739) : warning 203: symbol is never used: "seek"
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(11291) : warning 209: function "Streamer_OnPlayerLeaveRaceCP" should return a value
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(29451) : warning 206: redundant test: constant expression is non-zero
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(29460) : warning 205: redundant code: constant expression is zero
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(29461) : warning 205: redundant code: constant expression is zero
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(29501) : warning 206: redundant test: constant expression is non-zero
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(29510) : warning 205: redundant code: constant expression is zero
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(29511) : warning 205: redundant code: constant expression is zero
G:\bgrp\BGRP - Copy - Copy (2)\gamemodes\lgrp.pwn(73465) : warning 204: symbol is assigned a value that is never used: "adds"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
|
Re: samp Linux server bug cant open it.. 19: "File or function is not found" -
Konstantinos - 08.08.2013
Is the audio.inc file updated to the latest version? Because 0.5 version has Audio_SetPosition as a native.