SA-MP Forums Archive
Can't Start Server On Centos 7 - 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: Can't Start Server On Centos 7 (/showthread.php?tid=600954)



Can't Start Server On Centos 7 - biaprot - 15.02.2016

Hello ! when i trying start server , it show this Error , i'm try newest version SAMP but not working
Code:
[02:06:31]    Error: Function not registered: 'ApplyActorAnimation'
[02:06:31]    Error: Function not registered: 'IsValidActor'
[02:06:31]    Error: Function not registered: 'GetActorVirtualWorld'
[02:06:31]    Error: Function not registered: 'GetActorPos'
[02:06:31]    Error: Function not registered: 'SetActorPos'
[02:06:31]    Error: Function not registered: 'SetActorVirtualWorld'
[02:06:31]    Error: Function not registered: 'SetActorHealth'
[02:06:31]    Error: Function not registered: 'ClearActorAnimations'
[02:06:31]    Error: Function not registered: 'CreateActor'
[02:06:31]    Error: Function not registered: 'GetPlayerTargetActor'
[02:06:31]    Error: Function not registered: 'IsActorInvulnerable'
[02:06:31]    Error: Function not registered: 'GetActorHealth'
[02:06:31]    Error: Function not registered: 'GetPlayerPoolSize'
[02:06:31]    Error: Function not registered: 'GetVehiclePoolSize'
[02:06:31]    Error: Function not registered: 'SetActorInvulnerable'
[02:06:31] [debug] Run time error 19: "File or function is not found"
[02:06:31] [debug]  ApplyActorAnimation
[02:06:31] [debug]  IsValidActor
[02:06:31] [debug]  GetActorVirtualWorld
[02:06:31] [debug]  GetActorPos
[02:06:31] [debug]  SetActorPos
[02:06:31] [debug]  SetActorVirtualWorld
[02:06:31] [debug]  SetActorHealth
[02:06:31] [debug]  ClearActorAnimations
[02:06:31] [debug]  CreateActor
[02:06:31] [debug]  GetPlayerTargetActor
[02:06:31] [debug]  IsActorInvulnerable
[02:06:31] [debug]  GetActorHealth
[02:06:31] [debug]  GetPlayerPoolSize
[02:06:31] [debug]  GetVehiclePoolSize
[02:06:31] [debug]  SetActorInvulnerable
[02:06:31] [debug] Run time error 19: "File or function is not found"
[02:06:31] [debug]  ApplyActorAnimation
[02:06:31] [debug]  IsValidActor
[02:06:31] [debug]  GetActorVirtualWorld
[02:06:31] [debug]  GetActorPos
[02:06:31] [debug]  SetActorPos
[02:06:31] [debug]  SetActorVirtualWorld
[02:06:31] [debug]  SetActorHealth
[02:06:31] [debug]  ClearActorAnimations
[02:06:31] [debug]  CreateActor
[02:06:31] [debug]  GetPlayerTargetActor
[02:06:31] [debug]  IsActorInvulnerable
[02:06:31] [debug]  GetActorHealth
[02:06:31] [debug]  GetPlayerPoolSize
[02:06:31] [debug]  GetVehiclePoolSize
[02:06:31] [debug]  SetActorInvulnerable
[02:06:31] Script[gamemodes/dayz.amx]: Run time error 19: "File or function is not found"
[02:06:31] Number of vehicle models: 0
Anyone know what problem ?


Re: Can't Start Server On Centos 7 - iKarim - 15.02.2016

Your SA-MP version doesn't match with gamemode. Please download latest SA-MP server version.


Re: Can't Start Server On Centos 7 - biaprot - 15.02.2016

Hello , i'm used lastest version but crash and can't start @@!


Re: Can't Start Server On Centos 7 - Amunra - 15.02.2016

See your Include Mate,
And Your Directory :
Quote:

Pawno/Include Directory

Don't Forget


Re: Can't Start Server On Centos 7 - FreAkeD - 15.02.2016

You gotta update to the latest SAMP version. All those functions were added in SA-MP 0.3.7.

Don't forget to compile your scripts once you update all the files too.


Re: Can't Start Server On Centos 7 - Vince - 15.02.2016

Quote:
Originally Posted by Amunra
View Post
See your Include Mate,
And Your Directory :


Don't Forget
You don't need to upload the include folder. These files are "included" (duh) during compilation.


Re: Can't Start Server On Centos 7 - biaprot - 15.02.2016

Quote:

#include <a_samp>

#include <a_mysql>
#include <streamer>
#include <easydb>
#include <easydialog>
#include <e_actor>
#include <md5>
#include <color>
#include <zcmd>
#include <callback>
#include <SimpleINI>
#include <sscanf2>
//#include <nex-ac>
#include <mapdialog>
#include <fcnpc>
#include <vehicleplus>
#include <foreach>

Here ! open on Windows it nothing happend , but in Linux Show this Error
Quote:

[04:03:19] [debug] Server crashed due to an unknown error
[04:03:19] [debug] Native backtrace:
[04:03:19] [debug] #0 f744b93b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[04:03:19] [debug] #1 f744468f in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[04:03:19] [debug] #2 f744585c in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[04:03:19] [debug] #3 f7445ca6 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[04:03:19] [debug] #4 f744b58c in ?? () from plugins/crashdetect.so
[04:03:19] [debug] #5 f77a5410 in ?? ()
[04:03:19] [debug] #6 f74188a3 in _ZN8CAddress10InitializeEv () from plugins/FCNPC.so
[04:03:19] [debug] #7 f7422f39 in _ZN7CServer10InitializeEv () from plugins/FCNPC.so
[04:03:19] [debug] #8 f741a695 in AmxLoad () from plugins/FCNPC.so
[04:03:19] [debug] #9 080d1c89 in ?? () from ./samp03svr
[04:03:19] [debug] #10 080a1261 in ?? () from ./samp03svr
[04:03:19] [debug] #11 080ab601 in ?? () from ./samp03svr
[04:03:19] [debug] #12 080aba0b in ?? () from ./samp03svr
[04:03:19] [debug] #13 080aa0fd in ?? () from ./samp03svr
[04:03:19] [debug] #14 f7492943 in __libc_start_main () from /lib/libc.so.6
[04:03:19] [debug] #15 0804b4e1 in ?? () from ./samp03svr