Streamer error - 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: Streamer error (
/showthread.php?tid=508680)
Streamer error -
IndependentGaming - 23.04.2014
Hello when i try to put the server on with the newest or 1o newest Streamer plugin then i get this errors
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[14:33:35]
[14:33:35] Server Plugins
[14:33:35] --------------
[14:33:35] Loading plugin: streamer
[14:33:35]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:33:35] Loaded.
[14:33:35] Loading plugin: sscanf
[14:33:35]
[14:33:35] ===============================
[14:33:35] sscanf plugin loaded.
[14:33:35] Version: 2.8.1
[14:33:35] © 2012 Alex "******" Cole
[14:33:35] ===============================
[14:33:35] Loaded.
[14:33:35] Loading plugin: mysql
[14:33:35]
> MySQL plugin R7 successfully loaded.
[14:33:35] Loaded.
[14:33:35] Loading plugin: Whirlpool
[14:33:35]
[14:33:35] ==================
[14:33:35]
[14:33:35] Whirlpool loaded
[14:33:35]
[14:33:35] ==================
[14:33:35]
[14:33:35] Loaded.
[14:33:35] Loading plugin: FileManager
[14:33:36] ******************
[14:33:36] ** FILE MANAGER **
[14:33:36] ** Loaded **
[14:33:36] ** Version 1.5 **
[14:33:36] ******************
[14:33:36] Loaded.
[14:33:36] Loaded 5 plugins.
[14:33:36]
[14:33:36] Ban list
[14:33:36] --------
[14:33:36] Loaded: samp.ban
[14:33:36]
[14:33:36]
[14:33:36] Filterscripts
[14:33:36] ---------------
[14:33:36] Loading filterscript 'vactions.amx'...
[14:33:36] Unable to load filterscript 'vactions.amx'.
[14:33:36] Loading filterscript 'yom_buttons.amx'...
[14:33:36] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[14:33:36] Loading filterscript 'gcustom.amx'...
[14:33:36] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[14:33:36] Loaded 2 filterscripts.
[14:33:36]
[14:33:36]
[14:33:36]
[14:33:36] =======================================
[14:33:36] | |
[14:33:36] | YSI version 3.09.0684 |
[14:33:36] | By Alex "******" Cole |
[14:33:36] | |
[14:33:36] =======================================
[14:33:36]
[14:33:36]
[14:33:36]
Anyone help me please.
I dont get Errors/Warnings in the game mode.
Re: Streamer error -
Rockyyy - 23.04.2014
Re-Compile your script
Re: Streamer error -
IndependentGaming - 23.04.2014
@Rockyyy I already did that.
Re: Streamer error -
IndependentGaming - 23.04.2014
Код:
[21:05:07]
[21:05:07] [debug] Server crashed while executing CGRP_main.amx
[21:05:07] [debug] AMX backtrace:
[21:05:07] [debug] #0 native fread () [00405770] from samp-server.exe
[21:05:07] [debug] #1 00028840 in ?? () from CGRP_main.amx
[21:05:07] [debug] #2 000ba77c in public zcmd_OnGameModeInit () from CGRP_main.amx
[21:05:07] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
[21:05:07] [debug] #4 0001a05c in ?? () from CGRP_main.amx
[21:05:07] [debug] #5 00013d18 in public Itter_OnGameModeInit () from CGRP_main.amx
[21:05:07] [debug] #6 native CallLocalFunction () [00472ad0] from samp-server.exe
[21:05:07] [debug] #7 00008074 in ?? () from CGRP_main.amx
[21:05:07] [debug] #8 0000720c in ?? () from CGRP_main.amx
[21:05:07] [debug] #9 00000b00 in public OnGameModeInit () from CGRP_main.amx
[21:05:07] [debug] System backtrace:
[21:05:08] [debug] #0 00493990 in ?? () from C:\Users\Administrator\Desktop\Test Script\Crystal\samp-server.exe
[21:05:08] [debug] #1 00493fc0 in ?? () from C:\Users\Administrator\Desktop\Test Script\Crystal\samp-server.exe
[21:05:08] [debug] #2 00404f14 in ?? () from C:\Users\Administrator\Desktop\Test Script\Crystal\samp-server.exe
Re: Streamer error -
Konstantinos - 23.04.2014
The file handle is not valid. See how it should be used:
https://sampwiki.blast.hk/wiki/Fread
The part that checks the file handle is the line with the comment "// If the file opened sucessfully".
Re: Streamer error -
yvoms - 23.04.2014
Do you use the latest version of the inc?
Since that is the reason possibly, Update those lines.
Re: Streamer error -
thomaswilliams - 23.04.2014
The problem is your plugin thats in the plugin folder is not the same version as the include in the Pawno folder, re-download Streamer, install it and re-compile your script,
+rep if it worked
Re: Streamer error -
IndependentGaming - 25.04.2014
@thomaswilliams i already did that more then 1 time i tryed many Versions of the streamer
@yvoms Also i did that many times and i did't work to.
Re: Streamer error -
IndependentGaming - 27.04.2014
Anyone ?