Web Posted May 7, 2018 at 11:03 PM Share Posted May 7, 2018 at 11:03 PM Boas, Estava a implementar o sistema de manutenção do VegaS porem quando fui a compilar o Game ocorreu este erro. Alguém me consegue ajudar a corrigir o mesmo? Abraço Link to comment
NeverMindz Posted May 7, 2018 at 11:08 PM Share Posted May 7, 2018 at 11:08 PM (edited) Tens linhas de código mal feitas no ficheiro OXEvent daí te darem erros. Se te ajudei, Dá +1 Cumprimentos. Edited May 7, 2018 at 11:20 PM by NeverMindz Link to comment
Web Posted May 7, 2018 at 11:12 PM Author Share Posted May 7, 2018 at 11:12 PM 3 minutos atrás, NeverMindz disse: Tens linhas de código mal feitas no ficheiro OXEvent daí te darem erros. Dá +1 se te ajudei Cumprimentos. Não toquei no OXEvent.cpp momento algum. Inclusive ja compilei varias vezes a source e nunca me deu tal erro. Ficheiros modificados: cmd.cpp cmd_general.cpp input.cpp input_login.cpp input_p2p.cpp main Cumprimentos. Link to comment
[Admin] tierrilopes Posted May 7, 2018 at 11:19 PM Share Posted May 7, 2018 at 11:19 PM Coloca aqui o conteúdo do ficheiro Link to comment
Web Posted May 7, 2018 at 11:28 PM Author Share Posted May 7, 2018 at 11:28 PM Não cabe nem metade do conteudo do ficheiro.. O que posso meter é a parte onde esta o erro. (line 359/360) TPacketGCChat pack_chat; pack_chat.header = HEADER_GC_CHAT; pack_chat.size = sizeof(TPacketGCChat) + len; pack_chat.type = CHAT_TYPE_COMMAND; pack_chat.id = 0; Link to comment
[Admin] tierrilopes Posted May 7, 2018 at 11:29 PM Share Posted May 7, 2018 at 11:29 PM pastebin Link to comment
Web Posted May 7, 2018 at 11:35 PM Author Share Posted May 7, 2018 at 11:35 PM [1] https://pastebin.com/RWg0SLGn [CONTINUAÇÃO] https://pastebin.com/J7wjDFgr Cumpz Link to comment
WLN Posted May 8, 2018 at 02:35 AM Share Posted May 8, 2018 at 02:35 AM TPacketGCChat packet_chat HEADER_GC_CHAT não tem nada a ver com o oxevent.cpp não foram declarados as funções acima, ao que parece mudou algo e não ficou bem finalizado com algum ; ou } verifique os arquivos alterados, basta ter o minimo de atenção as funções podem estar bem, porém se algo no arquivo que há a função definita estiver mal alguma função acima dá problema Link to comment
Web Posted May 8, 2018 at 07:09 PM Author Share Posted May 8, 2018 at 07:09 PM Já fiz a verificação de todos os ficheiros alterados. Não encontrei nada que esteja errado a meu ver.. Fiz os passos todos novamente que estão no sistema porem continua o mesmo erro... Abraço Link to comment
trample Posted May 8, 2018 at 07:57 PM Share Posted May 8, 2018 at 07:57 PM ja copilou os demais ? depois tentou copilar a game? Link to comment
Web Posted May 8, 2018 at 08:06 PM Author Share Posted May 8, 2018 at 08:06 PM Sim. Vou agora aplicar 1 backup que fiz a 2 dias atrás e ver se pode não ser do sistema. Abraço Link to comment
Web Posted May 8, 2018 at 08:52 PM Author Share Posted May 8, 2018 at 08:52 PM Fixed =) Obrigado a todos que ajudaram. Link to comment
Recommended Posts