VPS server help -
Mike_Carlone - 21.07.2013
Hello i have VPS machine and i try to host mysql samp and i installed all stuff what i need but script cant load. scrip on localal host work excellent.
here is my server log.
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a R4, ©2005-2009 SA-MP Team
[20:07:30] filterscripts = "" (string)
[20:07:30]
[20:07:30] Server Plugins
[20:07:30] --------------
[20:07:30] Loading plugin: sscanf.so
[20:07:30]
[20:07:30] ===============================
[20:07:30] sscanf plugin loaded.
[20:07:30] © 2009 Alex "******" Cole
[20:07:30] 0.3d-R2 500 Players "dnee"
[20:07:30] ===============================
[20:07:30] Loaded.
[20:07:30] Loading plugin: streamer.so
[20:07:30]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[20:07:30] Loaded.
[20:07:30] Loading plugin: mysql.so
[20:07:30]
> MySQL plugin R5 successfully loaded.
[20:07:30] Loaded.
[20:07:30] Loading plugin: jit.so
[20:07:30] JIT plugin v1.2.1 is OK.
[20:07:30] Loaded.
[20:07:30] Loading plugin: crashdetect.so
[20:07:30] Warning: Runtime error detection will not work during this run because
[20:07:30] jit.so has been loaded before crashdetect.
[20:07:30] crashdetect v4.8.4 is OK.
[20:07:30] Loaded.
[20:07:30] Loading plugin: ExecLogger.so
[20:07:30] Exec Logger Loaded. Created by JernejL with Zeex's awesome SDK. Special thanks to BlueG.
[20:07:30] Loaded.
[20:07:30] Loading plugin: hash.so
[20:07:30] Loaded.
[20:07:30] Loading plugin: MapAndreas.so
[20:07:30] Loaded.
[20:07:30] Loading plugin: regex.so
[20:07:30]
[20:07:30] ______________________________________
[20:07:30] Regular Expression Plugin v0.2.0 loaded
[20:07:30] ______________________________________
[20:07:30] By: Fro © Copyright <TBG> 2009-2011
[20:07:30] ______________________________________
[20:07:30] Loaded.
[20:07:30] Loading plugin: nativechecker.so
[20:07:30] Loaded.
[20:07:30] Loaded 10 plugins.
[20:07:30]
[20:07:30] Filter Scripts
[20:07:30] ---------------
[20:07:30] Loaded 0 filter scripts.
[20:07:38] Error: Function not registered: 'GetPVarInt'
[20:07:38] Error: Function not registered: 'GetAnimationName'
[20:07:38] Error: Function not registered: 'GetPlayerAnimationIndex'
[20:07:38] Error: Function not registered: 'HTTP'
[20:07:38] Error: Function not registered: 'GetVehicleDamageStatus'
[20:07:38] Error: Function not registered: 'PlayerTextDrawSetString'
[20:07:38] Error: Function not registered: 'CreatePlayerTextDraw'
[20:07:38] Error: Function not registered: 'PlayerTextDrawAlignment'
[20:07:38] Error: Function not registered: 'PlayerTextDrawBackgroundColor'
[20:07:38] Error: Function not registered: 'PlayerTextDrawFont'
[20:07:38] Error: Function not registered: 'PlayerTextDrawLetterSize'
[20:07:38] Error: Function not registered: 'PlayerTextDrawColor'
[20:07:38] Error: Function not registered: 'PlayerTextDrawSetOutline'
[20:07:38] Error: Function not registered: 'PlayerTextDrawSetProportional'
[20:07:38] Error: Function not registered: 'PlayerTextDrawSetShadow'
[20:07:38] Error: Function not registered: 'PlayerTextDrawUseBox'
[20:07:38] Error: Function not registered: 'PlayerTextDrawBoxColor'
[20:07:38] Error: Function not registered: 'PlayerTextDrawTextSize'
[20:07:38] Error: Function not registered: 'PlayerTextDrawShow'
[20:07:38] Error: Function not registered: 'PlayerTextDrawSetSelectable'
[20:07:38] Error: Function not registered: 'SelectTextDraw'
[20:07:38] Error: Function not registered: 'GetPVarString'
[20:07:38] Error: Function not registered: 'PlayerTextDrawDestroy'
[20:07:38] Error: Function not registered: 'SetObjectMaterialText'
[20:07:38] Error: Function not registered: 'GetVehicleParamsEx'
[20:07:38] Error: Function not registered: 'RemoveBuildingForPlayer'
[20:07:38] Error: Function not registered: 'PlayAudioStreamForPlayer'
[20:07:38] Error: Function not registered: 'PlayerTextDrawHide'
[20:07:38] Error: Function not registered: 'StopAudioStreamForPlayer'
[20:07:38] Error: Function not registered: 'CancelSelectTextDraw'
[20:07:38] Error: Function not registered: 'GetPlayerCameraPos'
[20:07:38] Error: Function not registered: 'GetPlayerCameraFrontVector'
[20:07:38] Script[gamemodes/gba.amx]: Run time error 19: "File or function is not found"
[20:07:38] Number of vehicle models: 0
Re: VPS server help -
Mitchy - 21.07.2013
missing plugins, make sure you have .so and .dll and make sure you define it in server.cfg
Re: VPS server help -
XtremeR - 21.07.2013
If the VPS is linux, make sure that all the plugins are in .so format.
Re: VPS server help -
Mauzen - 21.07.2013
Plugins load fine, the problem here is that obviously samp server natives arent found.
Try running without the jit plugin, this could cause the problem.
Re: VPS server help -
Mike_Carlone - 21.07.2013
Quote:
Originally Posted by XtremeR
If the VPS is linux, make sure that all the plugins are in .so format.
|
here is my server cfg
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname gba
gamemode0 gba
password 123
filterscripts
plugins sscanf.so streamer.so mysql.so jit.so crashdetect.so ExecLogger.so hash.so MapAndreas.so regex.so nativechecker.so
announce 0
query 1
weburl
www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Re: VPS server help -
Mike_Carlone - 21.07.2013
Quote:
Originally Posted by Mauzen
Plugins load fine, the problem here is that obviously samp server natives arent found.
Try running without the jit plugin, this could cause the problem.
|
Hi thanks for answer now i have this
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a R4, ©2005-2009 SA-MP Team
[20:20:12] filterscripts = "" (string)
[20:20:12]
[20:20:12] Server Plugins
[20:20:12] --------------
[20:20:12] Loading plugin: sscanf.so
[20:20:12]
[20:20:12] ===============================
[20:20:12] sscanf plugin loaded.
[20:20:12] © 2009 Alex "******" Cole
[20:20:12] 0.3d-R2 500 Players "dnee"
[20:20:12] ===============================
[20:20:12] Loaded.
[20:20:12] Loading plugin: streamer.so
[20:20:12]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[20:20:12] Loaded.
[20:20:12] Loading plugin: mysql.so
[20:20:12]
> MySQL plugin R5 successfully loaded.
[20:20:12] Loaded.
[20:20:12] Loading plugin: crashdetect.so
[20:20:12] crashdetect v4.8.4 is OK.
[20:20:12] Loaded.
[20:20:12] Loading plugin: ExecLogger.so
[20:20:12] Exec Logger Loaded. Created by JernejL with Zeex's awesome SDK. Special thanks to BlueG.
[20:20:12] Loaded.
[20:20:12] Loading plugin: hash.so
[20:20:12] Loaded.
[20:20:12] Loading plugin: MapAndreas.so
[20:20:12] Loaded.
[20:20:12] Loading plugin: regex.so
[20:20:12]
[20:20:12] ______________________________________
[20:20:12] Regular Expression Plugin v0.2.0 loaded
[20:20:12] ______________________________________
[20:20:12] By: Fro © Copyright <TBG> 2009-2011
[20:20:12] ______________________________________
[20:20:12] Loaded.
[20:20:12] Loading plugin: nativechecker.so
[20:20:12] Loaded.
[20:20:12] Loaded 9 plugins.
[20:20:12]
[20:20:12] Filter Scripts
[20:20:12] ---------------
[20:20:12] Loaded 0 filter scripts.
[20:20:14] Error: Function not registered: 'GetPVarInt'
[20:20:14] Error: Function not registered: 'GetAnimationName'
[20:20:14] Error: Function not registered: 'GetPlayerAnimationIndex'
[20:20:14] Error: Function not registered: 'HTTP'
[20:20:14] Error: Function not registered: 'GetVehicleDamageStatus'
[20:20:14] Error: Function not registered: 'PlayerTextDrawSetString'
[20:20:14] Error: Function not registered: 'CreatePlayerTextDraw'
[20:20:14] Error: Function not registered: 'PlayerTextDrawAlignment'
[20:20:14] Error: Function not registered: 'PlayerTextDrawBackgroundColor'
[20:20:14] Error: Function not registered: 'PlayerTextDrawFont'
[20:20:14] Error: Function not registered: 'PlayerTextDrawLetterSize'
[20:20:14] Error: Function not registered: 'PlayerTextDrawColor'
[20:20:14] Error: Function not registered: 'PlayerTextDrawSetOutline'
[20:20:14] Error: Function not registered: 'PlayerTextDrawSetProportional'
[20:20:14] Error: Function not registered: 'PlayerTextDrawSetShadow'
[20:20:14] Error: Function not registered: 'PlayerTextDrawUseBox'
[20:20:14] Error: Function not registered: 'PlayerTextDrawBoxColor'
[20:20:14] Error: Function not registered: 'PlayerTextDrawTextSize'
[20:20:14] Error: Function not registered: 'PlayerTextDrawShow'
[20:20:14] Error: Function not registered: 'PlayerTextDrawSetSelectable'
[20:20:14] Error: Function not registered: 'SelectTextDraw'
[20:20:14] Error: Function not registered: 'GetPVarString'
[20:20:14] Error: Function not registered: 'PlayerTextDrawDestroy'
[20:20:14] Error: Function not registered: 'SetObjectMaterialText'
[20:20:14] Error: Function not registered: 'GetVehicleParamsEx'
[20:20:14] Error: Function not registered: 'RemoveBuildingForPlayer'
[20:20:14] Error: Function not registered: 'PlayAudioStreamForPlayer'
[20:20:14] Error: Function not registered: 'PlayerTextDrawHide'
[20:20:14] Error: Function not registered: 'StopAudioStreamForPlayer'
[20:20:14] Error: Function not registered: 'CancelSelectTextDraw'
[20:20:14] Error: Function not registered: 'GetPlayerCameraPos'
[20:20:14] Error: Function not registered: 'GetPlayerCameraFrontVector'
[20:20:14] [debug] Run time error 19: "File or function is not found"
[20:20:14] [debug] GetPVarInt
[20:20:14] [debug] GetAnimationName
[20:20:14] [debug] GetPlayerAnimationIndex
[20:20:14] [debug] HTTP
[20:20:14] [debug] GetVehicleDamageStatus
[20:20:14] [debug] PlayerTextDrawSetString
[20:20:14] [debug] CreatePlayerTextDraw
[20:20:14] [debug] PlayerTextDrawAlignment
[20:20:14] [debug] PlayerTextDrawBackgroundColor
[20:20:14] [debug] PlayerTextDrawFont
[20:20:14] [debug] PlayerTextDrawLetterSize
[20:20:14] [debug] PlayerTextDrawColor
[20:20:14] [debug] PlayerTextDrawSetOutline
[20:20:14] [debug] PlayerTextDrawSetProportional
[20:20:14] [debug] PlayerTextDrawSetShadow
[20:20:14] [debug] PlayerTextDrawUseBox
[20:20:14] [debug] PlayerTextDrawBoxColor
[20:20:14] [debug] PlayerTextDrawTextSize
[20:20:14] [debug] PlayerTextDrawShow
[20:20:14] [debug] PlayerTextDrawSetSelectable
[20:20:14] [debug] SelectTextDraw
[20:20:14] [debug] GetPVarString
[20:20:14] [debug] PlayerTextDrawDestroy
[20:20:14] [debug] SetObjectMaterialText
[20:20:14] [debug] GetVehicleParamsEx
[20:20:14] [debug] RemoveBuildingForPlayer
[20:20:14] [debug] PlayAudioStreamForPlayer
[20:20:14] [debug] PlayerTextDrawHide
[20:20:14] [debug] StopAudioStreamForPlayer
[20:20:14] [debug] CancelSelectTextDraw
[20:20:14] [debug] GetPlayerCameraPos
[20:20:14] [debug] GetPlayerCameraFrontVector
[20:20:14] Script[gamemodes/gba.amx]: Run time error 19: "File or function is not found"
[20:20:14] Number of vehicle models: 0
Re: VPS server help -
Kitten - 21.07.2013
Do you have the latest SA:MP Server package? (0.3x)
Re: VPS server help -
Mike_Carlone - 21.07.2013
Quote:
Originally Posted by Kitten
Do you have the latest SA:MP Server package? (0.3x)
|
yes i have 0.3x
Re: VPS server help -
Rufio - 21.07.2013
I don't really know, but can lots of plugins are being loaded be the problem ?
Re: VPS server help -
Mike_Carlone - 21.07.2013
Quote:
Originally Posted by Rufio
I don't really know, but can lots of plugins are being loaded be the problem ?
|
its not a problem i got before one samp server buy host and work normaly i dont know what more i need to add on machine to start this server. phpmyadmin mysql mysql-server... I install all stuff in machine and again cant start