Run time error 19 (Sscanf related!) -
Roberto Saviano - 05.12.2011
Hello, i have located my problem with ''Run time error 19'' down to sscanf, as it doesnt have any problems opening the server without updating sscanf, however once updated it will continue to bug heavily with this issue, and without updating i will be unable to use any commands i.e. (/kick [id])
Can anyone please help me?
Re: Run time error 19 (Sscanf related!) -
MP2 - 05.12.2011
If you're using the 0.3d version of sscanf, make sure you compile with the includes for the 0.3d version.
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 05.12.2011
I have tried that however it comes up with the error as stated above, but 2 sec and i am trying again
Edit: Just compiled it after placing the new version of sscanf in there, and still same issue.
However this issue only occurs onto my server, not my PC.
Re: Run time error 19 (Sscanf related!) -
skaTim - 05.12.2011
check the server logs file, if may crash cause of the plugins.
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 05.12.2011
Quote:
Originally Posted by skaTim
check the server logs file, if may crash cause of the plugins.
|
[18:00:39] Loading plugin: sscanf.dll
[18:00:40] Failed.
I really dont need more evidence, as i have tested it with the previous version, and there it could load it, however doesnt works properly with the commands onto 0.3D.
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 05.12.2011
@Y_Less, yes i am.
I used this link :
http://dl.dropbox.com/u/21683085/sscanf-0.3d.rar
Re: Run time error 19 (Sscanf related!) -
skaTim - 06.12.2011
Quote:
Originally Posted by Roberto Saviano
[18:00:39] Loading plugin: sscanf.dll
[18:00:40] Failed.
I really dont need more evidence, as i have tested it with the previous version, and there it could load it, however doesnt works properly with the commands onto 0.3D.
|
I had some problems with the commands too but found a way to fix em. Good luck!
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 06.12.2011
bump
Re: Run time error 19 (Sscanf related!) -
Scones - 06.12.2011
Did you place the updated .dll or .so file in the plugins folder?
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 06.12.2011
Yep i did
Also the .inc file into the Pawno/Include
Re: Run time error 19 (Sscanf related!) -
§с†¶e®РµРe - 06.12.2011
If you are using sscanf 0.3d version i hope you are using server package 0.3d also...
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 06.12.2011
Quote:
Originally Posted by §с†¶e®РµРe
If you are using sscanf 0.3d version i hope you are using server package 0.3d also...
|
Obvs. yes..
Re: Run time error 19 (Sscanf related!) -
§с†¶e®РµРe - 06.12.2011
Show us your server log and server.cfg
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 06.12.2011
Code:
echo Executing Server Config...
lanmode 0
rcon_password YouDontNeedToKnowThis
rcon 1
maxplayers 50
port 30000
hostname United City Roleplay
gamemode0 UCRP1001 1
filterscripts buttons vactions yom_buttons
announce 0
query 1
plugins audio.dll streamer.dll sscanf.dll Whirlpool.dll irc.dll
weburl www.uc-gaming.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Code:
SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team
[13:25:38]
[13:25:38] Server Plugins
[13:25:38] --------------
[13:25:38] Loading plugin: audio.dll
[13:25:38] *** Audio Plugin v0.4 by Incognito loaded ***
[13:25:38] Loaded.
[13:25:38] Loading plugin: streamer.dll
[13:25:38]
*** Streamer Plugin v2.5.2 R2 R2 by Incognito loaded ***
[13:25:38] Loaded.
[13:25:38] Loading plugin: sscanf.dll
[13:25:38] Failed.
[13:25:38] Loading plugin: Whirlpool.dll
[13:25:38]
[13:25:38] ==================
[13:25:38]
[13:25:38] Whirlpool loaded
[13:25:38]
[13:25:38] ==================
[13:25:38]
[13:25:38] Loaded.
[13:25:38] Loading plugin: irc.dll
[13:25:38] *** IRC Plugin v1.3.6 by Incognito loaded ***
[13:25:38] Loaded.
[13:25:38] Loaded 4 plugins.
[13:25:38]
[13:25:38] Filterscripts
[13:25:38] ---------------
[13:25:38] Loading filterscript 'buttons.amx'...
[13:25:38] Unable to load filterscript 'buttons.amx'.
[13:25:38] Loading filterscript 'vactions.amx'...
[13:25:38] Loading filterscript 'yom_buttons.amx'...
[13:25:38] Loaded 2 filterscripts.
[13:25:38] Script[gamemodes/UCRP1001.amx]: Run time error 19: "File or function is not found"
[13:25:38] Number of vehicle models: 0
[13:25:40] --- Server Shutting Down.
[13:25:40] *** Audio Plugin v0.4 by Incognito unloaded ***
[13:25:40]
*** Streamer Plugin v2.5.2 R2 R2 by Incognito unloaded ***
[13:25:40]
[13:25:40] ====================
[13:25:40]
[13:25:40] Whirlpool unloaded
[13:25:40]
[13:25:40] ====================
[13:25:40]
[13:25:40] *** IRC Plugin v1.3.6 by Incognito unloaded ***
Re: Run time error 19 (Sscanf related!) -
Bates - 06.12.2011
pawn Code:
[13:25:38] Script[gamemodes/UCRP1001.amx]: Run time error 19: "File or function is not found"
This one is even more interesting, are you sure UCRP1001.amx is in the gamemodes folder?
If it is, on linux make sure you've got permissions to view the folder and on windows, run samp-server.exe as admin.
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 06.12.2011
Quote:
Originally Posted by Bates
pawn Code:
[13:25:38] Script[gamemodes/UCRP1001.amx]: Run time error 19: "File or function is not found"
This one is even more interesting, are you sure UCRP1001.amx is in the gamemodes folder?
If it is, on linux make sure you've got permissions to view the folder and on windows, run samp-server.exe as admin.
|
Seriously, noany offense.. But can anyone who dont know a shit about this issue or dont read the bloody replies, stop posting?
The error has nothing to do about the .amx file is into the incorrect location, as stated into server log, it is because of sscanf doesnt loads.
If i downgrade to 0.3C's version of Sscanf, i can run the server, however then the commands doesnt work properly.
AW: Run time error 19 (Sscanf related!) -
xerox8521 - 06.12.2011
Quote:
plugins audio.dll streamer.dll sscanf.dll Whirlpool.dll irc.dll
|
if your using linux you need to write there .so and upload the .SO files
Edit:
PHP Code:
plugins audio.so streamer.so sscanf.so Whirlpool.so irc.so
Re: AW: Run time error 19 (Sscanf related!) -
Roberto Saviano - 07.12.2011
@xerox8521, i am using Windows Server 2003.
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 09.12.2011
Anyone ?
Re: Run time error 19 (Sscanf related!) -
Roberto Saviano - 10.12.2011
bump.