Startup error Samp-server
#1

Hello, I have a problem when I start the server through samp-server, the CMD opens and executes normally until I get to this part:

Код:
Filterscripts
---------------
  Loading filterscript 'object-loader.amx' ...
  Loading filterscript 'Maps.amx' ...
  Loading filterscript 'objectEditor.amx' ...

================================================== ==========
 [FS] Ingame Object Editor by Matthias aka GTA_Rules loaded.
================================================== ==========

  Loading filterscript 'DestroyVeiculo.amx' ...
  Loaded 4 filterscripts.

Script [gamemodes / ScavengeSurvive.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
The same hangs, you can still enter the server, but it will be empty, as if it had not loaded anything.
I use the same files as my friend, and on his PC it opens normally, could it be something on the computer? If so, does anyone know how to fix it?

Below I'll be leaving the server.cfg in case someone wants to check.

Код:
echo Executing Server Config ...
lanmode 0
rcon_password luiz123
maxplayers 20
port 7777
password
hostname Lost Scavenge @ HeavyHost.com.br
gamemode0 ScavengeSurvive
filterscripts object-loader Maps objectEditor DestroyVeicle
announce 1
plugins crashdetect streamer sscanf CTime Whirlpool FileManager irc socket dns SAMPSON pawnraknet
query 1
chatlogging 0
weburl www.scavenge.forumeiros.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Reply
#2

The plugins loaded correctly? Show the complete log
Reply
#3

As said above, do you even have the plugins loaded? Because in the server log it looks like not even a plugin is loaded
Reply
#4

This likely means that the plugins weren't loaded.
Reply
#5

Quote:
Originally Posted by Undef1ned
Посмотреть сообщение
The plugins loaded correctly? Show the complete log
Yes, I am new in this area, how could I show if the plugins are loading or not?

Should I copy everything that shows in the CMD? If is that, there is:

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

password = ""  (string)

Server Plugins
--------------
 Loading plugin: crashdetect
  Failed.
 Loading plugin: streamer


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

  Loaded.
 Loading plugin: sscanf
  Failed.
 Loading plugin: CTime

 » CTime Library Plugin For Pawn v0.1.0 - Copyright © 2011 RyDeR`

  Loaded.
 Loading plugin: Whirlpool

 ==================

  Whirlpool loaded

 ==================

  Loaded.
 Loading plugin: FileManager
  Failed.
 Loading plugin: irc
  Failed.
 Loading plugin: socket
 Socket plugin v0.2b loaded.
  Loaded.
 Loading plugin: dns
  Failed.
 Loading plugin: SAMPSON
============== SAMPSON v0.1.1 by King_Hual loaded ==============
  Loaded.
 Loading plugin: pawnraknet
[Pawn.RakNet] Settings::Read: plugins/pawnraknet.cfg could not be opened for parsing
  Failed.
 Loaded 5 plugins.


Started server on port: 7777, with maxplayers: 20 lanmode is OFF.


Filterscripts
---------------
  Loading filterscript 'object-loader.amx'...
  Loading filterscript 'Mapas.amx'...
  Loading filterscript 'objectEditor.amx'...

============================================================
 [FS] Ingame Object Editor by Matthias aka GTA_Rules loaded.
============================================================

  Loading filterscript 'DestruirVeiculo.amx'...
  Loaded 4 filterscripts.

Script[gamemodes/ScavengeSurvive.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Reply
#6

Quote:
Originally Posted by ApolloScripter
Посмотреть сообщение
Yes, I am new in this area, how could I show if the plugins are loading or not?

Should I copy everything that shows in the CMD? If is that, there is:

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

password = ""  (string)

Server Plugins
--------------
 Loading plugin: crashdetect
  Failed.
 Loading plugin: streamer


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

  Loaded.
 Loading plugin: sscanf
  Failed.
 Loading plugin: CTime

 » CTime Library Plugin For Pawn v0.1.0 - Copyright © 2011 RyDeR`

  Loaded.
 Loading plugin: Whirlpool

 ==================

  Whirlpool loaded

 ==================

  Loaded.
 Loading plugin: FileManager
  Failed.
 Loading plugin: irc
  Failed.
 Loading plugin: socket
 Socket plugin v0.2b loaded.
  Loaded.
 Loading plugin: dns
  Failed.
 Loading plugin: SAMPSON
============== SAMPSON v0.1.1 by King_Hual loaded ==============
  Loaded.
 Loading plugin: pawnraknet
[Pawn.RakNet] Settings::Read: plugins/pawnraknet.cfg could not be opened for parsing
  Failed.
 Loaded 5 plugins.


Started server on port: 7777, with maxplayers: 20 lanmode is OFF.


Filterscripts
---------------
  Loading filterscript 'object-loader.amx'...
  Loading filterscript 'Mapas.amx'...
  Loading filterscript 'objectEditor.amx'...

============================================================
 [FS] Ingame Object Editor by Matthias aka GTA_Rules loaded.
============================================================

  Loading filterscript 'DestruirVeiculo.amx'...
  Loaded 4 filterscripts.

Script[gamemodes/ScavengeSurvive.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Only 5 plugins have been loaded, most of them have failed to load. Are you sure you have all the plugins to your server folder/plugins?
Reply
#7

Right there the console tells you that several add-ons have not been loaded. 5 of 11 plugins were loaded, update the plugins to the latest version.

EDIT: Also make sure you have the include of each plugin in your "pawno> include" folder
Reply
#8

Yes, all have been included, the strange thing is that I test on other computers and it works normally, these plugins do not read only on my computer.
Reply
#9

Make sure you have the Microsoft Visual Studio Redistributable Package installed
Reply
#10

Yes, I installed the package and now it is running perfectly, thank you guys.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)