Moving Windows Samp server over to dedicated server.
#1

I have added every file to my the dedicated server but everytime I start I get the Run Time error 19 "File or Function is not found"


Also three off my plugins are not loading, even after updating all of them.

Streamer.dll
audio.dll
sscanf.dll

Please help!

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

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[00:12:57] 
[00:12:57] Server Plugins
[00:12:57] --------------
[00:12:57]  Loading plugin: streamer.dll
[00:12:57]   Failed.
[00:12:57]  Loading plugin: sscanf.dll
[00:12:57]   Failed.
[00:12:57]  Loading plugin: audio.dll
[00:12:57]   Failed.
[00:12:57]  Loaded 0 plugins.

[00:12:57] 
[00:12:57] Filterscripts
[00:12:57] ---------------
[00:12:57]   Loading filterscript 'gcustom.amx'...
[00:12:57]   Loaded 1 filterscripts.

[00:12:57] Script[gamemodes/Nexus2.amx]: Run time error 19: "File or function is not found"
[00:12:57] Number of vehicle models: 0

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

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[00:15:54] 
[00:15:54] Server Plugins
[00:15:54] --------------
[00:15:54]  Loading plugin: nativechecker.dll
[00:15:54]   Loaded.
[00:15:54]  Loading plugin: streamer.dll
[00:15:54]   Failed.
[00:15:54]  Loading plugin: sscanf.dll
[00:15:54]   Failed.
[00:15:54]  Loading plugin: audio.dll
[00:15:54]   Failed.
[00:15:54]  Loaded 1 plugins.

[00:15:54] 
[00:15:54] Filterscripts
[00:15:54] ---------------
[00:15:54]   Loading filterscript 'gcustom.amx'...
[00:15:54]    Error: Function not registered: 'Streamer_CallbackHook'
[00:15:54]    Error: Function not registered: 'CreateDynamicObject'
[00:15:54]   Loaded 1 filterscripts.

[00:15:54]    Error: Function not registered: 'Streamer_CallbackHook'
[00:15:54]    Error: Function not registered: 'SSCANF_Init'
[00:15:54]    Error: Function not registered: 'SSCANF_Join'
[00:15:54]    Error: Function not registered: 'SSCANF_Leave'
[00:15:54]    Error: Function not registered: 'Audio_CreateTCPServer'
[00:15:54]    Error: Function not registered: 'Audio_AddPlayer'
[00:15:54]    Error: Function not registered: 'Audio_RemovePlayer'
[00:15:54]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[00:15:54]    Error: Function not registered: 'CreateDynamicObject'
[00:15:54]    Error: Function not registered: 'DestroyDynamicObject'
[00:15:54]    Error: Function not registered: 'Audio_TransferPack'
[00:15:54]    Error: Function not registered: 'Audio_IsClientConnected'
[00:15:54]    Error: Function not registered: 'Audio_Play'
[00:15:54]    Error: Function not registered: 'Audio_SetVolume'
[00:15:54]    Error: Function not registered: 'Audio_Seek'
[00:15:54]    Error: Function not registered: 'Audio_Set3DPosition'
[00:15:54]    Error: Function not registered: 'Audio_PlayStreamed'
[00:15:54]    Error: Function not registered: 'MoveDynamicObject'
[00:15:54]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamicObjects'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamicPickups'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamicCPs'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamicMapIcons'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[00:15:54]    Error: Function not registered: 'DestroyAllDynamicAreas'
[00:15:54]    Error: Function not registered: 'Streamer_UpdateEx'
[00:15:54]    Error: Function not registered: 'Streamer_Update'
[00:15:54]    Error: Function not registered: 'IsValidDynamicPickup'
[00:15:54]    Error: Function not registered: 'DestroyDynamicPickup'
[00:15:54]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[00:15:54]    Error: Function not registered: 'Audio_Stop'
[00:15:54]    Error: Function not registered: 'CreateDynamicRectangle'
[00:15:54]    Error: Function not registered: 'DestroyDynamicArea'
[00:15:54]    Error: Function not registered: 'IsPlayerInDynamicArea'
[00:15:54]    Error: Function not registered: 'sscanf'
[00:15:54]    Error: Function not registered: 'CreateDynamicPickup'
[00:15:54]    Error: Function not registered: 'CreateDynamicMapIcon'
[00:15:54]    Error: Function not registered: 'CountDynamic3DTextLabels'
[00:15:54]    Error: Function not registered: 'CountDynamicPickups'
[00:15:54]    Error: Function not registered: 'CountDynamicObjects'
[00:15:54]    Error: Function not registered: 'SetDynamicObjectPos'
[00:15:54]    Error: Function not registered: 'GetDynamicObjectPos'
[00:15:54]    Error: Function not registered: 'SetDynamicObjectRot'
[00:15:54]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[00:15:54]    Error: Function not registered: 'Streamer_TickRate'
[00:15:54]    Error: Function not registered: 'CountDynamicMapIcons'
[00:15:54]    Error: Function not registered: 'IsValidDynamicObject'
[00:15:54]    Error: Function not registered: 'IsValidDynamicMapIcon'
[00:15:54]    Error: Function not registered: 'DestroyDynamicMapIcon'
[00:15:54] Script[gamemodes/Nexus2.amx]: Run time error 19: "File or function is not found"
[00:15:54] Number of vehicle models: 0
Reply
#2

Open your server.cfg and add this.

pawn Код:
plugins audio streamer sscanf
Reply
#3

This is done, and I have spent most of this day attempting to fix this. Also the exact same files run perfectly on my home PC and other dedicated server.
Reply
#4

Well, are you using linux? If Yes, it should be like this.

pawn Код:
Plugins stramer.so audio.so sscanf.so
Reply
#5

No, the dedicated server I am trying to run the SAMP server on is running windows server 2008 R2 Web edition.
Reply
#6

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
Well, are you using linux? If Yes, it should be like this.

pawn Код:
Plugins stramer.so audio.so sscanf.so
He is using windows and he has it defined properly for windows.
Reply
#7

Update your plugins, sscanf or streamer ..
Reply
#8

Make sure that .Net Framework 3.5 or higher is installed.
Reply
#9

Quote:
Originally Posted by Ajez
Посмотреть сообщение
Update your plugins, sscanf or streamer ..
We already updated the plugins.

Quote:
Originally Posted by Vince
Посмотреть сообщение
Make sure that .Net Framework 3.5 or higher is installed.
We have tried 3.5 to 4. Still getting the same errors.
Reply
#10

Quote:
Originally Posted by Ajez
Посмотреть сообщение
Update your plugins, sscanf or streamer ..
Quote:
Originally Posted by ChrisCro
Посмотреть сообщение
Also three off my plugins are not loading, even after updating all of them.
Please read before posting.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)