Server won't start
#1

When i start my server i get this..help?

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

[14:17:35]
[14:17:35] Server Plugins
[14:17:35] --------------
[14:17:35] Loading plugin: nativechecker
[14:17:35] Loaded.
[14:17:35] Loading plugin: Whrilpool
[14:17:35] Failed.
[14:17:35] Loading plugin: streamer
[14:17:35] Failed.
[14:17:35] Loading plugin: sscanf
[14:17:35]

[14:17:35] ===============================

[14:17:35] sscanf plugin loaded.

[14:17:35] Version: 2.8.1

[14:17:35] © 2012 Alex "******" Cole

[14:17:35] ===============================

[14:17:35] Loaded.
[14:17:35] Loaded 2 plugins.

[14:17:35]
[14:17:35] Filterscripts
[14:17:35] ---------------
[14:17:35] Loading filterscript 'gabuse.amx'...
[14:17:35]
--------------------------------------------------
[14:17:35] Noobist Simple Anti Passenger Abuse (NSAPA) LOADED!
[14:17:35] Anti Passenger Abuse After Driver Leave (APAADL) ACTIVATED!
[14:17:35] --------------------------------------------------

[14:17:35] Loading filterscript 'killer121.amx'...
[14:17:35] Error: Function not registered: 'SSCANF_Init'
[14:17:35] Error: Function not registered: 'SSCANF_IsConnected'
[14:17:35] Error: Function not registered: 'SSCANF_Join'
[14:17:35] Error: Function not registered: 'SSCANF_Leave'
[14:17:35] Error: Function not registered: 'sscanf'
[14:17:35] Loading filterscript 'gl_actions.amx'...
[14:17:35] Loading filterscript 'gl_realtime.amx'...
[14:17:35] Loading filterscript 'gl_property.amx'...
[14:17:35]
-----------------------------------
[14:17:35] Grand Larceny Property Filterscript
[14:17:35] -----------------------------------

[14:17:35] Loading filterscript 'gl_mapicon.amx'...
[14:17:35] Loading filterscript 'ls_elevator.amx'...
[14:17:35] Loading filterscript 'attachments.amx'...
[14:17:35] Loading filterscript 'skinchanger.amx'...
[14:17:35]
--Admin Player Skin Changer Loaded

[14:17:35] Loading filterscript 'vspawner.amx'...
[14:17:35]
--Admin Vehicle Spawner Loaded

[14:17:35] Loading filterscript 'ls_mall.amx'...
[14:17:35] Loading filterscript 'ls_beachside.amx'...
[14:17:35]

[14:17:35] |---------------------------------------------------
[14:17:35] |--- LS BeachSide Filterscript
[14:17:35] |-- Script v1.03
[14:17:35] |-- 19th April 2015
[14:17:35] |---------------------------------------------------
[14:17:35] |-- LS BeachSide Building Elevator created
[14:17:35] |---------------------------------------------------
[14:17:35] Loaded 12 filterscripts.

[14:17:35] Error: Function not registered: 'SSCANF_Init'
[14:17:35] Error: Function not registered: 'SSCANF_IsConnected'
[14:17:35] Error: Function not registered: 'SSCANF_Join'
[14:17:35] Error: Function not registered: 'SSCANF_Leave'
[14:17:35] Error: Function not registered: 'WP_Hash'
[14:17:35] Reading File: blank
[14:17:35] Reading File: properties/houses.txt
[14:17:35] Reading File: properties/businesses.txt
[14:17:35] Reading File: properties/banks.txt
[14:17:35] Reading File: properties/police.txt
[14:17:35] Script[gamemodes/Test.amx]: Run time error 19: "File or function is not found"
[14:17:35] Number of vehicle models: 0
Reply
#2

Please match the SSCANF include and SSCANF plugin together
Which means you'll need to download the latest SSCANF version and latest SSCANF plugin and then re-compile and replace with the plugin.
Reply
#3

That could be cause by a lot of problems so I would start trying to resolve it by redownloading my plugins so that they are up to date.

