Errors while running server
#1

I get this error when running my server, I have updated all plugins and includes too.

Код:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[16:40:41] password = ""  (string)
[16:40:41 
[16:40:41 Server Plugins
[16:40:41 --------------
[16:40:41  Loading plugin: sscanf.dll
[16:40:41 

[16:40:41  ===============================

[16:40:41       sscanf plugin loaded.     

[16:40:41    © 2009 Alex "******" Cole

[16:40:41    0.3d-R2 500 Players "dnee"

[16:40:41  ===============================

[16:40:41   Loaded.
[16:40:41  Loading plugin: audio.dll
[16:40:41 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[16:40:41   Loaded.
[16:40:41  Loading plugin: mysql.dll
[16:40:42  SA:MP MySQL Plugin v2.1.1 Loaded.
[16:40:42   Loaded.
[16:40:42  Loading plugin: streamer.dll
[16:40:42 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[16:40:42   Loaded.
[16:40:42  Loaded 4 plugins.

[16:40:42 [MySQL] Thread running. Threadsafe: Yes.
[16:40:43 
[16:40:43 Ban list
[16:40:43 --------
[16:40:43  Loaded: samp.ban
[16:40:43 
[16:40:43 
[16:40:43 Filterscripts
[16:40:43 ---------------
[16:40:43   Loading filterscript 'Mapping.amx'...
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[16:40:43 
--------------------------------------
[16:40:43  Mapping by Germanator
[16:40:43 --------------------------------------

[16:40:43   Loading filterscript 'seatbelt.amx'...
[16:40:43 Seatbelts Loaded
[16:40:43   Loading filterscript 'WalkStyle.amx'...
[16:40:43 <|-----------------------------------------|>
[16:40:43  |.:[- seif_walk - walk styles by Seif -]:.|
[16:40:43 <|-----------------------------------------|>
[16:40:43   Loading filterscript 'Anti-CBug.amx'...
[16:40:43   Loaded 4 filterscripts.

[16:40:43 Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
[16:40:43 Number of vehicle models: 2
Reply
#2

Код:
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[16:40:43 *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
Most likely, you didn't compile your mapping.pwn with the latest streamer include..
make sure you update them, and that you open pawno trough the pawno folder, pawno>pawno.exe to make sure the includes from that folder are loaded
Reply
#3

Streamer:https://sampforum.blast.hk/showthread.php?tid=102865/
Reply
#4

You Need WhirlPool Had Same Proplem Fixed It By Putting Whirlpool
Reply
#5

Okay Compiled my mapping and added whirlpool, still getting this error though?

Код:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[22:54:37] password = ""  (string)
[22:54:37 
[22:54:37 Server Plugins
[22:54:37 --------------
[22:54:37  Loading plugin: sscanf.dll
[22:54:37 

[22:54:37  ===============================

[22:54:37       sscanf plugin loaded.     

[22:54:37    © 2009 Alex "******" Cole

[22:54:37    0.3d-R2 500 Players "dnee"

[22:54:37  ===============================

[22:54:37   Loaded.
[22:54:37  Loading plugin: audio.dll
[22:54:37 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[22:54:37   Loaded.
[22:54:37  Loading plugin: mysql.dll
[22:54:37  SA:MP MySQL Plugin v2.1.1 Loaded.
[22:54:37   Loaded.
[22:54:37  Loading plugin: streamer.dll
[22:54:37 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[22:54:37   Loaded.
[22:54:37  Loading plugin: whirlpool.dll
[22:54:37  
[22:54:37  ==================
[22:54:37  
[22:54:37   Whirlpool loaded
[22:54:37  
[22:54:37  ==================
[22:54:37  
[22:54:37   Loaded.
[22:54:37  Loaded 5 plugins.

[22:54:37 [MySQL] Thread running. Threadsafe: Yes.
[22:54:38 
[22:54:38 Ban list
[22:54:38 --------
[22:54:38  Loaded: samp.ban
[22:54:38 
[22:54:38 
[22:54:38 Filterscripts
[22:54:38 ---------------
[22:54:38   Loading filterscript 'Mapping.amx'...
[22:54:38 
--------------------------------------
[22:54:38  Mapping by Germanator
[22:54:38 --------------------------------------

[22:54:38   Loading filterscript 'seatbelt.amx'...
[22:54:38 Seatbelts Loaded
[22:54:38   Loading filterscript 'WalkStyle.amx'...
[22:54:38 <|-----------------------------------------|>
[22:54:38  |.:[- seif_walk - walk styles by Seif -]:.|
[22:54:38 <|-----------------------------------------|>
[22:54:38   Loading filterscript 'Anti-CBug.amx'...
[22:54:38   Loaded 4 filterscripts.

[22:54:38 Script[gamemodes/WCRP.amx]: Run time error 19: "File or function is not found"
[22:54:38 Number of vehicle models: 2
Reply
#6

Make sure you have main() inside your gamemode.
Reply
#7

Yep its already in there.
Reply
#8

bump.

Need this fixed
Reply
#9

Problem is in streamer. Reinstall streamer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)