SA-MP Forums Archive
[Ajuda] Servidor fechando - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Servidor fechando (/showthread.php?tid=530904)



Servidor fechando - ipsLuan - 09.08.2014

Bom, eu ligo o servidor normalmente e ele pega, mas quando eu dou /rcon gmx ele reinicia, e depois ele fecha do nada, sem avisar qualquer erro.

Ъltimo server.log:

pawn Код:
----------------------------------
[15:48:22]  GAMEMODE INICIADO ...
[15:48:22] ----------------------------------

[15:48:22] Number of vehicle models: 14
Apуs aparecer essa mensagem, ele fecha.

O que poderia ser?


Re: Servidor fechando - ProKillerpa - 09.08.2014

Talvez quando de GMX seu servidor cria um log em uma pasta, e vocк nгo tem essa pasta criada. Creio que seja isso, verifique isso.


Re: Servidor fechando - Cor3y - 09.08.2014

Faz um debug.


Re: Servidor fechando - ipsLuan - 09.08.2014

Nem, nгo cria nenhum log. Estou sem soluзгo pra este problema.


Re: Servidor fechando - RebeloX - 09.08.2014

Quote:
Originally Posted by xCR7
Посмотреть сообщение
Nem, nгo cria nenhum log. Estou sem soluзгo pra este problema.
Faz como o corey disse, faz um debug no cуdigo e usa o plugin crashdetect


Re: Servidor fechando - ipsLuan - 09.08.2014

Acho que jб achei o possнvel erro, pelo o debug do crashdetect, o erro estб no comando "BAN", irei verifica-lo.

Log:

pawn Код:
[16:25:32] [debug] Server crashed while executing MVRss.amx
[16:25:32] [debug] AMX backtrace:
[16:25:32] [debug] #0 native fclose () [004056c0] from samp-server.exe
[16:25:32] [debug] #1 00000d30 in ?? (0x00040a94, 0x00087478) from MVRss.amx
[16:25:32] [debug] #2 00032b08 in public cmd_ban (0x00000000, 0x00087468) from MVRss.amx
[16:25:32] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
[16:25:32] [debug] #4 0000626c in public OnPlayerCommandText (0x00000000, 0x00087444) from MVRss.amx
[16:25:32] [debug] Native backtrace:
[16:25:32] [debug] #0 0049417b in ?? () from samp-server.exe
[16:25:32] [debug] #1 004056cd in ?? () from samp-server.exe
[16:25:32] [debug] #2 6c7e543a in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #3 6c7e728f in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #4 6c7d9d54 in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #5 6c7e548a in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #6 00472dde in ?? () from samp-server.exe
[16:25:32] [debug] #7 004010b6 in ?? () from samp-server.exe
[16:25:32] [debug] #8 6c7e543a in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #9 6c7e728f in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #10 6c7d9d54 in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #11 6c7e548a in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #12 0046cfd0 in ?? () from samp-server.exe
[16:25:32] [debug] #13 00452970 in ?? () from samp-server.exe
[16:25:32] [debug] #14 6c7e548a in ?? () from plugins\crashdetect.DLL
[16:25:32] [debug] #15 0046db90 in ?? () from samp-server.exe
[16:25:32] [debug] #16 00499cd9 in ?? () from samp-server.exe
[16:25:32] [debug] #17 0045b39a in ?? () from samp-server.exe
[16:25:32] [debug] #18 76f36a64 in ?? () from C:\Windows\SYSTEM32\ntdll.dll



Re: Servidor fechando - RebeloX - 09.08.2014

o problema estб na public OnPlayerCommandText


Re: Servidor fechando - ipsLuan - 09.08.2014

Quote:
Originally Posted by BlueX
Посмотреть сообщение
o problema estб na public OnPlayerCommandTest
Negativo, o meu GM estб em zCMD e public estб vazia.


Re: Servidor fechando - RebeloX - 09.08.2014

Estranho, qual й o gamemode?


Re: Servidor fechando - ipsLuan - 09.08.2014

Quote:
Originally Posted by BlueX
Посмотреть сообщение
Estranho, qual й o gamemode?
GameMode do 0 (new.pwn), com 5904 linhas codadas...