Errors when opening server
#1

I compiled the script, Everything is OK. no warns, no errors nothing

if i try to host it on my own ip ( to test it)
i got a error
file/function not found..
Reply
#2

Load the plugins.

You can load the nativechecker plugin to see what functions are not registered.
Reply
#3

You are missing any of the plugin.

EDIT: late.
Reply
#4

got them all.
Reply
#5

Quote:
Originally Posted by Lisaax
Посмотреть сообщение
got them all.
All those plugin files are in plugins folder and you added them in server.cfg too?

Post the server log (load the nativechecker before).
Reply
#6

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

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[18:28:55]
[18:28:55] Server Plugins
[18:28:55] --------------
[18:28:55] Loading plugin: streamer.dll
[18:28:55]

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

[18:28:55] Loaded.
[18:28:55] Loading plugin: audio.dll
[18:28:55]

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[18:28:55] Loaded.
[18:28:55] Loading plugin: sscanf.dll
[18:28:55]

[18:28:55] ===============================

[18:28:55] sscanf plugin loaded.

[18:28:55] © 2009 Alex "******" Cole

[18:28:55] 0.3d-R2 500 Players "dnee"

[18:28:55] ===============================

[18:28:55] Loaded.
[18:28:55] Loading plugin: nativechecker.dll
[18:28:55] Loaded.
[18:28:55] Loaded 4 plugins.

[18:28:55]
[18:28:55] Filterscripts
[18:28:55] ---------------
[18:28:55] Loading filterscript 'buttons.amx'...
[18:28:55] Loading filterscript 'iradio.amx'...
[18:28:55] Loading filterscript 'anims.amx'...
[18:28:55] Loading filterscript 'knpc.amx'...
[18:28:55] Error: Function not registered: 'file_create'
[18:28:55] Error: Function not registered: 'file_exists'
[18:28:55] Error: Function not registered: 'file_delete'
[18:28:55] Error: Function not registered: 'file_move'
[18:28:55] Loading filterscript 'Firework.amx'...
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[18:28:55] Loading filterscript 'gcustom.amx'...
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[18:28:55] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[18:28:55] Loading filterscript 'vacations.amx'...
[18:28:55] Unable to load filterscript 'vacations.amx'.
[18:28:55] Loading filterscript '*******.amx'...
[18:28:55] ******* player by usrb1n has been loaded
[18:28:55] Loading filterscript 'F_streamer.amx'...
[18:28:55] F_Streamer Loaded successful.
[18:28:55] Loading filterscript 'maploader.amx'...
[18:28:55] Error: Function not registered: 'xml_open'
[18:28:55] Error: Function not registered: 'xml_get_int'
[18:28:55] Error: Function not registered: 'xml_get_float'
[18:28:55] Loading filterscript 'Mapv1.amx'...
[18:28:55]
--------------------------------------
[18:28:55] Map by Joe v1
[18:28:55] --------------------------------------

[18:28:55] Loading filterscript 'notepad.amx'...
[18:28:55] Loading filterscript 'H_Speedo.amx'...
[18:28:55] Unable to load filterscript 'H_Speedo.amx'.
[18:28:55] Loaded 11 filterscripts.

[18:28:55] Error: Function not registered: 'WP_Hash'
[18:28:55] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[18:28:55] Error: Function not registered: 'EditDynamicObject'
[18:28:55] Script[gamemodes/wwrp.amx]: Run time error 19: "File or function is not found"
[18:28:55] Number of vehicle models: 0
[18:28:58] --- Server Shutting Down.
[18:28:58] ******* player by usrb1n has been unloaded
[18:28:58]

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

[18:28:58]

*** Audio Plugin v0.5 R2 by Incognito unloaded ***

[18:28:58]

[18:28:58] ===============================

[18:28:58] sscanf plugin unloaded.

[18:28:58] ===============================
Reply
#7

You forgot to load Whirlpool.

By the way, update sscanf and streamer plugins because they're old versions and re-compile again (with the latest versions).
Reply
#8

When i do that, I get an error


[18:46:35] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[18:46:35] Script[gamemodes/wwrp.amx]: Run time error 19: "File or function is not found"
[18:46:35] Number of vehicle models: 0

I did ->

Search -> Streamer -> download it
Copy Streamer -> My Server folder -> plugins paste
Open Pawno -> open my script -> compile

-> Start server i get this ..
Reply
#9

Copy the include files too and paste them into pawno\include folder. Then re-compile and run it (don't forget to load the Whirlpool plugin).
Reply
#10

Well, Thanks! Could you check this also?
http://forum.sa-mp.com/showthread.ph...=1#post2772054
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)