Also make sure you have a plugins line in your server.cfg and write the name of the plugins
Example (plugins whirlpool sscanf) now if you are using windows OS you should have the .DLL version of the plugin and if it is for linux you should download the .so version of the plugin.. so in your server.cfg the plugin line should be this
Plugins whirlpool sscanf .DLL or .so depends on you OS.

Make sure to have this in your script as well

#include <sscanf2>

Now make sure you got this as well and it should be at the top.of your script under the last include

native WP_Hash(buffer[],len,conststr[]);

And if those don't work please repost
Reply
#4

can you give me the latest version of Whrilpool i can't seem to find it and native WP_Hash(buffer[],len,conststr[]); is on the right place and i also have #include <sscanf2> and i have the latest version of sscanf
Reply
#5

Open your server.cfg and remove all the filterscripts that are written there and then re-run the server and post the server_log back here.

I've had an issue before where I compiled the filterscript with an older include than what plugin I was using on my server and it caused issues similar to this. There's a good chance this might happen if you're using multiple server directories as well becuase your sometimes reading from the wrong include folder without knowing.
Reply
#6

I did what you said and got this:

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

[14:59:15]
[14:59:15] Server Plugins
[14:59:15] --------------
[14:59:15] Loading plugin: nativechecker
[14:59:15] Loaded.
[14:59:15] Loading plugin: Whrilpool
[14:59:15] Failed.
[14:59:15] Loading plugin: streamer
[14:59:15] Failed.
[14:59:15] Loading plugin: sscanf
[14:59:15]

[14:59:15] ===============================

[14:59:15] sscanf plugin loaded.

[14:59:15] Version: 2.8.1

[14:59:15] © 2012 Alex "******" Cole

[14:59:15] ===============================

[14:59:15] Loaded.
[14:59:15] Loaded 2 plugins.

[14:59:15]
[14:59:15] Filterscripts
[14:59:15] ---------------
[14:59:15] Loading filterscript 'gabuse.amx'...
[14:59:15]
--------------------------------------------------
[14:59:15] Noobist Simple Anti Passenger Abuse (NSAPA) LOADED!
[14:59:15] Anti Passenger Abuse After Driver Leave (APAADL) ACTIVATED!
[14:59:15] --------------------------------------------------

[14:59:15] Loading filterscript 'killer121.amx'...
[14:59:15] Error: Function not registered: 'SSCANF_Init'
[14:59:15] Error: Function not registered: 'SSCANF_IsConnected'
[14:59:15] Error: Function not registered: 'SSCANF_Join'
[14:59:15] Error: Function not registered: 'SSCANF_Leave'
[14:59:15] Error: Function not registered: 'sscanf'
[14:59:15] Loaded 2 filterscripts.

[14:59:15] Error: Function not registered: 'SSCANF_Init'
[14:59:15] Error: Function not registered: 'SSCANF_IsConnected'
[14:59:15] Error: Function not registered: 'SSCANF_Join'
[14:59:15] Error: Function not registered: 'SSCANF_Leave'
[14:59:15] Error: Function not registered: 'WP_Hash'
[14:59:15] Script[gamemodes/Test.amx]: Run time error 19: "File or function is not found"
[14:59:15] Number of vehicle models: 0
Reply
#7

Update your sscanf plugin and include

https://sampforum.blast.hk/showthread.php?tid=570927

and also:
Код:
14:59:15] 
[14:17:35] Loading plugin: Whrilpool
[14:17:35] Failed.
Error: Function not registered: 'WP_Hash'
you need whirepool plugin too:

https://sampforum.blast.hk/showthread.php?tid=570945
Reply
#8

Both of them are the latest
Reply
#9

Quote:
Originally Posted by TheKnown
Посмотреть сообщение
Both of them are the latest
Have you re-compiled the GM using the latest includes as well?

The 2nd server_log that you posted above shows sscanf 2.8.1 still... are you sure you updated the sscanf plugin to 2.8.2?
Reply
#10

When i click to download sscanf 2.8.2 it gives me 2.8.1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)