SA-MP Forums Archive
Problem with start server - 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: Problem with start server (/showthread.php?tid=576850)



Problem with start server - dundolina - 07.06.2015

Hello i have problem with starting server on Linux Ubuntu. When i put my new gamemode in the folder server dont start and when i back the old files everything is ok. Help about this?


Re: Problem with start server - Bingo - 07.06.2015

Show us your server_log.txt.


Re: Problem with start server - dundolina - 07.06.2015

Here you go:

Код:
SA-MP Dedicated Server
----------------------
v0.3.7-RC6-3, ©2005-2015 SA-MP Team

[14:13:20] 
[14:13:20] Server Plugins
[14:13:20] --------------
[14:13:20]  Loading plugin: mysql.so
[14:13:20]  >> plugin.mysql: R39-3 successfully loaded.
[14:13:20]   Loaded.
[14:13:20]  Loading plugin: streamer.so
[14:13:20] 

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

[14:13:20]   Loaded.
[14:13:20]  Loading plugin: sscanf.so
[14:13:20] 

[14:13:20]  ===============================

[14:13:20]       sscanf plugin loaded.     

[14:13:20]    © 2009 Alex "******" Cole

[14:13:20]    0.3d-R2 500 Players "dnee"

[14:13:20]  ===============================

[14:13:20]   Loaded.
[14:13:20]  Loading plugin: nativechecker.so
[14:13:20]   Loaded.
[14:13:20]  Loaded 4 plugins.

[14:13:20] 
[14:13:20] Ban list
[14:13:20] --------
[14:13:20]  Loaded: samp.ban
[14:13:20] 
[14:13:20] 
[14:13:20] Filterscripts
[14:13:20] ---------------
[14:13:20]   Loading filterscript 'BIZZ.amx'...
[14:13:20]   Loading filterscript 'HOUSE.amx'...
[14:13:20]   Loading filterscript 'MinigamesSystem.amx'...
[14:13:20]   Loaded 3 filterscripts.



Re: Problem with start server - Face9000 - 07.06.2015

Quote:

SA-MP Dedicated Server
----------------------
v0.3.7-RC6-3

You are using a RC, download the 0.3.7 from here


Re: Problem with start server - Konstantinos - 07.06.2015

Load crashdetect plugin and compile with -d3 flag: https://github.com/Zeex/samp-plugin-...ith-debug-info

Also update sscanf plugin.

After done the above, run the server again and post the server log.


Re: Problem with start server - dundolina - 07.06.2015

Quote:
Originally Posted by Face9000
Посмотреть сообщение
You are using a RC, download the 0.3.7 from here
And what is the problem?

Where i should add crashdetect and wich files?


Re: Problem with start server - dundolina - 07.06.2015

Still the server dont work. Server log:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-RC6-3, ©2005-2015 SA-MP Team

[14:47:34] 
[14:47:34] Server Plugins
[14:47:34] --------------
[14:47:34]  Loading plugin: mysql.so
[14:47:34]  >> plugin.mysql: R39-3 successfully loaded.
[14:47:34]   Loaded.
[14:47:34]  Loading plugin: streamer.so
[14:47:34] 

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

[14:47:34]   Loaded.
[14:47:34]  Loading plugin: sscanf.so
[14:47:34] 

[14:47:34]  ===============================

[14:47:34]       sscanf plugin loaded.     

[14:47:34]          Version:  2.8.1        

[14:47:34]    © 2012 Alex "******" Cole  

[14:47:34]  ===============================

[14:47:34]   Loaded.
[14:47:34]  Loading plugin: nativechecker.so
[14:47:34]   Loaded.
[14:47:34]  Loaded 4 plugins.

