SA-MP Forums Archive
A few errors - 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: A few errors (/showthread.php?tid=350023)



A few errors - jessejanssen - 10.06.2012

Hello reader,

My server was perfectly running on a host with a Linux server but that host lagged too much and we changed our host. Now, at the new host, with also a Linux server, the server runs, but gives alot of errors in the log. I've already tried a few things but it doesn't work while the exact same plugins did the job on the other Linux server.

This is what my question is about:
Код:
[00:47:33]    Error: Function not registered: 'Streamer_CallbackHook'
[00:47:33]    Error: Function not registered: 'Audio_CreateTCPServer'
[00:47:33]    Error: Function not registered: 'Audio_AddPlayer'
[00:47:33]    Error: Function not registered: 'Audio_RemovePlayer'
[00:47:33]    Error: Function not registered: 'Audio_RenamePlayer'
[00:47:33]    Error: Function not registered: 'MoveDynamicObject'
[00:47:33]    Error: Function not registered: 'mysql_query'
[00:47:33]    Error: Function not registered: 'mysql_store_result'
[00:47:33]    Error: Function not registered: 'mysql_num_rows'
[00:47:33]    Error: Function not registered: 'mysql_fetch_int'
[00:47:33]    Error: Function not registered: 'mysql_fetch_row'
[00:47:33]    Error: Function not registered: 'mysql_free_result'
[00:47:33]    Error: Function not registered: 'mysql_real_escape_string'
[00:47:33]    Error: Function not registered: 'CreateDynamicObject'
[00:47:33]    Error: Function not registered: 'mysql_fetch_float'
[00:47:33]    Error: Function not registered: 'DestroyDynamicPickup'
[00:47:33]    Error: Function not registered: 'CreateDynamicPickup'
[00:47:33]    Error: Function not registered: 'DestroyDynamicObject'
[00:47:33]    Error: Function not registered: 'mysql_init'
[00:47:33]    Error: Function not registered: 'mysql_connect'
[00:47:33]    Error: Function not registered: 'Audio_SetPack'
[00:47:33]    Error: Function not registered: 'CountDynamicPickups'
[00:47:33]    Error: Function not registered: 'CountDynamicObjects'
[00:47:33]    Error: Function not registered: 'mysql_ping'
[00:47:33]    Error: Function not registered: 'mysql_close'
[00:47:33]    Error: Function not registered: 'Streamer_UpdateEx'
[00:47:33]    Error: Function not registered: 'Audio_Stop'
[00:47:33]    Error: Function not registered: 'Audio_Play'
[00:47:33]    Error: Function not registered: 'Audio_Set3DPosition'
[00:47:33]    Error: Function not registered: 'Audio_PlayStreamed'
[00:47:33]    Error: Function not registered: 'SetDynamicObjectRot'
[00:47:33]    Error: Function not registered: 'GetDynamicObjectRot'
[00:47:33]    Error: Function not registered: 'Audio_IsClientConnected'
[00:47:33]    Error: Function not registered: 'SetDynamicObjectPos'
[00:47:33]    Error: Function not registered: 'Audio_TransferPack'
[00:47:33]    Error: Function not registered: 'Audio_SetVolume'
[00:47:33]    Error: Function not registered: 'StopDynamicObject'
[00:47:33]    Error: Function not registered: 'GetDynamicObjectPos'
[00:47:33]    Error: Function not registered: 'Audio_Pause'
[00:47:33]    Error: Function not registered: 'Audio_Resume'
[00:47:33]    Error: Function not registered: 'Audio_Restart'
[00:47:47]    Error: Function not registered: 'Streamer_RegisterInterface'
[00:47:47]    Error: Function not registered: 'Streamer_AddPlayer'
[00:47:47]    Error: Function not registered: 'Streamer_RemovePlayer'
[00:47:47]    Error: Function not registered: 'Streamer_VerifyPickup'
[00:47:47]    Error: Function not registered: 'Streamer_VerifyCheckpoint'
[00:47:47]    Error: Function not registered: 'CreateDynamicObject'
[00:47:47]    Error: Function not registered: 'Streamer_CallbackHook'
[00:47:47]    Error: Function not registered: 'CreateDynamicObject'
[00:47:47]    Error: Function not registered: 'DestroyDynamicObject'
I hope someone can help me with this, yes, the plugins are all on the 'plugins' line in the config and easy stuff like that.

Best regards,
Jesse


Re : A few errors - ricardo178 - 10.06.2012

No warnings on compile?
Are the plugins with right extension in server.cfg? In Linux, it's pluginname.so
Are the plugins, an in this case the .so of them in plugins folder?
Are them updated? Try updating again.


Re: A few errors - jessejanssen - 10.06.2012

Already tried everything you said, and as I said at the post, yes they are in the server.cfg, yes they are in the plugins folder and yes I have put them as pluginname.so in the server.cfg. And no, it compiles perfectly, no errors.

Best regards,
Jesse


Re : A few errors - ricardo178 - 10.06.2012

Try re-downloading them and recompiling. Also the includes.


Re: A few errors - jessejanssen - 11.06.2012

These versions are up to date and they did work perfectly on the other server, if that would've not been the case I would've not made this post ..

Best regards,
Jesse


Re: A few errors - BlackBank - 11.06.2012

It looks like all the plugins didn't load well...

Are you hosting this on your own server, or on a special gameserver host?


Re: A few errors - jessejanssen - 12.06.2012

Quote:
Originally Posted by BlackBank3
Посмотреть сообщение
It looks like all the plugins didn't load well...

Are you hosting this on your own server, or on a special gameserver host?
These errors in the log ( Because the gamemode runs fine ) are being caused since we hired a ServerFFS gameserver.

Best regards,
Jesse


Re: A few errors - Jhero - 12.06.2012

1) Show us your config

2) Did .inc you used to compile the script, are the plugins in your server from that same package?


Re: A few errors - jessejanssen - 12.06.2012

1. This is the plugins line in my config:
Код:
plugins whirlpool.so nativechecker.so streamer.so mysql.so audio.so
2. Yes I have, as mentioned above this didn't happen on the other server with the exact same stuff.

Best regards,
Jesse