Run time 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: Run time errors (
/showthread.php?tid=457280)
Run time errors -
mirou123 - 10.08.2013
When someone joins ths server I get these errors
Код:
[12:56:50] [debug] Run time error 19: "File or function is not found"
[12:56:50] [debug] Streamer_CallbackHook
[12:56:50] [debug] CreateDynamicObject
[12:56:50] [debug] DestroyDynamicObject
[12:56:50] [debug] UpdateDynamic3DTextLabelText
[12:56:50] [debug] MoveDynamicObject
[12:56:50] [debug] CreateDynamic3DTextLabel
[12:56:50] [debug] DestroyAllDynamicObjects
[12:56:50] [debug] DestroyAllDynamicPickups
[12:56:50] [debug] DestroyAllDynamic3DTextLabels
[12:56:50] [debug] DestroyAllDynamicCPs
[12:56:50] [debug] DestroyAllDynamicMapIcons
[12:56:50] [debug] DestroyAllDynamicRaceCPs
[12:56:50] [debug] DestroyAllDynamicAreas
[12:56:50] [debug] Streamer_UpdateEx
[12:56:50] [debug] Streamer_Update
[12:56:50] [debug] IsValidDynamicPickup
[12:56:50] [debug] DestroyDynamicPickup
[12:56:50] [debug] DestroyDynamic3DTextLabel
[12:56:50] [debug] CreateDynamicRectangle
[12:56:50] [debug] DestroyDynamicArea
[12:56:50] [debug] IsPlayerInDynamicArea
[12:56:50] [debug] CreateDynamicPickup
[12:56:50] [debug] CreateDynamicMapIcon
[12:56:50] [debug] CountDynamic3DTextLabels
[12:56:50] [debug] CountDynamicPickups
[12:56:50] [debug] CountDynamicObjects
[12:56:50] [debug] SetDynamicObjectPos
[12:56:50] [debug] GetDynamicObjectPos
[12:56:50] [debug] SetDynamicObjectRot
[12:56:50] [debug] IsValidDynamic3DTextLabel
[12:56:50] [debug] Streamer_TickRate
[12:56:50] [debug] CountDynamicMapIcons
[12:56:50] [debug] IsValidDynamicObject
[12:56:50] [debug] IsValidDynamicMapIcon
[12:56:50] [debug] DestroyDynamicMapIcon
[12:56:50] [debug] Run time error 19: "File or function is not found"
[12:56:50] [debug] Streamer_CallbackHook
[12:56:50] [debug] CreateDynamicObject
[12:56:50] [debug] DestroyDynamicObject
[12:56:50] [debug] UpdateDynamic3DTextLabelText
[12:56:50] [debug] MoveDynamicObject
[12:56:50] [debug] CreateDynamic3DTextLabel
[12:56:50] [debug] DestroyAllDynamicObjects
[12:56:50] [debug] DestroyAllDynamicPickups
[12:56:50] [debug] DestroyAllDynamic3DTextLabels
[12:56:50] [debug] DestroyAllDynamicCPs
[12:56:50] [debug] DestroyAllDynamicMapIcons
[12:56:50] [debug] DestroyAllDynamicRaceCPs
[12:56:50] [debug] DestroyAllDynamicAreas
[12:56:50] [debug] Streamer_UpdateEx
[12:56:50] [debug] Streamer_Update
[12:56:50] [debug] IsValidDynamicPickup
[12:56:50] [debug] DestroyDynamicPickup
[12:56:50] [debug] DestroyDynamic3DTextLabel
[12:56:50] [debug] CreateDynamicRectangle
[12:56:50] [debug] DestroyDynamicArea
[12:56:50] [debug] IsPlayerInDynamicArea
[12:56:50] [debug] CreateDynamicPickup
[12:56:50] [debug] CreateDynamicMapIcon
[12:56:50] [debug] CountDynamic3DTextLabels
[12:56:50] [debug] CountDynamicPickups
[12:56:50] [debug] CountDynamicObjects
[12:56:50] [debug] SetDynamicObjectPos
[12:56:50] [debug] GetDynamicObjectPos
[12:56:50] [debug] SetDynamicObjectRot
[12:56:50] [debug] IsValidDynamic3DTextLabel
[12:56:50] [debug] Streamer_TickRate
[12:56:50] [debug] CountDynamicMapIcons
[12:56:50] [debug] IsValidDynamicObject
[12:56:50] [debug] IsValidDynamicMapIcon
[12:56:50] [debug] DestroyDynamicMapIcon
How can I fix these please?
Re: Run time errors -
Private200 - 10.08.2013
Update your streamer plugin to be sure.
Re : Run time errors -
mirou123 - 10.08.2013
I am using YSI streamer but I can't update it..It makes my pwno crash when I try to compile the gamemode
Re : Run time errors -
mirou123 - 11.08.2013
Maybe the owner changed it before uploading or something
I found the problem
Код:
[12:56:50] Failed (plugins/streamer.so: ELF load command past end of file)
Anyone has an idea of what is this or how to fix it?
Re : Run time errors -
mirou123 - 14.08.2013
Please help me
Re: Run time errors -
ThaCrypte - 14.08.2013
Try this:
Update your streamer, i recommend:
https://sampforum.blast.hk/showthread.php?tid=102865
Look for: #include <a_samp> , and add #include <streamer> above it.
Go to server.cfg and look for: Plugins, and make sure streamer is on that line.
Windows:
plugins streamer
Linux:
plugins streamer.so
IF that didn't work, save your gamemode, and manually open pawno.exe and open the gamemode by loading it, then try to recompile.
Re : Run time errors -
mirou123 - 24.08.2013
It shows me this error
Код:
[08:34:35] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)