Server Console Errors
#1

I've been having this issue since today. I've been trying to fix it. I've updated all the libraries including streamer and sscanf, but both failed to load. After doing that, I complied my gamemode, and no errors at all showed up.

Only streamer and sscanf fail to load after I update the plugins.

I have looked at every thread I could and have found no solution to this as people always say update your plugins and recompile which is basically what I did.

Server log:

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

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

[17:06:34] 
[17:06:34] Server Plugins
[17:06:34] --------------
[17:06:34]  Loading plugin: crashdetect
[17:06:34]   CrashDetect v4.15.1 is OK.
[17:06:34]   Loaded.
[17:06:34]  Loading plugin: sscanf
[17:06:34]   Failed.
[17:06:34]  Loading plugin: streamer
[17:06:34]   Failed.
[17:06:34]  Loading plugin: iTD
[17:06:34] 
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)

[17:06:34]   Loaded.
[17:06:34]  Loading plugin: timerfix
[17:06:34]   >> TimerFix v1.5 successfully loaded.
[17:06:34]   Loaded.
[17:06:34]  Loading plugin: nativechecker
[17:06:34]   Loaded.
[17:06:34]  Loaded 4 plugins.

[17:06:34] 
[17:06:34] Filterscripts
[17:06:34] ---------------
[17:06:34]   Loading filterscript 'iTDe.amx'...
[17:06:34]    Error: Function not registered: 'SSCANF_Init'
[17:06:34]    Error: Function not registered: 'SSCANF_IsConnected'
[17:06:34]    Error: Function not registered: 'SSCANF_Join'
[17:06:34]    Error: Function not registered: 'SSCANF_Leave'
[17:06:34]    Error: Function not registered: 'sscanf'
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  sscanf
[17:06:34]   Loaded 1 filterscripts.

[17:06:34]    Error: Function not registered: 'SSCANF_Init'
[17:06:34]    Error: Function not registered: 'SSCANF_IsConnected'
[17:06:34]    Error: Function not registered: 'SSCANF_Join'
[17:06:34]    Error: Function not registered: 'SSCANF_Leave'
[17:06:34]    Error: Function not registered: 'CreateDynamicRectangle'
[17:06:34]    Error: Function not registered: 'DestroyDynamicArea'
[17:06:34]    Error: Function not registered: 'CreateDynamicCP'
[17:06:34]    Error: Function not registered: 'CreateDynamicMapIcon'
[17:06:34]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[17:06:34]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[17:06:34]    Error: Function not registered: 'CreateDynamicPickup'
[17:06:34]    Error: Function not registered: 'IsPlayerInDynamicCP'
[17:06:34]    Error: Function not registered: 'DestroyDynamicPickup'
[17:06:34]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[17:06:34]    Error: Function not registered: 'sscanf'
[17:06:34]    Error: Function not registered: 'CreateDynamicObject'
[17:06:34]    Error: Function not registered: 'DestroyDynamicObject'
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  CreateDynamicRectangle
[17:06:34] [debug]  DestroyDynamicArea
[17:06:34] [debug]  CreateDynamicCP
[17:06:34] [debug]  CreateDynamicMapIcon
[17:06:34] [debug]  CreateDynamic3DTextLabel
[17:06:34] [debug]  UpdateDynamic3DTextLabelText
[17:06:34] [debug]  CreateDynamicPickup
[17:06:34] [debug]  IsPlayerInDynamicCP
[17:06:34] [debug]  DestroyDynamicPickup
[17:06:34] [debug]  DestroyDynamic3DTextLabel
[17:06:34] [debug]  sscanf
[17:06:34] [debug]  CreateDynamicObject
[17:06:34] [debug]  DestroyDynamicObject
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  sscanf
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  CreateDynamicRectangle
[17:06:34] [debug]  DestroyDynamicArea
[17:06:34] [debug]  CreateDynamicCP
[17:06:34] [debug]  CreateDynamicMapIcon
[17:06:34] [debug]  CreateDynamic3DTextLabel
[17:06:34] [debug]  UpdateDynamic3DTextLabelText
[17:06:34] [debug]  CreateDynamicPickup
[17:06:34] [debug]  IsPlayerInDynamicCP
[17:06:34] [debug]  DestroyDynamicPickup
[17:06:34] [debug]  DestroyDynamic3DTextLabel
[17:06:34] [debug]  sscanf
[17:06:34] [debug]  CreateDynamicObject
[17:06:34] [debug]  DestroyDynamicObject
[17:06:34] Script[gamemodes/SABDM.amx]: Run time error 19: "File or function is not found"
[17:06:34] Number of vehicle models: 0
Server.cfg:

Код:
echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 10
port 7777
hostname San Andreas Ultimate Deathmatch
gamemode0 SABDM 1
filterscripts iTDe 
plugins crashdetect sscanf streamer iTD timerfix nativechecker
announce 0
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
Reply
#2

Код:
[17:06:34]  Loading plugin: sscanf
[17:06:34]   Failed.
[17:06:34]  Loading plugin: streamer
[17:06:34]   Failed.
Check the sscanf for the latest version, same with streamer. make sure you copied everything correctly to Plugins folder, and Include folder. After you copied everything recompile again your gamemode and filterscripts if you have.

recompile this with the latest version " filterscript 'iTDe.amx'"
Reply
#3

Quote:
Originally Posted by iBanner
Посмотреть сообщение
Код:
[17:06:34]  Loading plugin: sscanf
[17:06:34]   Failed.
[17:06:34]  Loading plugin: streamer
[17:06:34]   Failed.
Check the sscanf for the latest version, same with streamer. make sure you copied everything correctly to Plugins folder, and Include folder.
As said before, I've done that. I re-downloaded all plugins, updated the plugins folder and the pawno\includes folder with the latest versions. Then recompiled my gamemode. Still, fails to load.
Reply
#4

Latest version of sscanf and streamer require Microsoft Visual C++ 2015 Redistributable Package (x86).
Reply
#5

Can you post your includes? Like this.

Код HTML:
#include 	<a_samp>
#include 	<a_mysql>
#include 	<foreach>
#include 	<sscanf2>
#include 	<streamer>
Reply
#6

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Latest version of sscanf and streamer require Microsoft Visual C++ 2015 Redistributable Package (x86).
It's already installed. Error still occurs.

Quote:
Originally Posted by iBanner
Посмотреть сообщение
Can you post your includes? Like this.

Код HTML:
#include 	<a_samp>
#include 	<a_mysql>
#include 	<foreach>
#include 	<sscanf2>
#include 	<streamer>
Not sure if this would help - but here it is:

#include <izcmd>
#include <streamer>
#include <sscanf2>
#include <callbacks>
#include <gangzonesc>
#include <progress2>
#include <easydb>
#include <timestamptodate>
Reply
#7

Quote:
Originally Posted by FreAkeD
Посмотреть сообщение
It's already installed. Error still occurs.
You need both the x64 and x86 versions if you have a x64 system.
Reply
#8

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
You need both the x64 and x86 versions if you have a x64 system.
Thanks! I didn't realise I needed both. It works perfectly now .
Reply
#9

For the Linux versions of the plugins use.
Код:
Streamer.so
sscanf.so
and for windows
Код:
streamer.dll
sscanf.dll
Reply
#10

Quote:
Originally Posted by Stones
Посмотреть сообщение
For the Linux versions of the plugins use.
Код:
Streamer.so
sscanf.so
and for windows
Код:
streamer.dll
sscanf.dll
If you read above, the problems have been solved and everything is working fine now .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)