SA-MP Forums Archive
Run Time 19, Problem? - 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: Run Time 19, Problem? (/showthread.php?tid=408108)



Run Time 19, Problem? - acade - 16.01.2013

I moved everything over from my computer to the linux server, Runs fine on Windows. Start up with Linux with the .so files,

[15:54:19] Number of vehicle models: 0
[15:54:19] Script[gamemodes/sgrp.amx]: Run time error 19: "File or function is not found"
[15:54:19] Error: Function not registered: 'SetDynamicObjectPos'
[15:54:19] Error: Function not registered: 'EditAttachedObject'
[15:54:19] Error: Function not registered: 'IsValidDynamicPickup'
[15:54:19] Error: Function not registered: 'DestroyDynamicMapIcon'
[15:54:19] Error: Function not registered: 'EditDynamicObject'
[15:54:19] Error: Function not registered: 'GetDynamicObjectRot'
[15:54:19] Error: Function not registered: 'GetDynamicObjectPos'
[15:54:19] Error: Function not registered: 'SetDynamicObjectRot'
[15:54:19] Error: Function not registered: 'MoveDynamicObject'
[15:54:19] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[15:54:19] Error: Function not registered: 'WP_Hash'
[15:54:19] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[15:54:19] Error: Function not registered: 'sscanf'
[15:54:19] Error: Function not registered: 'DestroyDynamicObject'
[15:54:19] Error: Function not registered: 'Streamer_SetFloatData'
[15:54:19] Error: Function not registered: 'DestroyDynamicPickup'
[15:54:19] Error: Function not registered: 'CreateDynamicMapIcon'
[15:54:19] Error: Function not registered: 'CreateDynamicObject'
[15:54:19] Error: Function not registered: 'CreateDynamicPickup'
[15:54:19] Error: Function not registered: 'CreateDynamic3DTextLabel'
[15:54:19] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[15:54:19] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[15:54:19] Error: Function not registered: 'Streamer_CallbackHook'
[15:54:19] Error: Function not registered: 'SSCANF_Leave'
[15:54:19] Error: Function not registered: 'SSCANF_Join'
[15:54:19] Error: Function not registered: 'SSCANF_Init'


Re: Run Time 19, Problem? - LarzI - 16.01.2013

I believe you have to include the file extension in the server.cfg when loading .so files on Linux - example:
Код:
plugins sscanf.so streamer.so



Re: Run Time 19, Problem? - acade - 17.01.2013

Quote:
Originally Posted by LarzI
Посмотреть сообщение
I believe you have to include the file extension in the server.cfg when loading .so files on Linux - example:
Код:
plugins sscanf.so streamer.so
They are there. The plugins are loading fine.


Re: Run Time 19, Problem? - LarzI - 17.01.2013

Is the plugin and (possible) associated include(s) up to date? If not, that may be the problem.


Re: Run Time 19, Problem? - acade - 17.01.2013

Quote:
Originally Posted by LarzI
Посмотреть сообщение
Is the plugin and (possible) associated include(s) up to date? If not, that may be the problem.
All the plugins are up to date.