SA-MP Forums Archive
Error: Function not registered: 'SSCANF_Init' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error: Function not registered: 'SSCANF_Init' (/showthread.php?tid=598093)



Error: Function not registered: 'SSCANF_Init' [SOLVED] - Spreadhaz - 08.01.2016

Hello, my gamemode was working very well. I moved the project from my laptio to my PC. But it cannot startp now!

Heres the log:

Quote:

----------
Loaded log file: "server_log.txt".
----------

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

[13:56:10] filterscripts = "" (string)
[13:56:10]
[13:56:10] Server Plugins
[13:56:10] --------------
[13:56:10] Loading plugin: sscanf
[13:56:10] Failed.
[13:56:10] Loading plugin: streamer
[13:56:10]

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

[13:56:10] Loaded.
[13:56:10] Loading plugin: nativechecker
[13:56:10] Loaded.
[13:56:10] Loaded 2 plugins.

[13:56:10]
[13:56:10] Filterscripts
[13:56:10] ---------------
[13:56:10] Loaded 0 filterscripts.

[13:56:10] Error: Function not registered: 'SSCANF_Init'
[13:56:10] Error: Function not registered: 'SSCANF_Join'
[13:56:10] Error: Function not registered: 'SSCANF_Leave'
[13:56:10] Error: Function not registered: 'sscanf'
[13:56:10] Script[gamemodes/MexRol.amx]: Run time error 19: "File or function is not found"
[13:56:10] Number of vehicle models: 0

Heres my CFG:

Quote:

echo Executing Server Config...
lanmode 0
rcon_password mypass
maxplayers 150
port 8888
hostname MexRol|RolePlay|0.3.7
gamemode0 MexRol
filterscripts
plugins sscanf streamer nativechecker
announce 0
query 1
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 Espaсol


I have the current new version of sscanf.dll and sscanf.so

My problem began since I moved my project to another PC. I missied MSVCR100.dll but I solved that point, but still have this issue.


Re: Error: Function not registered: 'SSCANF_Init' - Spreadhaz - 08.01.2016

I solved the problem.

I had MSVCR100.dll downloaded from random site, so I deleted it because it wasn't full.

Then I installed Microsoft Visual C++ 2010 Redistributable Package (x86) "vcredist_x86.exe" which contains the original MSVCR100.dll I need.

Downloaded and installed from https://www.microsoft.com/en-us/down...s.aspx?id=5555