server crash
#1

hello, and so I have a problem starting the server... i use the latest plugins (streamer sscanf, mysql blueg R6), but the problems start when I start the server...

Код:
[16:05:09]    Error: Function not registered: 'SSCANF_Init'
[16:05:09]    Error: Function not registered: 'SSCANF_Join'
[16:05:09]    Error: Function not registered: 'SSCANF_Leave'
[16:05:09]    Error: Function not registered: 'Audio_CreateTCPServer'
[16:05:09]    Error: Function not registered: 'Audio_AddPlayer'
[16:05:09]    Error: Function not registered: 'Audio_RemovePlayer'
[16:05:09]    Error: Function not registered: 'Streamer_CallbackHook'
[16:05:09]    Error: Function not registered: 'mysql_debug'
[16:05:09]    Error: Function not registered: 'mysql_connect'
[16:05:09]    Error: Function not registered: 'mysql_ping'
[16:05:09]    Error: Function not registered: 'mysql_query'
[16:05:09]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[16:05:09]    Error: Function not registered: 'Audio_SetPack'
[16:05:09]    Error: Function not registered: 'mysql_close'
[16:05:09]    Error: Function not registered: 'Audio_DestroyTCPServer'
[16:05:09]    Error: Function not registered: 'DeleteGVar'
[16:05:09]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[16:05:09]    Error: Function not registered: 'StopDynamicObject'
[16:05:09]    Error: Function not registered: 'SetDynamicObjectPos'
[16:05:09]    Error: Function not registered: 'GetDynamicObjectPos'
[16:05:09]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[16:05:09]    Error: Function not registered: 'Audio_IsClientConnected'
[16:05:09]    Error: Function not registered: 'mysql_real_escape_string'
[16:05:09]    Error: Function not registered: 'mysql_store_result'
[16:05:09]    Error: Function not registered: 'mysql_fetch_row_format'
[16:05:09]    Error: Function not registered: 'sscanf'
[16:05:09]    Error: Function not registered: 'mysql_free_result'
[16:05:09]    Error: Function not registered: 'GetGVarType'
[16:05:09]    Error: Function not registered: 'GetGVarString'
[16:05:09]    Error: Function not registered: 'GetGVarFloat'
[16:05:09]    Error: Function not registered: 'GetGVarInt'
[16:05:09]    Error: Function not registered: 'Audio_PlayStreamed'
[16:05:09]    Error: Function not registered: 'Audio_SetVolume'
[16:05:09]    Error: Function not registered: 'Audio_Set3DPosition'
[16:05:09]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[16:05:09]    Error: Function not registered: 'DestroyDynamicObject'
[16:05:09]    Error: Function not registered: 'Audio_Stop'
[16:05:09]    Error: Function not registered: 'Audio_StopRadio'
[16:05:09]    Error: Function not registered: 'MoveDynamicObject'
[16:05:09]    Error: Function not registered: 'CreateDynamicObject'
[16:05:09]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[16:05:09]    Error: Function not registered: 'Streamer_Update'
[16:05:09]    Error: Function not registered: 'mysql_num_rows'
[16:05:09]    Error: Function not registered: 'CountDynamicObjects'
[16:05:09]    Error: Function not registered: 'Streamer_IsInArrayData'
[16:05:09]    Error: Function not registered: 'GetDynamicObjectRot'
[16:05:09]    Error: Function not registered: 'mysql_insert_id'
[16:05:09]    Error: Function not registered: 'mysql_reload'
[16:05:09]    Error: Function not registered: 'IsValidDynamicObject'
[16:05:09]    Error: Function not registered: 'EditDynamicObject'
[16:05:09]    Error: Function not registered: 'SetGVarString'
[16:05:09]    Error: Function not registered: 'SetGVarFloat'
[16:05:09]    Error: Function not registered: 'ThreadW'
[16:05:09]    Error: Function not registered: 'SetGVarInt'
Код:
samp03svr: amx/amxfile.c:222: fputs_cell: Assertion `fp!=((void *)0)' failed.
Aborted
Any suggestions? Permissions are assigned, but I do not understand the problem with the functions of plugins..
Reply
#2

http://forum.sa-mp.com/showpost.php?...15&postcount=1
Reply
#3

@UP
did not work
Reply
#4

Are you on Linux? Did you try to set the permissions?
pawn Код:
chmod +x samp-npc samp03svr announce
Plus, the "scriptfiles" folder is set for "Write" and "Read" and the "plugins" folder is set to "Execute"?
Reply
#5

You must update all your plugins and includes
Reply
#6

Quote:
Originally Posted by _Zeus
Посмотреть сообщение
Are you on Linux? Did you try to set the permissions?
pawn Код:
chmod +x samp-npc samp03svr announce
Plus, the "scriptfiles" folder is set for "Write" and "Read" and the "plugins" folder is set to "Execute"?
I'm using Debian 6, 32 bits. The permissions which are at 777, and process files (samp03svr) tried to methods 777 and +x.
Quote:
Originally Posted by DeMoX
Посмотреть сообщение
You must update all your plugins and includes
The script is recompiled with the latest include/plugins.

PS. Part of the function of the 'Function not registered' is not used in the script.
Reply
#7

Quote:
Originally Posted by MaySee
Посмотреть сообщение
I'm using Debian 6, 32 bits. The permissions which are at 777, and process files (samp03svr) tried to methods 777 and +x.

PS. Part of the function of the 'Function not registered' is not used in the script.
I'm pretty sure something happens with the plugins and they cannot be executed, so they fail to load.

PS: That's just a function was used was not found because they plugins failed to load.
Reply
#8

Quote:
Originally Posted by _Zeus
Посмотреть сообщение
I'm pretty sure something happens with the plugins and they cannot be executed, so they fail to load.

PS: That's just a function was used was not found because they plugins failed to load.
Okay, thanks for the wish. Try it with replace plugins for other version.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)