[14:47:34] 
[14:47:34] Ban list
[14:47:34] --------
[14:47:34]  Loaded: samp.ban
[14:47:34] 
[14:47:34] 
[14:47:34] Filterscripts
[14:47:34] ---------------
[14:47:34]   Loading filterscript 'BIZZ.amx'...
[14:47:34]   Loading filterscript 'HOUSE.amx'...
[14:47:34]   Loading filterscript 'MinigamesSystem.amx'...
[14:47:34]   Loaded 3 filterscripts.
I have many warnings in my gamemode:

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(6239) : warning 204: symbol is assigned a value that is never used: "CD"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(6185) : warning 204: symbol is assigned a value that is never used: "ClockData"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(6185 -- 0) : warning 203: symbol is never used: "EDITOR_DATABASE"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(37688) : warning 204: symbol is assigned a value that is never used: "ElevatorBoostTimer"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(37688 -- 0) : warning 203: symbol is never used: "Gate"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(34561) : warning 204: symbol is assigned a value that is never used: "IsGateTeams5"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(34573) : warning 204: symbol is assigned a value that is never used: "IsGateTeams6"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(37577) : warning 204: symbol is assigned a value that is never used: "Label_Elevator"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(20873) : warning 204: symbol is assigned a value that is never used: "PlayerLabel"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(30245) : warning 204: symbol is assigned a value that is never used: "Ramp"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(9741) : warning 204: symbol is assigned a value that is never used: "RodObject"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(5919) : warning 204: symbol is assigned a value that is never used: "SpeedoTimer"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(6248) : warning 204: symbol is assigned a value that is never used: "Txt1"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330) : warning 204: symbol is assigned a value that is never used: "car3"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "cripz2"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "dialog_command"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "gatep"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "lsa1"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "lsa2"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "lsk1"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2330 -- 0) : warning 203: symbol is never used: "lsk2"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2368) : warning 204: symbol is assigned a value that is never used: "ob14"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2369) : warning 204: symbol is assigned a value that is never used: "ob15"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2370) : warning 204: symbol is assigned a value that is never used: "ob16"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2371) : warning 204: symbol is assigned a value that is never used: "ob17"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2372) : warning 204: symbol is assigned a value that is never used: "ob18"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2373) : warning 204: symbol is assigned a value that is never used: "ob19"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2374) : warning 204: symbol is assigned a value that is never used: "ob20"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2375) : warning 204: symbol is assigned a value that is never used: "ob21"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2376) : warning 204: symbol is assigned a value that is never used: "ob22"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2156) : warning 204: symbol is assigned a value that is never used: "timerhack"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(5893) : warning 204: symbol is assigned a value that is never used: "txtSpec"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2392) : warning 204: symbol is assigned a value that is never used: "white"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2332) : warning 204: symbol is assigned a value that is never used: "white1"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2332 -- 0) : warning 203: symbol is never used: "yakuzap"
Z:\home\bustah\Downloads\nikolai\gtabgwlinux\gamemodes\GTABGW.pwn(2332 -- 0) : warning 203: symbol is never used: "yeah1text"
Header size:             60 bytes
Code size:                8 bytes
Data size:                0 bytes
Stack/heap size:      16384 bytes; estimated max. usage=24719 cells (98876 bytes)
Total requirements:   16452 bytes

36 Warnings.
And when i start pawno.exe give me error: http://prikachi.com/images.php?images/404/8158404q.png


Re: Problem with start server - dundolina - 07.06.2015

Help


Re: Problem with start server - Sithis - 07.06.2015

Quote:
Originally Posted by dundolina
Посмотреть сообщение
And what is the problem?

Where i should add crashdetect and wich files?
The problem is you're using an outdated server version. Update it.

Also, download the .so plugin files and put them in your plugins folder. Make sure to add the plugins to the server.cfg file to add them to your server. Don't forget that the linux server requires you to include the extension .so in the server.cfg file.


Re: Problem with start server - dundolina - 07.06.2015

Outdated? v0.3.7-RC6-3, ©2005-2015 SA-MP Team

All the plugins is working and done what u said.