Problem with starting server!
#1

Hello all.. I am new in all this hosting etc. so i tried to host my first server, but when i get server online i enter to it it doesn't load gamemode! Filterscripts are loaded but gamemode isn't in.. Here is what it say in my server log:
"[04:01:45] Script[gamemodes/SATDM_v9.amx]: Run time error 19: "File or function is not found"
[04:01:45] Number of vehicle models: 0"
Please help... if you need anything else tell me in reply i'll copy to you!
+rep who help
Reply
#2

****** "samp nativechecker" and download it. Load the plugin and start your server. It will print what plugin you're missing.
Reply
#3

Download comon plugins Whirlpool sscanf streamer etc...
Reply
#4

also put streamer.so files linux server need .so file
Reply
#5

Ok guys thank you, i added all plugins but still my script isn't loaded! -.-
Reply
#6

hrvoje, check you Server.log file, there it will tell you "a Plugin hasn't loaded", heck your plugins and make sure you spellt them right.
Reply
#7

Quote:
Originally Posted by HrvojeII
Посмотреть сообщение
Ok guys thank you, i added all plugins but still my script isn't loaded! -.-
What does it print to server_log.txt?
Reply
#8

[11:51:30] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)
[11:51:30] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file)
[11:51:30] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file)
[11:51:30] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file)
[11:51:30] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file)
[11:51:30] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)

[11:51:29] Loading plugin: whirlpool.so
[11:51:29] Failed (plugins/whirlpool.so: cannot open shared object file: No such file or directory)
[11:51:29] Loaded 2 plugins.

[11:51:29]
[11:51:29] Server Plugins
[11:51:29] --------------
[11:51:29] Loading plugin: YSF.dll
[11:51:29] Failed (plugins/YSF.dll: invalid ELF header)
[11:51:29] Loading plugin: streamer.dll
[11:51:29] Failed (plugins/streamer.dll: invalid ELF header)
[11:51:29] Loading plugin: GeoIP_Plugin.dll
[11:51:29] Failed (plugins/GeoIP_Plugin.dll: invalid ELF header)
[11:51:29] Loading plugin: nativchecker.so
[11:51:29] Failed (plugins/nativchecker.so: cannot open shared object file: No such file or directory)
[11:51:29] Loading plugin: sscanf.dll
[11:51:29] Failed (plugins/sscanf.dll: invalid ELF header)
[11:51:29] Loading plugin: sscanf.so
[11:51:29]
Reply
#9

First of all, you're on Linux, and you need the .so files.

The "invalid ELF header" message is because of the reason above I think.

There's not "nativchecker" but "nativechecker".

Re-compile your scripts using the latest streamer.inc file. It can be found to its original thread.

Last, in server.cfg it needs to be like that:
pawn Код:
plugins YSF.so streamer.so GeoIP_Plugin.so nativechecker.so sscanf.so
Reply
#10

So now when i downloaded and compiled my script in new streamer.inc this is errors i get:
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(236) : error 017: undefined symbol "MAPICON_LOCAL"
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(313) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(336) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(33 : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(18763) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(18764) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.


so loose indentation=not a problem
but what is with everything else?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)