SA-MP Forums Archive
Plugins error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Plugins error (/showthread.php?tid=599639)



Plugins error - Uixify - 28.01.2016

Hello, when I'm starting the server the sscanf plugin and crashdetect plugin failed to load.
I downloaded the latest version, wrote the names in server.cfg ("plugins mysql sscanf nativechecker crashdetect streamer Whirlpool") I am using Windows 10 so all of them are .dll and in my plugins folder.
All the others plugins are working properly but not the sscanf & crashdetect .

In the server log it shows me this:
Код:
Loaded log file: "server_log.txt".
----------

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

[19:04:07] 
[19:04:07] Server Plugins
[19:04:07] --------------
[19:04:07]  Loading plugin: mysql
[19:04:07]  >> plugin.mysql: R39-4 successfully loaded.
[19:04:07]   Loaded.
[19:04:07]  Loading plugin: sscanf
[19:04:07]   Failed.
[19:04:07]  Loading plugin: nativechecker
[19:04:07]   Loaded.
[19:04:07]  Loading plugin: crashdetect.dll
[19:04:07]   Failed.
[19:04:07]  Loading plugin: streamer
[19:04:07] 

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

[19:04:07]   Loaded.
[19:04:07]  Loading plugin: Whirlpool
[19:04:07]  
[19:04:07]  ==================
[19:04:07]  
[19:04:07]   Whirlpool loaded
[19:04:07]  
[19:04:07]  ==================
[19:04:07]  
[19:04:07]   Loaded.
[19:04:07]  Loaded 4 plugins.

[19:04:07] 
[19:04:07] Filterscripts
[19:04:07] ---------------
[19:04:07]   Loaded 0 filterscripts.

[19:04:07]    Error: Function not registered: 'SSCANF_Init'
[19:04:07]    Error: Function not registered: 'SSCANF_Join'
[19:04:07]    Error: Function not registered: 'SSCANF_Leave'
[19:04:07]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[19:04:07]    Error: Function not registered: 'DestroyDynamicPickup'
[19:04:07]    Error: Function not registered: 'CreateDynamicPickup'
[19:04:07]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:04:07]    Error: Function not registered: 'sscanf'
[19:04:07]    Error: Function not registered: 'WP_Hash'
[19:04:07]    Error: Function not registered: 'CreateDynamicObject'
[19:04:07]    Error: Function not registered: 'SetDynamicObjectPos'
[19:04:07]    Error: Function not registered: 'SetDynamicObjectRot'
[19:04:07]    Error: Function not registered: 'DestroyDynamicObject'
[19:04:07]    Error: Function not registered: 'IsValidDynamicObject'
[19:04:07]    Error: Function not registered: 'EditDynamicObject'
[19:04:07]    Error: Function not registered: 'MoveDynamicObject'
[19:04:07]    Error: Function not registered: 'DestroyDynamicRaceCP'
[19:04:07]    Error: Function not registered: 'CreateDynamicRaceCP'
[19:04:07] Script[gamemodes/XXXX.amx]: Run time error 19: "File or function is not found"
[19:04:07] Number of vehicle models: 0
[19:04:25] --- Server Shutting Down.
[19:04:25] plugin.mysql: Unloading plugin...
[19:04:25] plugin.mysql: Plugin unloaded.
[19:04:25] 

*** Streamer Plugin v2.7.9 by Incognito unloaded ***

[19:04:25]  
[19:04:25]  ====================
[19:04:25]  
[19:04:25]   Whirlpool unloaded
[19:04:25]  
[19:04:25]  ====================
[19:04:25]



Re: Plugins error - amirm3hdi - 28.01.2016

Crashdetect should be the first and nativechecker should be the last.


Re: Plugins error - Uixify - 28.01.2016

Quote:
Originally Posted by amirm3hdi
Посмотреть сообщение
Crashdetect should be the first and nativechecker should be the last.
Fixed it, it was MSVC runtime problem, it doesn't matter who's the last/first.


Re: Plugins error - amirm3hdi - 28.01.2016

Quote:
Originally Posted by Uixify
Посмотреть сообщение
Fixed it, it was MSVC runtime problem, it doesn't matter who's the last/first.
No, nativechecker HAS to be the last to work properly...